| 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 : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/zomuaban.com/public_html/webadmin/views/logs/ |
Upload File : |
<div class="box-white"><?=$title?></div>
<div class="box-content">
<?$attributes = array('class' => 'email', 'id' => 'checknew');
echo form_open('admin/dels', $attributes);?>
<input type="hidden" name="page" value="<?=(int)$this->uri->segment('3')?>">
<table class="admindata">
<thead>
<tr>
<th colspan="3">
<input type="submit" onclick="return verify_del();" name="btn_submit" class="submit" value="Xóa">
Hiện có <?=$num?> <span class="pages"><?=$pagination?></span>
</th>
<th>
<a href="<?=site_url('logs/del/'.$this->uri->segment(3))?>">Xóa</a>
</th>
</tr>
<tr>
<th>Thời gian</th>
<th>Thao tác</th>
<th>Thông tin</th>
<th>IP</th>
</tr>
</thead>
<?
$k=1;
foreach($list as $rs):?>
<tr class="row<?=$k?>">
<td><?=date('H:i:s, d/m/Y',$rs->date_log)?></td>
<td><?=anchor($rs->url,$rs->url)?></td>
<td><?=$rs->log_info?></td>
<td><?=$rs->log_ip?></td>
</tr>
<?
$k=1-$k;
endforeach;?>
<tfoot>
<td colspan="3">
<input type="submit" class="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
Hiện có <?=$num?> <span class="pages"><?=$pagination?></span>
</td>
<td><a href="<?=site_url('logs/del/'.$this->uri->segment(3))?>">Xóa</a></td>
</tfoot>
</table>
<?=form_close()?>
<div>
</div>