| Server IP : 103.48.194.25 / Your IP : 216.73.216.231 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/nhadatkhangdien.net-bk/public_html/admin/templates/maildk/ |
Upload File : |
<h3>Các tin email đã đăng ký</h3>
<table class="blue_table">
<tr>
<th style="width:3%;">Stt</th>
<th style="width:12%;">Email</th>
<th style="width:4%;">Xóa</th>
</tr>
<?php for($i=0, $count=count($items); $i<$count; $i++){?>
<tr>
<td style="width:3%;"><?=$i+1?></td>
<td style="width:12%;"><?=$items[$i]['email']?></td>
<td style="width:4%;"><a href="index.php?com=maildk&act=delete&id=<?=$items[$i]['id']?>" onClick="if(!confirm('Xác nhận xóa')) return false;"><img src="media/images/delete.png" border="0" /></a></td>
</tr>
<?php }?>
</table>
<div class="paging"><?=$paging['paging']?></div>