| 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/pages/itemad_blocked/inc/ |
Upload File : |
<div id="DEL" class="tool-box alert alert-default clearfix">
<div class="col-sm-4 m-alert" style="border: 1px solid #ddd;padding: 20px;border-radius: 5px;height: 285px;">
...
</div>
<form class="col-sm-5">
<?php $reportList = item_report();
foreach($reportList as $rpKey=>$rpVal){ ?>
<div class="radio text-info">
<label>
<input type="radio" name="item-active" value="<?=$rpKey?>">
<?=$rpVal?>
</label>
</div>
<?php } ?>
<div class="radio text-danger">
<label>
<input type="radio" name="item-active" value="-3">
Xóa tất cả tin đăng này
</label>
</div>
</form>
<div class="col-sm-3 email-listing nopadding" style="border: 1px solid #ddd; border-radius: 5px; height: 285px;">
<h3>Danh sách email của user có tin đăng bị report</h3>
</div>
<div class="col-xs-12 bottom nopadding">
<div class="col-xs-12 text-right nopadding">
<a class="btn btn-danger submit disabled" data-loading-text="<i class='fa fa-refresh fa-spin'></i> Đang xóa ...">Submit</a>
</div>
</div>
</div>
<div id="EDIT" class="tool-box alert alert-info clearfix">
<h2>Update email cho item</h2>
</div>