No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

select_users.htm 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll; cursor: default; -moz-user-select: inherit;">
  3. <div id="append_parent"></div>
  4. <div id="ajaxwaitid"></div>
  5. <div class="page" style="min-width:auto;">
  6. <div class="flexigrid member_lt">
  7. <div class="mDiv" style=" padding-top: 0; ">
  8. <div class="ftitle_nav">
  9. {volist name='$levelCountList' id='vo'}
  10. <div class="fbutton">
  11. <a href="{:url('UsersNotice/select_users', ['level'=>$vo.level_id])}">
  12. <div class="{eq name='$Request.param.level' value='$vo.level_id'}cur{/eq}">
  13. {$vo.level_name}<span>{$vo.level_count}</span>
  14. </div>
  15. </a>
  16. </div>
  17. {/volist}
  18. </div>
  19. <form class="navbar-form form-inline" id="searchForm" action="{:url('UsersNotice/select_users')}" method="get" onsubmit="layer_loading('正在处理');">
  20. {$searchform.hidden|default=''}
  21. <div class="sDiv">
  22. <div class="sDiv2" style="margin: 0 6px;">
  23. <input type="text" size="30" name="keywords" value="{$Request.param.keywords}" class="qsbox" placeholder="搜索用户名...">
  24. <input type="submit" class="btn" value="搜索">
  25. <i class="iconfont e-sousuo"></i>
  26. </div>
  27. </div>
  28. </form>
  29. </div>
  30. <div class="hDiv">
  31. <div class="hDivBox">
  32. <table cellspacing="0" cellpadding="0" style="width: 100%">
  33. <thead>
  34. <tr>
  35. <th class="sign w40" axis="col0">
  36. <div class="tc"><input type="checkbox" autocomplete="off" class="checkAll"></div>
  37. </th>
  38. <th abbr="article_title" axis="col3" class="w40">
  39. <div class="tc">ID</div>
  40. </th>
  41. <th abbr="article_title" axis="col3" class="w50">
  42. <div class="tc">头像</div>
  43. </th>
  44. <th abbr="ac_id" axis="col4">
  45. <div class="tl text-l10">昵称/绑定</div>
  46. </th>
  47. <th abbr="ac_id" axis="col4" class="w100">
  48. <div class="tc">级别</div>
  49. </th>
  50. <th abbr="ac_id" axis="col4" class="w150">
  51. <div class="tc">注册</div>
  52. </th>
  53. <th axis="col1" class="w120">
  54. <div class="tc">操作</div>
  55. </th>
  56. </tr>
  57. </thead>
  58. </table>
  59. </div>
  60. </div>
  61. <div class="bDiv" style="height: auto;">
  62. <div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
  63. <table style="width: 100%">
  64. <tbody>
  65. {empty name="list"}
  66. <tr>
  67. <div class="no_row">
  68. <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
  69. </div>
  70. </tr>
  71. {else/}
  72. {foreach name="list" item="vo" key="k" }
  73. <tr>
  74. <td class="sign">
  75. <div class="w40 tc">
  76. <input type="checkbox" autocomplete="off" name="ids[]" value="{$vo.users_id}" id="u_{$vo.users_id}" onclick="parent.choose('{$vo.users_id}');" >
  77. </div>
  78. </td>
  79. <td class="sort">
  80. <div class="w40 tc">{$vo.users_id}</div>
  81. </td>
  82. <td class="sign">
  83. <div class="w50 tc">
  84. <img id="img_head_pic" style="height: 40px;margin-right: 5px;float: unset;margin: auto;" src="{$vo.head_pic|get_head_pic=###,false,$vo['sex']}" />
  85. </div>
  86. </td>
  87. <td style="width: 100%">
  88. <div class="text-l10">
  89. <p style="margin-top: -5px;">
  90. {eq name="'Member@users_edit'|is_check_access" value="1"}
  91. <a href="{:url('Member/syn_users_login', ['users_id'=>$vo.users_id, 'mca'=>'user/Users/index'])}" target="_blank">{$vo.nickname|default=$vo.username}</a>
  92. {else /}
  93. {$vo.nickname|default=$vo.username}
  94. {/eq}
  95. </p>
  96. <p class="binding">
  97. {eq name='$vo.is_mobile' value='1'}
  98. <img src="__STATIC__/admin/images/r_phone.png">
  99. {/eq}
  100. {if condition="in_array($vo['thirdparty'], [5]) || !empty($wxlogin[$vo['users_id']]['openid'])"}
  101. <img src="__STATIC__/admin/images/r_weixin.png">
  102. {/if}
  103. {if condition="in_array($vo['thirdparty'], [6])"}
  104. <img src="__STATIC__/admin/images/r_wechat.png">
  105. {/if}
  106. {if condition="!empty($qqlogin[$vo['users_id']])"}
  107. <img src="__STATIC__/admin/images/r_qq.png">
  108. {/if}
  109. {if condition="in_array($vo['thirdparty'], [4])"}
  110. <img src="__STATIC__/admin/images/r_wxapp.png">
  111. {/if}
  112. {if condition="!empty($wblogin[$vo['users_id']])"}
  113. <img src="__STATIC__/admin/images/r_wb.png">
  114. {/if}
  115. </p>
  116. </div>
  117. </td>
  118. <td>
  119. <div class="w100 tc">
  120. <p>{$vo.level_name}</p>
  121. </div>
  122. </td>
  123. <td>
  124. <div class="w150 tc">
  125. <p>{$vo.reg_time|MyDate='Y-m-d H:i:s',###}</p>
  126. </div>
  127. </td>
  128. <td class="operation">
  129. <div class="w120 tc">
  130. <a href="javascript:void(0);" onclick="choose_user(this);" data-users_id="{$vo.users_id}" class="btn blue" id="a_{$vo.users_id}" >选择</a>
  131. </div>
  132. </td>
  133. </tr>
  134. {/foreach}
  135. {/empty}
  136. </tbody>
  137. </table>
  138. </div>
  139. <div class="iDiv" style="display: none;"></div>
  140. </div>
  141. <div class="footer-oper">
  142. <span class="ml15">
  143. <input type="checkbox" autocomplete="off" class="checkAll">
  144. </span>
  145. {include file="public/page" /}
  146. <div style="clear:both"></div>
  147. </div>
  148. </div>
  149. </div>
  150. <script>
  151. $(function(){
  152. $('input[name*=ids]').click(function(){
  153. if ($('input[name*=ids]').length == $('input[name*=ids]:checked').length) {
  154. $('.checkAll').prop('checked','checked');
  155. } else {
  156. $('.checkAll').prop('checked', false);
  157. }
  158. });
  159. $('input[type=checkbox].checkAll').click(function(){
  160. $('input[type=checkbox]').prop('checked',this.checked);
  161. $("input[name*=ids]").each(function(){
  162. parent.choose($(this).val());
  163. });
  164. });
  165. var u_str = $('#users_id',window.parent.document).val();
  166. if (u_str) {
  167. var u_arr = u_str.split(',');
  168. u_arr.forEach(function( val, index ) {
  169. if ($('#u_'+val)) {
  170. $('#u_'+val).attr('checked','checked');
  171. $('#a_'+val).text('取消');
  172. }
  173. });
  174. }
  175. var all = 1;
  176. $("input[name*=ids]").each(function(){
  177. if ($(this).attr('checked') != 'checked'){
  178. all = 0;
  179. }
  180. });
  181. if (1 == all){
  182. $('input[type=checkbox].checkAll').each(function(){
  183. $(this).prop('checked','checked');
  184. });
  185. }
  186. });
  187. $(document).ready(function(){
  188. // 表格行点击选中切换
  189. $('#flexigrid > table>tbody >tr').click(function(){
  190. $(this).toggleClass('trSelected');
  191. });
  192. // 点击刷新数据
  193. $('.fa-refresh').click(function(){
  194. location.href = location.href;
  195. });
  196. });
  197. function choose_user(obj) {
  198. var uid = $(obj).attr('data-users_id');
  199. var c_uid = $('#u_'+uid);
  200. if('checked' == c_uid.attr('checked')){
  201. c_uid.prop('checked',false);
  202. $(obj).text('选择');
  203. }else{
  204. c_uid.prop('checked','checked');
  205. $(obj).text('取消');
  206. }
  207. parent.choose(uid);
  208. }
  209. </script>
  210. {include file="public/footer" /}