| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 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 : 8.2.20 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 = 90; //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">
.fixed{position: fixed !important;top:10px;}
.fixed2 {
position: fixed !important;
top: 60px;
right: 175px
}
</style>-->
<? if($rs['httop'] && $rs['photo2'] && file_exists(root._upload_sanpham_l.$rs['photo2'])){?>
<div class="qc"> <img src="<?=_upload_tintuc_l.$rs['photo2']?>" alt="<?=$alt?>"> </div>
<? }?>
<div class="breachcum">
<div class="col-md-10 col-xs-12 col-sm-12"><a href="<?=site?>" title="Website bất động sản">Trang chủ</a> » <a href="<?=site?>news/tin-tuc-chung" title="tin bất động sản">tin bất động sản</a> » <?=$rs['ten']?></div>
<? require_once _template."social.php" ; ?>
</div>
<div class="container">
<div class="row ctda_ct">
<div class="col-md-9 col-xs-12 col-sm-12 ctda_left">
<h1><?=$rs['ten']?></h1>
<div class="nd"><?=$rs['noidung']?></div>
<div class="listsub">
<h3>Các tin khác</h3>
<ul class="row">
<?
$list_sub = get_sublist($rs['id']);
foreach ($list_sub as $row) :
$links = 'news/'.$row['tenkhongdau'].'-'.$row['id'] ;
?>
<li class="col-md-4 col-xs-12 col-sm-12 subnews">
<span class="img"><a href="<?=$links?>" title="<?=$row['ten']?>">
<img src="<?=_upload_tintuc_l.$row['photo']?>" width="100%" alt="<?=$row['ten']?>" /></a></span>
<a href="<?=$links?>" title="<?=$row['ten']?>"><?=$row['ten']?></a>
</li>
<? endforeach ;?>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-12 col-sm-12 ctda_right fx2">
<?php
$newcatt = news_item_right();
?>
<div class="right-col">
<h2>Tin tức</h2>
<div class="item-right">
<div class="r-menu">
<ul>
<?php foreach ($newcatt as $news) : ?>
<li> <a class="noactive" href="news/<?=$news['tenkhongdau']?>" title="<?=$news['ten']?>"><?=$news['ten']?></a></li>
<? endforeach ;?>
<div style="height:10px"></div>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<script type="text/javascript">
var num = 355; //vị trí mà khi scroll chuột đến sẽ bắt đầu sự kiện
$(window).bind('scroll', function () {
if ($(window).scrollTop() > num) {
$('.fx').addClass('fixed');
} else {
$('.fx').removeClass('fixed');
}
});
</script>