Beispiel #1
0
while ($tags = mysql_fetch_array($result)) {
    $tag = new class_tags($tags[unique]);
    ?>
      <div class="box list" id="<?php 
    echo $tag->get_unique();
    ?>
">
        <table width="100%" border="0">
          <tr>
            <td width="39%"><strong>
              <?php 
    echo $tag->get_name();
    ?>
              -
              <?php 
    echo $tag->get_website();
    ?>
              </strong><br /></td>
            <td width="17%" class="none"><?php 
    echo $tag->get_ad_type();
    ?>
              <?php 
    if ($tag->get_tag_cost() == 2) {
        echo " - CPC";
    }
    ?>
</td>
            <td width="14%" class="none <?php 
    echo $tag->get_status();
    ?>
"><?php 
Beispiel #2
0
    ?>
                  </option>
                  <?php 
}
?>
				  </select>
                  </td>
       	    </tr>
           	  <tr>
           	    <td><?php 
echo language('FORM_website_url');
?>
</td>
           	    <td><input type="text" placeholder="" name="tag_url" value="<?php 
if ($tag->get_unique()) {
    echo "http://" . $tag->get_website();
} else {
    echo "http://";
}
?>
"/>
           	      <br />
       	        <?php 
echo language('FORM_website_url_text');
?>
</td>
       	    </tr>
           	  <tr>
           	    <td><input type="submit"  value="<?php 
echo language('BUTTON_submit');
?>