ÿØÿà 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/private_html/adminvn/templates/ |
Upload File : |
<!-- BEGIN: cp_12_4 --> <div class="row"> <script type="text/javascript"> $().ready(function() { $('#add').click(function() { return !$('#select1 option:selected').remove().appendTo('#select2'); }); $('#remove').click(function() { return !$('#select2 option:selected').remove().appendTo('#select1'); }); $('form').submit(function() { $('#select2 option').each(function(i) { $(this).attr("selected", "selected"); }); }); }); </script> <div class="col-lg-12"> <h1>Danh mục hiển thị tại trang chủ</h1> <div class="row"> <form action="home.php" method="post"> <div class="col-lg-6"> <div class="main-box" style="height: 359px;"> <div class="clearfix"> <h2 class="pull-left">Danh mục chưa hiển thị</h2> </div> <select multiple="true" id="select1" class="form-control" style="height: 200px;"> <!-- BEGIN: home_hide --> <option value="{mod_id}">{mod_name}</option> <!-- END: home_hide --> </select> <p align="center"><a href="#" id="add">Cho hiển thị >></a></p> </div> </div> <div class="col-lg-6"> <div class="main-box"> <div class="clearfix"> <h2 class="pull-left">Danh mục đã hiển thị</h2> </div> <select multiple="true" id="select2" name="show[]" class="form-control" style="height: 200px;"> <!-- BEGIN: home_show --> <option value="{mod_id}">{mod_name}</option> <!-- END: home_show --> </select> <p align="center"><a href="#" id="remove"><< Tắt hiển thị</a></p> <p class="progress-demo"><button class="btn btn-danger ladda-button" data-style="expand-left"><span class="ladda-label">Cập nhật</span></button></p> </form> </div> </div> </div> </div> </div> <!-- END: cp_12_4 -->