| 
                        123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 | 
                        - {dede:config.pagesize value="20"/}
 - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 - <html xmlns="http://www.w3.org/1999/xhtml">
 - <head>
 -   <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
 -   <title>网站会员管理</title>
 -   <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
 -   <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
 -   <link rel="stylesheet" href="../static/web/css/admin.css">
 -   <script language="javascript" src="js/ieemu.js"></script>
 -   <script language="javascript" src="js/member.js"></script>
 -   <style>
 - .table td,.table th{border-top:0}
 -   </style>
 - </head>
 - <body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
 -   <form action="member_main.php" name="form1" method="get">
 -   <table width="98%" border="0" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
 -     <tr>
 -       <td height="36" bgcolor="#ffffff">
 -         <table border="0" cellpadding="0" cellspacing="0">
 -           <tr>
 -             <td>关键词:</td>
 -             <td><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td>
 -             <td>排序:</td>
 -             <td>
 -               <select name="sortkey" id="sortkey" style="margin-right:10px;width:160px">
 -                 {dede:global name='sortform'/}
 -                 <option value="mid">mid/注册时间</option>
 -                 <option value="logintime">登录时间</option>
 -                 <option value="rank">会员等级</option>
 -                 <option value="money">会员金币</option>
 -                 <option value="scores">会员积分</option>
 -               </select>
 -             </td>
 -             <td>
 -               <select name="sex" id="sex" style="margin-right:10px;width:160px">
 -                 {dede:global name='sexform'/}
 -                 <option value="男">男</option>
 -                 <option value="女">女</option>
 -                 <option value="保密">保密</option>
 -               </select>
 -             </td>
 -             <td>
 -               <select name="spacesta" id="spacesta" style="margin-right:10px;width:160px">
 -                 <option value='-10'>会员状态</option>
 -                 <?php
 -                 foreach($staArr as $k=>$v)
 -                 {
 -                   if($spacesta==$k) echo "<option value='$k' selected>$v</option>";
 -                   else echo "<option value='$k'>$v</option>";
 -                 }
 -                 ?>
 -               </select>
 -             </td>
 -             <td>
 -               <button type="submit" class="btn btn-success btn-sm">搜索</button>
 -             </td>
 -           </tr>
 -         </table>
 -       </td>
 -     </tr>
 -   </table>
 -   </form>
 -   <form name="form2">
 -     <table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table table-bordered maintable">
 -       <tr>
 -         <td height="26" colspan="9" background="../static/web/img/tbg.gif">
 -           <table width="99%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
 -             <tr>
 -               <td width="29%" style="padding-left:10px">注册会员列表</td>
 -               <td width="71%" align="right">
 -                 <a href="member_main.php">所有会员</a> |
 -                 <a href="member_main.php?spacesta=-2">被禁言用户</a> |
 -                 <a href="member_main.php?matt=1">被推荐</a> |
 -                 <a href="member_main.php?matt=0">普通</a>  
 -               </td>
 -             </tr>
 -           </table>
 -         </td>
 -       </tr>
 -       <tr bgcolor="#FEFCEF" height="30" align="center">
 -         <td width="6%">选择</td>
 -         <td width="5%">mid</td>
 -         <td width="11%">登录名</td>
 -         <td width="16%">email/昵称</td>
 -         <td width="5%">性别</td>
 -         <td width="8%">会员等级</td>
 -         <td width="15%">会员属性</td>
 -         <td width="14%">最后登录</td>
 -         <td>操作</td>
 -       </tr>
 -       {dede:datalist empty='<tr><td colspan="8"><center>暂无内容</center></td></tr>'}
 -       <tr height="26" align="center" bgcolor="#ffffff" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#ffffff';">
 -         <td><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np"></td>
 -         <td>{dede:field.mid/}</td>
 -         <td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'>
 -           <?php
 -           echo ''.$fields['userid'].'';
 -           if($fields['spacesta']==-2) echo "<span style='color:#e74d58'>(禁言)</span>";
 -           if($fields['spacesta']==-1) echo "<span style='color:#e74d58'>(未审核)</span>";
 -           if(!empty($fields['face'])) {
 -             echo "<br><img src='{$fields['face']}' alt='浏览会员空间' style='max-width:80px;height:auto'>";
 -           }
 -           ?>
 -           </a>
 -         </td>
 -         <td>
 -           {dede:field.email/}
 -           <br>
 -           昵称:{dede:field.uname/}
 -         </td>
 -         <td>
 -           {dede:field.sex /}
 -         </td>
 -         <td>
 -           <a href="member_main.php?rank={dede:field.rank/}">{dede:field.rank function="GetMemberName(@me,'限制会员')"/}</a>
 -         </td>
 -         <td>
 -           {dede:field.mtype /}用户 {dede:field.matt function="GetMAtt(@me)" /}
 -           <br>
 -           金币:{dede:field.money /} 积分:{dede:field.scores /}
 -         </td>
 -         <td>
 -           {dede:field.logintime function="MyDate('y-m-d H:i',@me)" /}
 -           <br>
 -           【{dede:field.loginip /}】
 -         </td>
 -         <td align="center">
 -           <a href="member_view.php?id={dede:field.mid/}" class="btn btn-success btn-sm">修改</a>
 -           <a href="member_do.php?id={dede:field.mid/}&dopost=delmember" class="btn btn-success btn-sm">删除</a>
 -           <a href="content_list.php?mid={dede:field.mid/}" target="_blank" class="btn btn-success btn-sm">文档</a>
 -           <a href="member_toadmin.php?id={dede:field.mid/}" target="_self" class="btn btn-success btn-sm">提升</a>
 -         </td>
 -       </tr>
 -       {/dede:datalist}
 -       <tr bgcolor="#ffffff">
 -         <td height="36" colspan="9">
 -            
 -           <button type="button" onClick="selAll();" class="btn btn-success btn-sm">全选</button>
 -           <button type="button" onClick="noSelAll();" class="btn btn-success btn-sm">取消</button>
 -           <button type="button" onClick="delArc(0);" class="btn btn-success btn-sm">删除</button>
 -           (如果已经整合了论坛的用户请不要使用批量删除功能)</td>
 -       </tr>
 -       <tr bgcolor="#f8f8f8">
 -         <td height="36" colspan="9" align="center">
 -           {dede:pagelist listsize='6' /}
 -         </td>
 -       </tr>
 -     </table>
 -   </form>
 - </body>
 - </html>
 
 
  |