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

162 lines
6.9KB

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