admin_edit.asp
上传用户:shxinnian
上传日期:2013-01-14
资源大小:155k
文件大小:6k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Windows_Unix

  1. <!--#include file="conn.asp"-->
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <title>管理员工作界面</title>
  6. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  7. <link rel="stylesheet" type="text/css" href="link.css">
  8. </head>
  9. <body>
  10. <%
  11.    const MaxPerPage=30
  12.    dim totalPut    
  13.    dim CurrentPage 
  14.    dim TotalPages 
  15.    dim i,j 
  16.    dim keyword  
  17.    uname=request("uname")
  18.    keyword=trim(request("keyword"))   
  19.    dim user_province 
  20.   user_province=request("user_province") 
  21.    if not isempty(request("page")) then 
  22.       currentPage=cint(request("page")) 
  23.    else 
  24.       currentPage=1 
  25.    end if 
  26.     
  27. %> 
  28.  
  29. <div align="center"><center> 
  30.  
  31. <table border="0" width="77%" class="cls3" cellspacing="0" cellpadding="0"> 
  32.   <tr> 
  33.         <td width="31%" class="cls3"><a href="index.htm">返回首页</a><font color="#000080">&gt;&gt;用户管理</font></td> 
  34.     <td width="60%" class="cls3"><font color="#000080">&nbsp;
  35.           </font><p align="right"><font color="#000080">欢迎管理员<%=uname%>到会员管理处管理,谢谢:)
  36.           </font></td> 
  37.   </tr> 
  38. </table> 
  39.     <p>&nbsp;</p>
  40.     <p><a href="admin_alluser_print.asp" target="_blank">打印所有会员名单按信封格式打印,可以拷贝到Word里面去修改</a></p>
  41.   </center>
  42. </div> 
  43. <p align="center">
  44. <form method="post" action="admin_edit.asp" name=addbt3>
  45.   <div align="center">查询会员姓名关键字:<font color="#FF0000"><%=keyword%></font><br>
  46.     按姓名关键字: 
  47.       <input class=TextBorder maxlength=25 name=keyword size=15>
  48.     &nbsp;&nbsp; 
  49.     <input type="submit" class=buttonface name="Submit" value="搜 索" onClick="check3()">
  50.   </div>
  51. </form> 
  52. <div align="center">
  53. <% 
  54. dim sql 
  55. dim rs 
  56. sql="select * from member where rname like '%"&keyword&"%' order by id desc " 
  57. 'response.write sql
  58. Set rs= Server.CreateObject("ADODB.Recordset") 
  59. if user_province="" then
  60. rs.open "select * from member where rname like '%"&keyword&"%' order by dateandtime desc",conn,1,1 
  61. rs.open sql,conn,1,1 
  62. end if 
  63. if rs.eof and rs.bof then 
  64.       response.write "<p align='center'> 还 没 有 任 何 会 员 资 料 !</p>" 
  65.    else 
  66.   totalPut=rs.recordcount 
  67.       totalPut=rs.recordcount 
  68.       if currentpage<1 then 
  69.           currentpage=1 
  70.       end if 
  71.       if (currentpage-1)*MaxPerPage>totalput then 
  72.    if (totalPut mod MaxPerPage)=0 then 
  73.      currentpage= totalPut  MaxPerPage 
  74.    else 
  75.       currentpage= totalPut  MaxPerPage + 1 
  76.    end if 
  77.  
  78.       end if 
  79.                if currentPage=1 then 
  80.                     showpages 
  81.                     showContent 
  82. showpages 
  83.            else 
  84.          if (currentPage-1)*MaxPerPage<totalPut then 
  85.             rs.move  (currentPage-1)*MaxPerPage 
  86.             dim bookmark 
  87.             bookmark=rs.bookmark 
  88.                     showpages 
  89.                     showContent 
  90. showpages 
  91.                   else 
  92.         currentPage=1 
  93.                    showpages 
  94.                     showContent 
  95.                    showpages 
  96.       end if 
  97.    end if 
  98.    rs.close 
  99.    end if 
  100.          
  101.   
  102.     set rs=nothing   
  103.    conn.close 
  104.    set conn=nothing 
  105.  
  106.    sub showContent 
  107.        dim i 
  108.    i=0 
  109.    
  110. %> 
  111. <div align="center"><center> 
  112.  
  113.       <table border="1" cellspacing="0" width="85%" bordercolorlight="#000000" 
  114. bordercolordark="#FFFFFF" cellpadding="0">
  115.         <tr>
  116.           <td width="8%" align="center" bgcolor="#FEEC85"><strong>用户ID</strong></td> 
  117.           <td width="10%" align="center" bgcolor="#FEEC85"><strong>真实姓名</strong></td>
  118.           <td width="19%" align="center" bgcolor="#FEEC85"><strong>籍贯</strong></td>
  119.           <td width="13%" align="center" bgcolor="#FEEC85"><strong>报考语言种类</strong></td>
  120.           <td width="17%" align="center" bgcolor="#FEEC85"><strong>身份证号</strong></td>
  121.           <td width="13%" align="center" bgcolor="#FEEC85"><strong>联系电话</strong></td>
  122.           <td width="11%" align="center" valign="middle" bgcolor="#FEEC85"><strong><strong>删除资料</strong><strong></td>
  123.           <td width="9%" align="center" bgcolor="#FEEC85"><strong>修改资料</strong></td>
  124.         </tr>
  125.         <%do while not rs.eof%> 
  126.         <tr>
  127.           <td bgcolor="#FFFCD9"><div align="center"><%=rs("uID")%></div></td> 
  128.           <td bgcolor="#FFFCD9" height="23"> 
  129.             <p align="center" bgcolor="#E8E8E8"><%=rs("rname")%>
  130.           </td>
  131.           <td bgcolor="#FFFCD9"> 
  132.             <p align="center"><%=rs("user_province")%><%=rs("user_city")%>
  133.           </td>
  134.           <td bgcolor="#FFFCD9"><%=rs("jbyydm")%></td>
  135.           <td bgcolor="#FFFCD9"><%=rs("sfzh")%></td>
  136.           <td bgcolor="#FFFCD9"><%=rs("tel1")%></td>
  137.           <td bgcolor="#FFFCD9">
  138.             <p align="center"><a href="admin_del.asp?id=<%=rs("id")%>&amp;page=<%=currentpage%>">删除</a>
  139.           </td>
  140.           <td bgcolor="#FFFCD9">
  141.             <p align="center"><a href="admin_change.asp?id=<%=rs("id")%>&amp;page=<%=currentpage%>">修改</a> 
  142.           </td>
  143.         </tr>
  144.         <% i=i+1 
  145.       if i>=MaxPerPage then exit do 
  146.       rs.movenext 
  147.    loop 
  148.   %> 
  149.       </table> 
  150. </center></div><% 
  151.    end sub  
  152.    sub showpages() 
  153.           dim n 
  154.    if (totalPut mod MaxPerPage)=0 then 
  155.       n= totalPut  MaxPerPage 
  156.    else 
  157.       n= totalPut  MaxPerPage + 1 
  158.    end if 
  159. response.write "<p align=center><font color=red>" 
  160. response.write request("user_province") 
  161. response.write "</font>" 
  162. response.write "<font color='#000080'>&nbsp;共</font><b><font color=red>"&totalput&"</font></b><font color='#000080'>项资料</font>  " 
  163.    dim k 
  164.    response.write "分页 " 
  165.    for k=1 to n 
  166.        if k=currentPage then 
  167.           response.write "[<b>"+Cstr(k)+"</b>] " 
  168.    else 
  169.       response.write "[<b>"+"<a href='admin_edit.asp?page="+cstr(k)+"&user_province="&keyword&"'>"+Cstr(k)+"</a></b>]   " 
  170.    end if 
  171. next 
  172.    response.write "  <a href=admin_edit.asp style='TEXT-DECORATION: underline'><font color=red>到管理员首页</font></a>" 
  173.    response.write "</p>" 
  174.    end sub 
  175. %> 
  176. </div> 
  177.  
  178. <table border="0" width="100%" cellspacing="0" cellpadding="0"> 
  179.   <tr> 
  180.     <td width="100%"><p align="center"><a href="http://bbs.siyigu.com">草剑<font color="#000080">制作</font></a><font color="#000080">,┃&copy;2005,All  
  181.     Right Server</font></td> 
  182.   </tr> 
  183. </table> 
  184. </body> 
  185. </html>