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

164 lines
6.9KB

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