国内流行的内容管理系统(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.

139 lines
6.5KB

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