| 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 : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/conlathientai.com-bk/public_html/site/components/errcode/views/ |
Upload File : |
<style type="text/css">
h3.widget-title {
background: #cd1818;
color: #fff;
padding: 12px 12px;
margin-bottom: 15px;
font-size: 14px !important;
}
.grid {
display:block;
}
.modern {
width:30%;
float:left;
padding: 3px 8px;
list-style: none;
}
@media screen and (max-width: 549px) {
.modern {
width: 50%;
float: left;
padding: 3px 6px;
list-style: none;
}
}
@media screen and (max-width: 850px) {
.modern {
width: 50%;
float: left;
padding: 3px 6px;
list-style: none;
}
}
.modern a {
display: inline-block;
font-size: 14px !important;
padding: 8px;
}
.paging {
margin:3px 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></a>
<meta itemprop="position" content="1" />
<span><i class="fa fa-angle-right"></i></span> </li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <strong> <span itemprop="name">
<?php if($rs):?>
<a href="<?=site?>dong-may/<?=alias($rs->trade_name)?>-<?=$rs->trade_id?>.html" title="<?=$rs->trade_name?>" rel="dofollow"><?=$rs->trade_name?></a> <!--<span aria-hidden="true">/</span>-->
<?php endif;?>
</span>
<meta itemprop="position" content="2" /></strong> </li>
</ul>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-9">
<h3 class="catname">Các dòng máy thương hiệu : <?=$rs->trade_name?></h3>
<div class="err_content">
<ul class="">
<?php foreach ($list_modern as $rs) : ?>
<li class="modern">
<a href="<?=site?>ma-loi/<?=alias($rs->lb_name)?>-<?=$rs->modern_id?>.html" title="<?=$rs->lb_name?>"><?=$rs->lb_name?></a></li>
<?php endforeach ;?>
</ul>
</div>
<div class="paging"><?=$pagination?></div>
</div>
<?php $this->load->view('right');?>
<div style="clear:both"></div>
</div>
</div>