国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

124 lines
5.6KB

  1. {dede:config.pagesize value='30'/}
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="<?php echo $cfg_soft_lang;?>">
  6. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  7. <title>注册会员列表</title>
  8. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="../static/web/css/admin.css">
  11. <script src="js/ieemu.js"></script>
  12. <script src="js/member.js"></script>
  13. </head>
  14. <body>
  15. <form action="member_main.php" name="form1" method="get">
  16. <table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
  17. <tr bgcolor="#f8f8f8">
  18. <td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="{dede:global name='keyword'/}" style="width:260px"></td>
  19. <td width="170">
  20. <select name="sortkey" id="sortkey" style="width:160px">
  21. {dede:global name='sortform'/}
  22. <option value="mid">mid/注册时间</option>
  23. <option value="logintime">登录时间</option>
  24. <option value="rank">会员等级</option>
  25. <option value="money">会员金币</option>
  26. <option value="scores">会员积分</option>
  27. </select>
  28. </td>
  29. <td width="170">
  30. <select name="sex" id="sex" style="width:160px">
  31. {dede:global name='sexform'/}
  32. <option value="男">男</option>
  33. <option value="女">女</option>
  34. <option value="保密">保密</option>
  35. </select>
  36. </td>
  37. <td width="170">
  38. <select name="spacesta" id="spacesta" style="width:160px">
  39. <option value="-10">会员状态</option>
  40. <?php
  41. foreach($staArr as $k=>$v)
  42. {
  43. if($spacesta==$k) echo "<option value='$k' selected>$v</option>";
  44. else echo "<option value='$k'>$v</option>";
  45. }
  46. ?>
  47. </select>
  48. </td>
  49. <td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
  50. </tr>
  51. </table>
  52. </form>
  53. <form name="form2">
  54. <table width="98%" align="center" cellpadding="2" cellspacing="1" class="table maintable mb-3">
  55. <tr>
  56. <td bgcolor="#f8f8f8" colspan="9">
  57. <table width="98%" cellspacing="0" cellpadding="0" class="table table-borderless">
  58. <tr>
  59. <td width="30%">注册会员列表</td>
  60. <td width="70%" align="right">
  61. <a href="member_main.php">所有会员</a> |
  62. <a href="member_main.php?spacesta=-2">被禁言用户</a> |
  63. <a href="member_main.php?matt=1">被推荐</a> |
  64. <a href="member_main.php?matt=0">普通</a>
  65. </td>
  66. </tr>
  67. </table>
  68. </td>
  69. </tr>
  70. <tr bgcolor="#fbfce2" align="center">
  71. <td width="6%">选择</td>
  72. <td width="6%">mid</td>
  73. <td width="10%">登录名</td>
  74. <td width="16%">email/昵称</td>
  75. <td width="6%">性别</td>
  76. <td width="8%">会员等级</td>
  77. <td width="15%">会员属性</td>
  78. <td width="10%">最后登录</td>
  79. <td>操作</td>
  80. </tr>
  81. {dede:datalist empty='<tr><td colspan="9"><center>暂无内容</center></td></tr>'}
  82. <tr align="center" onmousemove="javascript:this.bgColor='#fbfce2';" onmouseout="javascript:this.bgColor='#ffffff';">
  83. <td><input type="checkbox" name="mid" id="mid" value="{dede:field.mid/}"></td>
  84. <td>{dede:field.mid/}</td>
  85. <td>
  86. <?php
  87. echo ''.$fields['userid'].'';
  88. if($fields['spacesta']==-2) echo "<span class='text-danger'>[禁言]</span>";
  89. if($fields['spacesta']==-1) echo "<span class='text-danger'>[未审核]</span>";
  90. if(!empty($fields['face'])) {
  91. echo "<br><img src='{$fields['face']}' title='浏览会员空间' style='max-width:80px;height:auto'>";
  92. }
  93. ?>
  94. </td>
  95. <td>{dede:field.email/}<br>
  96. 昵称:{dede:field.uname/}</td>
  97. <td>{dede:field.sex/}</td>
  98. <td><a href="member_main.php?rank={dede:field.rank/}">{dede:field.rank function="GetMemberName(@me,'限制会员')"/}</a></td>
  99. <td>{dede:field.mtype/} 用户 {dede:field.matt function="GetMAtt(@me)"/}<br>
  100. 金币:{dede:field.money/} 积分:{dede:field.scores/}</td>
  101. <td>{dede:field.logintime function="MyDate('y-m-d H:i',@me)"/}<br>
  102. {dede:field.loginip/}</td>
  103. <td align="center">
  104. <a href="member_view.php?id={dede:field.mid/}" class="btn btn-success btn-sm">修改</a>
  105. <a href="member_do.php?id={dede:field.mid/}&dopost=delmember" class="btn btn-success btn-sm">删除</a>
  106. <a href="content_list.php?mid={dede:field.mid/}" target="_self" class="btn btn-success btn-sm">文档</a>
  107. <a href="member_toadmin.php?id={dede:field.mid/}" target="_self" class="btn btn-success btn-sm">提升</a>
  108. </td>
  109. </tr>
  110. {/dede:datalist}
  111. <tr>
  112. <td colspan="9" class="py-2">
  113. <button type="button" onClick="selAll();" class="btn btn-success btn-sm">全选</button>
  114. <button type="button" onClick="noSelAll();" class="btn btn-success btn-sm">取消</button>
  115. <button type="button" onClick="delArc(0);" class="btn btn-danger btn-sm">删除</button>(如果已经整合了论坛的用户请不要使用批量删除功能)
  116. </td>
  117. </tr>
  118. <tr>
  119. <td colspan="9" bgcolor="f8f8f8" align="center" class="py-2">{dede:pagelist listsize='6'/}</td>
  120. </tr>
  121. </table>
  122. </form>
  123. </body>
  124. </html>