c7cec56738d6ea17e1da0c855576b3bd5b12fd36.file.group_list.html.php 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?php /* Smarty version Smarty-3.1.11, created on 2019-04-08 17:47:47
  2. compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/user_group_admin/group_list.html" */ ?>
  3. <?php /*%%SmartyHeaderCode:203027026759530595079c85-02382239%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5. 'file_dependency' =>
  6. array (
  7. 'c7cec56738d6ea17e1da0c855576b3bd5b12fd36' =>
  8. array (
  9. 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/user_group_admin/group_list.html',
  10. 1 => 1498544934,
  11. 2 => 'file',
  12. ),
  13. ),
  14. 'nocache_hash' => '203027026759530595079c85-02382239',
  15. 'function' =>
  16. array (
  17. ),
  18. 'version' => 'Smarty-3.1.11',
  19. 'unifunc' => 'content_595305950daf21_88499843',
  20. 'variables' =>
  21. array (
  22. 'info' => 0,
  23. 'user_gruop_id' => 0,
  24. 'username' => 0,
  25. 'list' => 0,
  26. 'item' => 0,
  27. 'user_group_name' => 0,
  28. 'blacklist_id' => 0,
  29. 'show' => 0,
  30. ),
  31. 'has_nocache_code' => false,
  32. ),false); /*/%%SmartyHeaderCode%%*/?>
  33. <?php if ($_valid && !is_callable('content_595305950daf21_88499843')) {function content_595305950daf21_88499843($_smarty_tpl) {?><?php echo $_smarty_tpl->getSubTemplate ('../public/admin_header.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  34. <?php echo $_smarty_tpl->getSubTemplate ('../public/admin_navi.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  35. <!-- Right side column. Contains the navbar and content of the page -->
  36. <aside class="right-side">
  37. <!-- Content Header (Page header) -->
  38. <section class="content-header">
  39. <h1>
  40. 客户分组列表详情
  41. <small>Control panel</small>
  42. </h1>
  43. <ol class="breadcrumb">
  44. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  45. <li class="active">Blank page</li>
  46. </ol>
  47. </section>
  48. <!-- Main content -->
  49. <section class="content">
  50. <?php if ($_smarty_tpl->tpl_vars['info']->value){?>
  51. <div class="alert alert-success"><?php echo $_smarty_tpl->tpl_vars['info']->value;?>
  52. </div>
  53. <?php }?>
  54. <div class="span9">
  55. <form method="post" action="/?a=user_group_admin&m=group_list" >
  56. <input type="hidden" name="id" value="<?php echo $_smarty_tpl->tpl_vars['user_gruop_id']->value;?>
  57. ">
  58. <div style="margin-left:20px;float:left;">
  59. 客户姓名:<input type="text" name="username" value="<?php echo $_smarty_tpl->tpl_vars['username']->value;?>
  60. " style="width:200px;">
  61. </div>
  62. <div style="clear:both;height:30px;">
  63. &nbsp;
  64. </div>
  65. <div style="clear:both;">
  66. <input type="submit" class="btn btn-info" value="查询" style="clear:both;height: 30px; width: 500px; "/>
  67. </div>
  68. </form>
  69. <div id='main' class="form-actions">
  70. <table class="table table-mailbox" style="margin-top:15px;">
  71. <tr>
  72. <th>客户名</th>
  73. <th>客户邮箱</th>
  74. <th>客户所属分组</th>
  75. <!--<th>操作</th>-->
  76. </tr>
  77. <?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['item']->_loop = false;
  78. $_from = $_smarty_tpl->tpl_vars['list']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
  79. foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
  80. $_smarty_tpl->tpl_vars['item']->_loop = true;
  81. ?>
  82. <tr>
  83. <td><?php echo $_smarty_tpl->tpl_vars['item']->value['uname'];?>
  84. </td>
  85. <td><?php echo $_smarty_tpl->tpl_vars['item']->value['email'];?>
  86. </td>
  87. <td><?php echo $_smarty_tpl->tpl_vars['user_group_name']->value;?>
  88. </td>
  89. <!--<td><a target="_blank" href="/?a=blacklist_admin&m=set_remark&order_id=<?php echo $_smarty_tpl->tpl_vars['item']->value['order_id'];?>
  90. &blacklist_id=<?php echo $_smarty_tpl->tpl_vars['blacklist_id']->value;?>
  91. ">设置备注</a></td>-->
  92. </tr>
  93. <?php } ?>
  94. </table>
  95. <?php echo $_smarty_tpl->tpl_vars['show']->value;?>
  96. </div>
  97. <script src="static/AdminLTE/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js" type="text/javascript"></script>
  98. <script src="static/AdminLTE/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>
  99. <link href="static/AdminLTE/css/iCheck/minimal/blue.css" rel="stylesheet" type="text/css" />
  100. <link href="static/AdminLTE/css/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
  101. <script src="static/AdminLTE/js/plugins/daterangepicker/daterangepicker.js" type="text/javascript"></script>
  102. <script type="text/javascript">
  103. $(function() {
  104. "use strict";
  105. //iCheck for checkbox and radio inputs
  106. $('input[type="checkbox"]').iCheck({
  107. checkboxClass: 'icheckbox_minimal-blue',
  108. radioClass: 'iradio_minimal-blue'
  109. });
  110. //When unchecking the checkbox
  111. $("#check-all").on('ifUnchecked', function(event) {
  112. //Uncheck all checkboxes
  113. $("input[type='checkbox']", ".table-mailbox").iCheck("uncheck");
  114. });
  115. //When checking the checkbox
  116. $("#check-all").on('ifChecked', function(event) {
  117. //Check all checkboxes
  118. $("input[type='checkbox']", ".table-mailbox").iCheck("check");
  119. });
  120. });
  121. </script>
  122. </div>
  123. </section><!-- /.content -->
  124. </aside><!-- /.right-side -->
  125. </div><!-- ./wrapper -->
  126. <style>
  127. select{height:30px;}
  128. </style>
  129. <script>
  130. $('#treeview3').addClass('active');
  131. $(".user_group_left").addClass('active');
  132. $(function() {
  133. //Date range picker
  134. $('#reservation').daterangepicker();
  135. });
  136. </script>
  137. </body>
  138. </html><?php }} ?>