���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/adimi/application/modules/dashboard/views/product/ |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!-- Manage Category Start --> <div class="content-wrapper"> <section class="content-header"> <div class="header-icon"> <i class="pe-7s-note2"></i> </div> <div class="header-title"> <h1><?php echo display('latest_search_keywords') ?></h1> <small><?php echo display('all_latest_search_keywords') ?></small> <ol class="breadcrumb"> <li><a href=""><i class="pe-7s-home"></i> <?php echo display('home') ?></a></li> <li class="active"><?php echo display('latest_search_keywords') ?></li> </ol> </div> </section> <section class="content"> <!-- Manage Category --> <div class="row"> <div class="col-sm-12"> <div class="panel panel-bd lobidrag"> <div class="panel-heading"> <div class="panel-title"> <h4><?php echo display('latest_search_keywords') ?></h4> </div> </div> <div class="panel-body"> <div class="table-responsive"> <table id="dataTableExample2" class="table table-bordered table-striped table-hover"> <thead> <tr> <th><?php echo display('sl') ?></th> <th class="text-center"><?php echo display('keywords') ?></th> <th class="text-center"><?php echo display('results') ?></th> <th class="text-center"><?php echo display('hits') ?></th> </tr> </thead> <tbody> <?php if(!empty($search_histories)){ $i=1; foreach($search_histories as $search_history){?> <tr> <td><?php echo $i++; ?></td> <td><?php echo html_escape($search_history['keyword']) ?></td> <td><?php echo html_escape($search_history['results']) ?></td> <td><?php echo html_escape($search_history['hits']) ?></td> </tr> <?php } }?> </tbody> </table> </div> </div> </div> </div> </div> </section> </div> <!-- Manage Category End --> <script src="<?php echo MOD_URL.'dashboard/assets/js/category.js';?>"></script>