���� 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/truyentranh/code/admin/lockedchap/ |
<div class="card"> <div class="card-header"> Locked chapter manager (<?php echo $total;?>) <div class="card-tools"> <div class="d-flex"> <div class="mr-auto"> <div class="form-group"> <a href="?act=admin&code=posts" class="btn btn-primary btn-sm"><i class="fas fa-list"></i> List maga </a> </div> </div> <div class="ml-2"> <div class="form-group"> <input id="demo-input-search2" type="text" placeholder="Enter a keyword and press Enter" autocomplete="off" class="module_title_search" value="<?php echo $keyword;?>"> <input type="hidden" value="act=admin&code=lockedchap" id="txt_code_search"> </div> </div> </div> </div> </div> <div class="card-body"> <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>Chapter</th> <th>Manga</th> <th>Locked to date</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> <script> $('.delete_pay').click(function(){ var chuong_id = $(this).data('chapid'); if(confirm('Are you sure delete this locked?')) { $.ajax( { url: '?act=admin&code=ajax&type=delete_lock_chap&chuong_id='+chuong_id, success: function (result) { $('#chuong_lock_'+chuong_id).remove(); } } ); } }); </script>