| 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/hocthongminh.net-bk/public_html/site/components/news/views/ |
Upload File : |
<style type="text/css">
.blog_related h3 {
font-size:20px;
}
.blog_related ul{
padding-left:0;
}
</style>
<!--<section class="bread-crumb margin-bottom-10">
<div class="container">
<div class="row">
<div class="col-xs-12">
<ul class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="home" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="<?=site?>" title="Trang chủ"> <span itemprop="name">Trang chủ</span>
<meta itemprop="position" content="1" /></a>
<span><i class="fa fa-angle-right"></i></span> </li>
<?php if($rs_cat):?>
<li class="home" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="<?=site?>chuyen-muc/<?=alias($rs_cat->cat_name)?>-<?=$rs_cat->cat_id?>.html" title="<?=$rs_cat->cat_name?>"> <span itemprop="name"><?=$rs_cat->cat_name?></span>
<meta itemprop="position" content="2" /></a>
<span><i class="fa fa-angle-right"></i></span> </li>
<?php endif;?>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <strong itemprop="name"><?=$rs->lb_title?></strong>
<meta itemprop="position" content="3" />
</li>
</ul>
</div>
</div>
</div>
</section>-->
<div class="breadcrumb_nobackground margin-bottom-40">
<section class="bread-crumb">
<span class="crumb-border"></span>
<div class="container">
<div class="row">
<div class="col-xs-12 a-left">
<ul class="breadcrumb">
<li class="home">
<a href="/"><span>Trang chủ</span></a>
<span class="mr_lr"> / </span>
</li>
<?php if($rs_cat):?>
<li>
<a itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem" href="<?=site?>chuyen-muc/<?=alias($rs_cat->cat_name)?>-<?=$rs_cat->cat_id?>.html" title="<?=$rs_cat->cat_name?>"><span itemprop="name"><?=$rs_cat->cat_name?></span><meta itemprop="position" content="2" /></a>
<span class="mr_lr"> / </span>
</li>
<?php endif;?>
<li><strong><span><?=$rs->lb_title?></span></strong></li>
</ul>
</div>
</div>
</div>
</section>
</div>
<div class="container article-wraper">
<div class="row">
<section class="right-content col-md-9 col-lg-9">
<article class="article-main" itemscope itemtype="http://schema.org/Article">
<meta itemprop="mainEntityOfPage" content="<?=site?>tin-chi-tiet/<?=alias($rs->lb_title)?>-<?=$rs->news_id?>.html">
<meta itemprop="description" content="<?=strip_tags($rs->lb_content)?>">
<meta itemprop="author" content="Học thông minh - Siêu trí nhớ học đường">
<meta itemprop="headline" content="<?=$rs->lb_title?>">
<meta itemprop="image" content="<?=urlimg?>news/<?=$rs->lb_image?>">
<meta itemprop="datePublished" content="<?=datevn($rs->dt_create)?>">
<meta itemprop="dateModified" content="<?=datevn($rs->dt_modify)?>">
<div class="hidden" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><img src="<?=skin?>images/logo-huynh-gia.png" alt="Tìm Giá Đúng"/>
<meta itemprop="url" content="<?=skin?>images/logo-huynh-gia.png">
<meta itemprop="width" content="200">
<meta itemprop="height" content="49">
</div>
<meta itemprop="name" content="<?=$rs->lb_title?>">
</div>
<div class="row">
<div class="col-md-12">
<h1 class="title-head"><?=$rs->lb_title?></h1>
<div class="postby"><span>Đăng vào lúc <?=datevn($rs->dt_modify)?></span></div>
<!--<div class="blog_related margin-bottom-10">
<? foreach ($list_more as $row) : ?>
<article class="blog_entry clearfix">
<h3 class="blog_entry-title"><a class="line-clampss" rel="bookmark" href="<?=site?>tin-chi-tiet/<?=alias($row->lb_title)?>-<?=$row->news_id?>.html" title="<?=$row->lb_title?>"><i class="fa fa-angle-right" aria-hidden="true"></i> <?=$row->lb_title?></a></h3>
</article>
<? endforeach;?>
</div>-->
<div class="article-details">
<div class="article-content">
<div class="rte" id="fancy-image-view">
<?=$rs->lb_content?>
</div>
</div>
</div>
<div class="blog_related margin-bottom-10">
<h3>Bài viết liên quan</h3>
<ul>
<?php foreach ($list_more as $row) : ?>
<li class="blog_entry-title"><a class="line-clampss" rel="bookmark" href="<?=site?>tin-chi-tiet/<?=alias($row->lb_title)?>-<?=$row->news_id?>.html" title="<?=$row->lb_title?>"><i class="fa fa-angle-right" aria-hidden="true"></i> <?=$row->lb_title?></a></li>
<? endforeach;?>
</ul>
</div>
</div>
</div>
</article>
</section>
<?php $this->load->view('news_right');?>
</div>
</div>
<script>
deferimg('#fancy-image-view img', 100);
deferiframe('#fancy-image-view iframe', 100, 'lazied', function(frame) {
frame.onload = function() {
frame.className+=' show';
}
});
</script>