| 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/inc/ |
Upload File : |
<div id="DEL" class="tool-box alert alert-default clearfix" style="display: none;padding: 15px 0;">
<div class="col-sm-4">
<div class="m-alert" style="border: 1px solid #ddd;padding: 15px;border-radius: 5px;height: 285px;">
Danh sách tin đăng cần report
</div>
</div>
<div class="col-sm-3" style="padding-left:0!important">
<div class="email-listing" 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>
<form class="col-sm-5 nopadding">
<?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 } ?>
<?php if(is_manager(MOD)){?>
<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>
<?php } ?>
</form>
<div class="col-xs-12 bottom">
<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>