Пример #1
0
      </div>
      <?php 
$sql = "SELECT * FROM `app_tags` ORDER BY `date` DESC ";
$result = mysql_query($sql);
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>
Пример #2
0
<link rel="stylesheet" href="app_needed/style.tipsy.css" type="text/css" />
</head>

<body>
<div id="wrapper">
	<?php 
include "module.header.php";
?>
	<?php 
include "module.menu.php";
?>
	<div class="content">
		<div class="info">
        <div class="left">
		<h1><?php 
echo $campaign->get_name() . $tag->get_name();
?>
 <?php 
echo language('PAGE_stats_agents_title');
?>
</h1>
        </div>
        <div class="clear"></div>
		</div>
		<div class="filter">
		  <ul>
            <?php 
if ($_GET[unique]) {
    ?>
            <a href="personal-daily-<?php 
    echo $_GET[unique];