| 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/hocthongminh.net-bk/public_html/site/components/search/views/ |
Upload File : |
<section id="breadcrumb-wrapper">
<div class="breadcrumb-content">
<div class="wrapper">
<div class="inner">
<div class="breadcrumb-small"><a href="<?=site?>" title="Đồ dùng gia đình">Trang chủ</a>
<span aria-hidden="true">/</span><span>kết quả tìm kiếm</span>
</div>
</div>
</div>
</div>
</section>
<div id="PageContainer" class="is-moved-by-drawer">
<main class="main-content" role="main">
<section id="collection-wrapper">
<div class="wrapper">
<div class="inner">
<?php //$this->load->view('banner-top');?>
<div class="grid mg-left-10">
<div class="grid__item large--one-whole medium--one-whole small--one-whole pd-left10 float-right">
<div class="collection-content-wrapper">
<div class="collection-head">
<div class="grid">
<div class="grid__item large--seven-twelfths medium--one-whole small--one-whole">
<div class="collection-title">
<h1>Tìm từ khóa : <?=$rs->keyname?></h1>
</div>
</div>
<!--<div class="grid__item large--five-twelfths medium--one-whole small--one-whole">
<div class="collection-sorting-wrapper">
<div class="form-horizontal text-right">
<label for="SortBy">Sắp xếp</label>
<select name="SortBy" id="SortBy">
<option value="manual">Tùy chọn</option>
<option value="best-selling">Sản phẩm bán chạy</option>
<option value="title-ascending">Theo bảng chữ cái từ A-Z</option>
<option value="title-descending">Theo bảng chữ cái từ Z-A</option>
<option value="price-ascending">Giá từ thấp tới cao</option>
<option value="price-descending">Giá từ cao tới thấp</option>
<option value="created-descending">Mới nhất</option>
<option value="created-ascending">Cũ nhất</option>
</select>
</div>
</div>
</div>-->
</div>
</div>
<div class="collection-body">
<div class="grid-uniform product-list mg-left-0">
<?php
foreach ($list as $rs) :
$link_detail = site.'chi-tiet/'.alias($rs->pro_name).'-'.$rs->proid.'.html';
$link_img = $rs->pro_name && file_exists(ROOT_IMG.'products/800/'.$rs->proimg)? urlimg.'products/800/'.$rs->proimg: urlimg.'products/noimg.jpg';
?>
<div class="grid__item large--one-quarter medium--one-quarter small--one-half pd-left0">
<div class="product-item">
<div class="product-img"> <a href="<?=$link_detail?>" title="<?=$rs->pro_name?>" rel="dofollow"> <img id="pro<?=$rs->proid?>" src="<?=$link_img?>" alt="<?=$rs->pro_name?>"> </a> </div>
<div class="product-item-info">
<div class="product-title"> <a href="<?=$link_detail?>" title="<?=$rs->pro_name?>" rel="dofollow"><?=$rs->pro_name?></a> </div>
<div class="product-price clearfix"> <span class="current-price"><?=pricevn($rs->price)?>₫</span> </div>
</div>
</div>
</div>
<? endforeach ;?>
</div>
<div class="pagination not-filter">
<div id="pagination-" class="text-center clear-left">
<div class="pagination-custom"> <?=$pagination?> </div>
</div>
</div>
</div>
</div>
</div>
<?php //$this->load->view('sidebar')?>
</div>
</div>
</div>
</section>
</main>
</div>