| 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/thegioimaycongnghiep.vn/public_html/site/components/home/views/ |
Upload File : |
<div class="col-md-7 listcom">
<h1 class="c_title"><b>Danh sách công ty</b></h1>
<?
$i=0;
foreach ($list as $rs) :
$i = $i + 1 ;
$link = site."thong-tin-chi-tiet/".alias($rs->name_vn)."-".$rs->cid.".html";
$logopath = "uploads/logo/".$rs->logo ;
?>
<div class="com">
<h3 class="c_name"><a href="<?=$link?>"><?=$i?>. <?=$rs->name_vn?></a></h3>
<? if($rs->logo && file_exists($logopath)){ ?><div class="c_logo"><a href="<?=$link?>"><img src="<?=urlimg?>logo/<?=$rs->logo?>" width="48" /></a></div><? }?>
<div class="c_address"><?=$rs->add_vn?> <?=$rs->town_name?></div>
<div class="c_tel">Điện thoại: (84-8) <?=$rs->tel?> <? if($rs->fax){ ?>- Fax: (84-8) <?=$rs->fax?><? }?></div>
<div class="c_cate">Ngành nghề: <?=$this->home->list_category_name($rs->list_catid)?></div>
</div>
<? endforeach ; ?>
<div class="paging"><?=$pagination?></div>
</div>