| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/nhadatkhangdien.net-bk/public_html/templates/ |
Upload File : |
<!--<script type="text/javascript">
var num2 = 350; //vị trí mà khi scroll chuột đến sẽ bắt đầu sự kiện
$(window).bind('scroll', function () {
if ($(window).scrollTop() > num2) {
$('.fx2').addClass('fixed2');
} else {
$('.fx2').removeClass('fixed2');
}
});
</script>-->
<style type="text/css">
.nd, .nd * {
text-align:justify;
}
</style>
<?
$d->reset();
$sql="select * from #_about";
$d->query($sql);
$abo=$d->result_array();
$sql="select * from #_gioithieu_item where hienthi=1 order by stt";
$d->query($sql);
$gtcat=$d->result_array();
$sql="select * from #_vdo_item where hienthi=1 order by stt";
$d->query($sql);
$video=$d->result_array();
//trit($loaitin);
?>
<div class="qc">
<?
if($idc==''){
echo '<img src="'._upload_hinhanh_l.$abo[0]['photo'].'" alt="'.$alt.'">';
}
else
{
if(isset($loaitin) && $loaitin[0]['httop']!=0)
{
echo '<img src="'._upload_tintuc_l.$loaitin[0]['photo'].'" alt="'.$alt.'">' ;
}else {
echo '<div style="height:0px"></div>' ;
}
}
?>
</div>
<div class="breachcum">
<div class="col-md-10 col-xs-12 col-sm-12"><a href="<?=site?>">Trang chủ</a> » <a href="<?=site?>gioi-thieu">Giới thiệu</a></div>
<? require_once _template."social.php" ; ?>
</div>
<div class="gt_ct">
<!-- left-->
<div class="col-md-9 col-xs-12 col-sm-12 gt_left">
<? if($idc==''){ ?>
<div class="title_detail">
<h3><?=$abo[0]['ten']?></h3>
</div>
<div class="nd"><?=$abo[0]['noidung']?></div>
<? } else {?>
<div class="title_detail">
<h3><?=$title_bar?></h3>
</div>
<div class="nd"><?=$loaitin[0]['noidung']?></div>
<? }?>
</div>
<!-- left-->
<!-- right-->
<div class="col-md-3 col-xs-12 col-sm-12 right-col fx2 nopad-left">
<h2>Giới thiệu</h2>
<div class="item-right">
<div class="r-menu">
<ul>
<li> <a class="noactive" href="gioi-thieu">
<?=$abo[0]['ten']?>
</a> </li>
<? for($i=0;$i<count($gtcat);$i++){
$d->reset();
$sql="select * from #_gioithieu where id_item='".$gtcat[$i]['id']."' ";
$d->query($sql);
$gtbv=$d->result_array();
?>
<li> <a class="noactive" href="gioi-thieu/<?=$gtcat[$i]['tenkhongdau']?>" >
<?=$gtcat[$i]['ten']?>
</a>
<? if($gtbv!=null){?>
<ul>
<? for($j=0;$j<count($gtbv);$j++){?>
<li> <a class="noactive" href="gioi-thieu/<?=$gtbv[$j]['tenkhongdau']?>-<?=$gtbv[$j]['id']?>" >
<?=$gtbv[$j]['ten']?>
</a> </li>
<? }?>
</ul>
<? }?>
</li>
<? }?>
<li> <a class="noactive" href="video">Video Khang Điền</a>
<ul>
<? for($i=0;$i<count($video);$i++){?>
<li><a href="video/<?=$video[$i]['tenkhongdau']?>">
<?=$video[$i]['ten']?>
</a></li>
<? }?>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- right-->
</div>