1adffbe4b38a6fc0a57587605255a34ea1c6a6c0.file.index.html.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?php /* Smarty version Smarty-3.1.11, created on 2020-11-17 09:27:42
  2. compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/delete_list_admin/index.html" */ ?>
  3. <?php /*%%SmartyHeaderCode:19683451325fb2440a9e0ae4-85509009%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5. 'file_dependency' =>
  6. array (
  7. '1adffbe4b38a6fc0a57587605255a34ea1c6a6c0' =>
  8. array (
  9. 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/delete_list_admin/index.html',
  10. 1 => 1605575855,
  11. 2 => 'file',
  12. ),
  13. ),
  14. 'nocache_hash' => '19683451325fb2440a9e0ae4-85509009',
  15. 'function' =>
  16. array (
  17. ),
  18. 'version' => 'Smarty-3.1.11',
  19. 'unifunc' => 'content_5fb2440aa1cef0_98201645',
  20. 'variables' =>
  21. array (
  22. 'info' => 0,
  23. ),
  24. 'has_nocache_code' => false,
  25. ),false); /*/%%SmartyHeaderCode%%*/?>
  26. <?php if ($_valid && !is_callable('content_5fb2440aa1cef0_98201645')) {function content_5fb2440aa1cef0_98201645($_smarty_tpl) {?><?php echo $_smarty_tpl->getSubTemplate ('../public/admin_header.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  27. <?php echo $_smarty_tpl->getSubTemplate ('../public/admin_navi.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  28. <!-- Right side column. Contains the navbar and content of the page -->
  29. <aside class="right-side">
  30. <!-- Content Header (Page header) -->
  31. <!-- Main content -->
  32. <section class="content">
  33. <div class="span9">
  34. <?php if ($_smarty_tpl->tpl_vars['info']->value){?>
  35. <div class="alert alert-success nodisplay"><?php echo $_smarty_tpl->tpl_vars['info']->value;?>
  36. </div>
  37. <?php }?>
  38. <div id='main' class="form-actions">
  39. <form method="post" id="batch_user_group" action="/?a=Delete_list_admin&m=importDelete" enctype="multipart/form-data" >
  40. <input type="hidden" name="to_import_user" value="yes" />
  41. <input type="file" name="inputExcel" style="width:175px;"><span style="color:red;">(excel是.csv格式的)</span>
  42. <input type="submit" class="btn btn-success" value="导入并删除用户" style="cursor:pointer;height: 32px; width: 140px;margin-left:10px;margin-top:20px;" />
  43. </form>
  44. </div>
  45. <script src="static/AdminLTE/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js" type="text/javascript"></script>
  46. <script src="static/AdminLTE/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>
  47. <link href="static/AdminLTE/css/iCheck/minimal/blue.css" rel="stylesheet" type="text/css" />
  48. <link href="static/AdminLTE/css/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
  49. <script src="static/AdminLTE/js/plugins/daterangepicker/daterangepicker.js" type="text/javascript"></script>
  50. <script type="text/javascript">
  51. $(function() {
  52. "use strict";
  53. //iCheck for checkbox and radio inputs
  54. $('input[type="checkbox"]').iCheck({
  55. checkboxClass: 'icheckbox_minimal-blue',
  56. radioClass: 'iradio_minimal-blue'
  57. });
  58. //When unchecking the checkbox
  59. $("#check-all").on('ifUnchecked', function(event) {
  60. //Uncheck all checkboxes
  61. $("input[type='checkbox']", ".table-mailbox").iCheck("uncheck");
  62. });
  63. //When checking the checkbox
  64. $("#check-all").on('ifChecked', function(event) {
  65. //Check all checkboxes
  66. $("input[type='checkbox']", ".table-mailbox").iCheck("check");
  67. });
  68. });
  69. </script>
  70. <script>
  71. function toSubmit(){
  72. var n = $("input:checked").length;
  73. if (n<=1) {
  74. alert("请选择要批量删除的客户");
  75. }else{
  76. if(confirm("确定要删除吗?")){
  77. $('#batch_delete').submit();
  78. }
  79. }
  80. }
  81. </script>
  82. </div>
  83. </section><!-- /.content -->
  84. </aside><!-- /.right-side -->
  85. </div><!-- ./wrapper -->
  86. <style>
  87. select{height:30px;}
  88. </style>
  89. <script>
  90. $('#treeview3').addClass('active');
  91. $(".return_rate_left").addClass('active');
  92. $(function() {
  93. //Date range picker
  94. $('#reservation').daterangepicker();
  95. });
  96. </script>
  97. <script>
  98. function to_confirm(id,name){
  99. if(confirm("确定要删除用户 "+name+" 吗?"))
  100. {
  101. window.location.href = "/?a=customer_list_admin&m=delete&id="+id;
  102. }
  103. }
  104. </script>
  105. </body>
  106. </html>
  107. <?php }} ?>