| 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/zomuaban.com/public_html/site/views/backend-old/ |
Upload File : |
<?php if(isset($importcsv)){?>
<div class="clearfix">
<div class="panel panel-danger clearfix">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#import-keyword" class="collapsed">
<label>Import Keyword from CSV</label>
</a>
</h4>
</div>
<div id="import-keyword" class="panel-collapse collapse">
<div class="panel-body">
<h4 class="text-success">Kiểm tra kĩ lưỡng - Cẩn thận khi thao tác</h4>
<a id="import-csvkeyword" ready="0" class="btn btn-danger pull-right">Xóa hết</a>
</div>
</div>
</div>
</div>
<?php } ?>
<div id="listing" class="clearfix">
<table class="table table-bordered table-striped">
<thead id="filter">
<tr>
<th>
<input class="form-control" placeholder="ID" style="max-width:50px" />
</th>
<th>
<div class="checkbox" style="margin:0">
<label>
<input id="checkAllKey" type="checkbox" value="" style="margin-top: 10px;">
<input class="word-input form-control" placeholder="Từ khóa" value="<?=isset($query['word'])?$query['word']:''?>" />
</label>
</div>
</th>
<th class="text-center">
<?=getBlock('cate/cate_all', array('cateId'=>isset($query['cateId'])?$query['cateId']:''))?>
</th>
<th class="text-center">
<?=$this->load->view('backend/inc/keytype', array('typeId'=>isset($query['typeId'])?$query['typeId']:''))?>
</th>
<th class="text-center">
Total Result
</th>
<th class="text-center" style="min-width:100px">
<button class="clear-btn btn btn-warning">
<i class="fa fa-refresh"></i>
</button>
<button class="submit-btn btn btn-primary">
<i class="fa fa-search"></i>
</button>
</th>
</tr>
</thead>
<tbody>
<?php
foreach($list as $key) {
echo $this->load->view('backend/inc/itemKey.php', $key);
}
?>
</tbody>
</table>
</div>