国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

156 行
6.6KB

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