コード例 #1
0
echo language('PAGE_campaign_step3');
?>
</h2>
            </div>
            <table width="100%" border="0">
              <tr>
                <td><?php 
echo language('FORM_landing_url');
?>
</td>
                <td><input type="text" name="url" class="tipform" title="<?php 
echo language('FORM_landing_url_title');
?>
" value="<?php 
if ($campaign->get_unique()) {
    echo $campaign->get_ad_destination();
} else {
    echo "http://";
}
?>
" /></td>
              </tr>
              <tr>
                <td width="17%"><?php 
echo language('FORM_upload_banner');
?>
</td>
                <td width="83%"><input type="file" size="60" name="myfile" />                  <br /></td>
              </tr>
              <?php 
if ($campaign->get_unique() && !$campaign->get_html_content()) {