| Server IP : 103.48.194.25 / Your IP : 216.73.216.182 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/nguyenlieumyphamgiasi.vn/public_html/site/components/news/views/ |
Upload File : |
<style type="text/css">
h1.meta {
display:none;
}
</style>
<h1 class="meta"><?=$title?></h1>
<span class="meta"><?=$title?></span>
<div id="content" class="blog-wrapper blog-archive page-wrapper">
<header class="archive-page-header">
<div class="row">
<div class="large-12 text-center col">
<h2 class="page-title is-large uppercase" style="text-align:left;"> Chuyên mục: <span>Tin tức</span> </h2>
</div>
</div>
</header>
<!-- .page-header -->
<div class="row row-large row-divided ">
<div class="large-9 col">
<div class="row large-columns-1 medium-columns- small-columns-1">
<? foreach ($list as $rs) : ?>
<div class="col post-item">
<div class="col-inner"> <a href="<?=site?>tin-chi-tiet/<?=alias($rs->lb_title)?>-<?=$rs->news_id?>.html" class="plain">
<div class="box box-vertical box-text-bottom box-blog-post has-hover">
<div class="box-image">
<img src="<?=urlimg?>news/<?=$rs->lb_image?>" class="attachment-medium size-medium wp-post-image" alt="<?=$rs->lb_title?>" srcset="<?=urlimg?>news/<?=$rs->lb_image?>">
</div>
<!-- .box-image -->
<div class="box-text text-left">
<div class="box-text-inner blog-post-inner">
<h3 class="post-title is-large"><?=$rs->lb_title?></h3>
<p class="from_the_blog_excerpt"><?=str_limit($rs->lb_summary,220)?></p>
<button href="<?=site?>tin-chi-tiet/<?=alias($rs->lb_alias)?>-<?=$rs->news_id?>.html" class="button is-outline is-small mb-0"> Xem thêm </button>
</div>
<!-- .box-text-inner -->
</div>
<!-- .box-text -->
</div>
<!-- .box -->
</a><!-- .link -->
</div>
<!-- .col-inner -->
</div>
<? endforeach ;?>
</div>
<div class="paging"><?=$pagination?></div>
</div>
<!-- .large-9 -->
<?php $this->load->view('news_right');?>
<!-- .post-sidebar -->
</div>
<!-- .row -->
</div>