| Server IP : 103.48.194.25 / Your IP : 216.73.216.231 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/thegioimaycongnghiep.vn/public_html/site/components/errcode/views/ |
Upload File : |
<style type="text/css">
.ercList {}
.ercRow {
border-bottom: 1px solid #CCC;
padding: 12px 0;
}
.ercRow li {
list-style: none;
padding: 3px 0;
text-align: justify;
}
.ercRow .ercH {
color: hsla(205,49%,35%,1.00);
font-size: 16px !important;
font-weight: bold;
}
</style>
<div id="content" class="blog-wrapper blog-archive page-wrapper">
<div class="err_left row row-large">
<div class="large-9 col">
<h3 class="widget-title"><?=$title?></h3>
<div class="err_content">
<div class="ercList">
<?
if(isset($list_errcode) && $list_errcode) {
foreach ($list_errcode as $rs) :
?>
<ul class="ercRow">
<li><span class="ercH">Code: </span> <?=$rs->err_code?></li>
<li><?=$rs->lb_display?></li>
<? if($rs->lb_causes){?><li><?=$rs->lb_causes?></li><? } ?>
<? if($rs->lb_remedy){?><li><?=$rs->lb_remedy?></li><? } ?>
</ul>
<?
endforeach ;
}elseif(isset($list_modern) && $list_modern){
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>
<?
endforeach ;
}
?>
</div>
</div>
<div class="paging"><?=$pagination?></div>
</div>
<?php $this->load->view('right');?>
</div>
</div>