Exemplo n.º 1
0
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:#<?php 
    echo $row['bgcolor'] != '' ? $row['bgcolor'] : "188fc9";
    ?>
; border-bottom:#FFFFFF 1px solid">
	  <tr>
		<td width="30%" nowrap="nowrap">&nbsp;&nbsp;<img src="<?php 
    echo $domain;
    ?>
/images/icon_muiten.gif" />&nbsp;&nbsp;<span style="color:#FFFFFF; padding-right:10px;">Chuyên mục:</span><a class="textLeftMenu" style="padding-bottom:8px; cursor:pointer; text-decoration:none; color:#FFFFFF" onMouseover="dropdownmenu(this, event, menu, '180px')" onMouseout="delayhidemenu()" href="<?php 
    echo $domain;
    ?>
/danh-muc/<?php 
    echo $id_1 . "/" . convertSpace(headerCat(menu_product, $id_1)) . $vip;
    ?>
"><?php 
    echo headerTop(menu_product, $id_1);
    ?>
</a></td>
		<td width="4%" valign="top"><img src="<?php 
    echo $domain;
    ?>
/images/headerSplash.png" /></td>
		<td style="background:#FFFFFF; border-bottom:#<?php 
    echo $row['bgcolor'] != '' ? $row['bgcolor'] : "188fc9";
    ?>
 5px solid">&nbsp;</td>
	  </tr>
	</table>
<?php 
}
?>
Exemplo n.º 2
0
        ?>
" /></td>
           <td style="cursor:pointer"  onclick="location.href='<?php 
        echo $domain;
        ?>
/sua-tin-dang/<?php 
        echo $row['id'];
        echo $vip;
        ?>
'"><?php 
        echo sub_str($row['title'], 15);
        ?>
...</td>
           <td align="center" nowrap="nowrap">
		   <?php 
        echo headerTop(menu_product, $row['categories']);
        ?>
</td>
           <td align="center" nowrap="nowrap"><?php 
        echo date("d/m/Y", $row['postdate']);
        ?>
 <?php 
        if ($row['postdate'] < $tu || $row['postdate'] > $den) {
            ?>
<a href="<?php 
            echo $domain;
            ?>
/quan-ly-tin-dang/cap-nhat/<?php 
            echo $row['id'];
            echo $vip;
            ?>
Exemplo n.º 3
0
<title>{$set['calendarTitle']}</title>
<meta name="description" content="LuxCal web calendar - a LuxSoft product">
<meta name="author" content="Roel Buining">
<meta name="robots" content="nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="canonical" href="{$set['calendarUrl']}">
<link rel="icon" href="lcal.png" type="image/png">
<link rel="stylesheet" href="css/css.php" type="text/css">
<script src="common/toolbox.js"></script>

TXT;
switch ($hdrType) {
    //header types - 0: no, f: full, a: admin, l: login, m: mobile, e: event. h: help
    case '0':
        //no header (hdr=0)
        headerTop();
        headerDtp();
        echo <<<TXT
</head>

<body>
<div class='content'>

TXT;
        if ($pageTitle) {
            echo "<br><h3 class='pageTitle'>{$pageTitle}</h3>\n";
        }
        break;
    case 'f':
        //normal pages
        headerRss();