| 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/khonguyenlieu.vn/public_html/site/views/home/ |
Upload File : |
<?php $this->load->view('home/banner');?>
<div class="linkdeal">
<h2 class="col-md-12 col-sm-12 col-xs-12 nopad">NGUYÊN LIỆU PHA CHẾ</h2>
</div>
<div class="grid row" style="margin-bottom:15px;">
<? foreach ($list as $rs) :
$links = site.'chi-tiet/'.kodau($rs->ProductName).'-'.$rs->ProductID.'.html';
?>
<div class="item col-md-2 col-xs-6 col-sm-4">
<div class="img">
<a class="i_img" href="<?=$links?>" title="<?=$rs->ProductName?>"><img src="<?=urlimg?>products/200/<?=$rs->ProductImg?>" alt="<?=$rs->ProductName?>" /></a>
<a href="<?=$links?>" title="<?=$rs->ProductName?>" class="btn">Xem ngay »</a>
</div>
<a href="<?=$links?>" title="<?=$rs->ProductName?>"><h3 class="i_name"><?=$rs->ProductName?></h3></a>
<div class="i_price">
<p><span><del><?=pricevn($rs->Price_Old)?> đ</del></span><span class="price"><?=pricevn($rs->Price)?> đ</span></p>
<p><?=$rs->nb_view?></p>
</div>
</div>
<? endforeach ; ?>
</div>
<?php if($list_dungcu){?>
<div class="linkdeal col-md-12 col-xs-12 col-sm-12">
<h2>DỤNG CỤ PHA CHẾ</h2>
</div>
<div class="grid row" style="margin-bottom:15px;">
<? foreach ($list_dungcu as $rs) :
$links = site.'chi-tiet/'.alias($rs->ProductName).'-'.$rs->ProductID.'.html';
?>
<div class="item col-md-2 col-xs-6 col-sm-4">
<div class="img">
<a class="i_img" href="<?=$links?>" title="<?=$rs->ProductName?>"><img src="<?=urlimg?>products/200/<?=$rs->ProductImg?>" width="100%" alt="<?=$rs->ProductName?>" /></a>
<a href="<?=$links?>" class="btn">Xem ngay »</a>
</div>
<a href="<?=$links?>"><h3 class="i_name" title="<?=$rs->ProductName?>"><?=$rs->ProductName?></h3></a>
<div class="i_price">
<p><span><?=pricevn($rs->Price_Old)?> đ</span><span class="price"><?=pricevn($rs->Price)?> đ</span></p>
<p><?=$rs->nb_view?></p>
</div>
</div>
<? endforeach ; ?>
</div>
<? } ?>
<?php if($list_thietbi){?>
<div class="linkdeal">
<h2>THIẾT BỊ LÀM BÁNH</h2>
<span class="line"></span>
<div class="dealmoi">xem thêm</div>
</div>
<div class="grid row">
<? foreach ($list_thietbi as $rs) :
$links = site.'chi-tiet/'.kodau($rs->ProductName).'-'.$rs->ProductID.'.html';
?>
<div class="item col-md-2 col-xs-6 col-sm-4">
<div class="img">
<a class="i_img" href="<?=$links?>" title="<?=$rs->ProductName?>"><img src="<?=urlimg?>products/200/<?=$rs->ProductImg?>" width="100%" alt="<?=$rs->ProductName?>" /></a>
<a href="<?=$links?>" class="btn">Xem ngay »</a>
</div>
<a href="<?=$links?>" title="<?=$rs->ProductName?>"><h3 class="i_name"><?=$rs->ProductName?></h3></a>
<div class="i_price">
<p><span><?=pricevn($rs->Price_Old)?> đ</span><span class="price"><?=pricevn($rs->Price)?> đ</span></p>
<p><?=$rs->nb_view?></p>
</div>
</div>
<? endforeach ; ?>
<!--<div class="paging"><?//=$pagination?></div>-->
</div>
<? } ?>
<script language="javascript">
function productorder(ord)
{
window.location = '<?=site?>sanpham/danhsach/'+ord ;
}
</script>