ÿØÿà 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/netphim/code/admin/comment_locked/ |
<div class="card"> <div class="card-header"> Search Comment Locked </div> <div class="card-body"> <form action="?act=admin&code=comment_locked&type=list" method="get"> <input type="hidden" name="act" value="admin"> <input type="hidden" name="code" value="comment_locked"> <div class="form-body"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label>Manga</label> <input type="text" value="" name="s[manga]" class="form-control"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label>Keyword</label> <input type="text" value="" name="s[keyword]" class="form-control"> </div> </div> <!--<div class="col-md-4"> <div class="form-group"> <label>Status</label> <select name="s[status]" class="form-control"> <option value="">---</option> <option value="active">active</option> <option value="locked">locked</option> </select> </div> </div>--> </div> </div> <div class="form-actions mt-3"> <button type="submit" class="btn btn-success" name="submitbt"> <i class="fa fa-check"></i> Search</button> <button type="button" class="btn btn-inverse" onclick="location.href='?act=admin&code=comment'">Cancel</button> </div> </form> </div> </div> <div class="card"> <div class="card-header"> Comment Report manager </div> <div class="card-body"> <!--<a href="javascript:void(0);" class="btn btn-primary btn-sm mb-2" id="delete"><i class="fa fa-bars"></i> Detete </a>--> <form action="" method="post" id="form_quick_update"> <input type="hidden" name="type2" value=""> <table class="table table-bordered color-table info-table"> <thead> <tr> <th>Manga</th> <th>Time</th> <th>Content</th> <th>By user</th> <th>Report</th> <th>Status</th> <th>#</th> </tr> </thead> <tbody> <?php echo $list;?> </tbody> </table> </form> <div class="text-right footable"> <ul class="pagination" style="float: right;"> <?php echo $nav;?> </ul> </div> </div> </div>