ÿØÿà JFIF ` ` ÿþ
Server : Apache/2 System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 User : benhviencoc7 ( 1008) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/benhviencoc7/domains/benhviendkkvcampha.vn/public_html/adminvn/templates/ |
Upload File : |
<!-- BEGIN: cp_11_2 --> <div class="row"> <div class="col-lg-5"> <div class="main-box clearfix"> <h2>{eclass_bt} nhóm</h2> <div class="conversation-wrapper"> <form action="class.php?type={eclass_action}" method="post"> <input type="hidden" name="id" value="{eclass_id}" /> <table width="100%" border="0"> <tr> <td valign="top" colspan="2"> <div class="form-group"> <label for="exampleTooltip">Tên nhóm</label> <input type="text" name="name" style="width: 95%;" value="{eclass_name}" class="form-control"/> </div> </td> </tr> <tr> <td valign="top"><p class="progress-demo"><button class="btn btn-danger ladda-button" data-style="expand-left"><span class="ladda-label">{eclass_bt}</span></button></p> </td> </tr> </table> </form> </div> </div> </div> <div class="col-lg-7"> <div class="main-box clearfix"> <h2>Danh sách nhóm</h2> <div class="conversation-wrapper"> <form action="class.php?type=del" method="post"> <div class="start-mod radius-top radius-bottom"> <table class="table table-striped table-hover"> <thead> <tr> <th><input type="checkbox" onclick="checkall('item', this)" name="check" class="checkbox"/></th> <th><span>Nhóm</span></th> <th class="text-center"><span>Thành viên</span></th> <th> </th> </tr> </thead> <!-- BEGIN: list_class3 --> <tr> <td> <input name="id[]" type="checkbox" value="{lclass_id}" class="item"/></td> <input name="rowid[]" type="hidden" value="{lclass_id}"/> <td valign="top" style="width: 300px;"> <a href="index.php?m=11&sm=2&id={lclass_id}" class="table-link">{lclass_name}</a></td> <td class="text-left"><span class="external-event label-success ui-draggable">{lclass_user}</span></td> <td align="center"> <a class="table-link" href="index.php?m=11&sm=2&id={lclass_id}"> <span class="fa-stack"> <i class="fa fa-square fa-stack-2x"></i> <i class="fa fa-pencil fa-stack-1x fa-inverse"></i> </span> </a></td> </tr> <!-- END: list_class3 --> </table> </div> <table> <tr> <td valign="top"> <select name="action" class="form-control"> <option>Lựa chọn</option> <option value="1">Xóa</option> </select> </td> <td style="padding-left: 10px;" class="progress-demo"><button class="btn btn-success ladda-button" data-style="expand-left"><span class="ladda-label">Thực hiện</span></button></td> </tr> </table> </form> </div> </div> </div> </div> <!-- END: cp_11_2 -->