MemList.asp
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:13k
源码类别:

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

开发平台:

ASP/ASPX

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
  4. <TITLE>会员列表</TITLE>
  5. <link rel="stylesheet" href="Images/CssAdmin.css">
  6. <script language="javascript" src="../skweb/JS/Admin.js"></script>
  7. </HEAD>
  8. <!--#include file="../skweb/Const.asp" -->
  9. <!--#include file="../skweb/ConnSiteData.asp" -->
  10. <!--#include file="CheckAdmin.asp"-->
  11. <%
  12. if Instr(session("AdminPurview"),"|104,")=0 then 
  13.   response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
  14.   response.end
  15. end if
  16. '========判断是否具有管理权限
  17. %>
  18. <BODY>
  19. <%
  20. dim Result,StartDate,EndDate,Keyword
  21. Result=request.QueryString("Result")
  22. StartDate=request.QueryString("StartDate")
  23. EndDate=request.QueryString("EndDate")
  24. Keyword=request.QueryString("Keyword")
  25. function PlaceFlag()
  26.   if Result="" then
  27.     Response.Write "会员:列表&nbsp;->&nbsp全部"
  28.   else
  29.     Response.Write "会员:列表&nbsp;->&nbsp;检索&nbsp;->&nbsp;注册时间[<font color='red'>"&StartDate&"至"&EndDate&"</font>],关键字[<font color='red'>"&Keyword&"</font>]"
  30.   end if
  31. end function  
  32. %>
  33. <table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
  34.   <tr>
  35.     <td height="29" nowrap background="Images/menutitle.gif"><table width="470" border="0" cellspacing="0" cellpadding="0">
  36.       <tr>
  37.         <td width="121"><strong><font color="#000000" size="2">会员管理</font></strong></td>
  38.         <td width="87"><a href="MemEdit.asp?Result=Add"><img src="Images/xx4.gif" width="52" height="17" border="0"></a></td>
  39.         <td width="87"><a href="MemList.asp"><img src="Images/xx3.gif" width="52" height="17" border="0"></a></td>
  40.         <td width="87"><a href="MemGroup.asp"><img src="Images/xx7.gif" width="52" height="17" border="0"></a></td>
  41.         <td width="88"><a href="MemGroup.asp?Result=Add"><img src="Images/xx5.gif" width="52" height="17" border="0"></a></td>
  42.       </tr>
  43.     </table></td>
  44.   </tr>
  45.   <tr>
  46.     <td height="36" align="center" nowrap  bgcolor="#EBF2F9"><table width="100%" border="0" cellspacing="0">
  47.       <tr>
  48.         <form name="formSearch" method="post" action="Search.asp?Result=Members">
  49.           <td nowrap> 会员检索:从
  50.           <script language=javascript> 
  51.           var myDate=new dateSelector(); 
  52.           myDate.year--; 
  53.   myDate.date; 
  54.           myDate.inputName='start_date';  //注意这里设置输入框的name,同一页中日期输入框,不能出现重复的name。 
  55.           myDate.display(); 
  56.           </script>
  57.           &nbsp;到
  58.           <script language=javascript> 
  59.           myDate.year++; 
  60.           myDate.inputName='end_date';  //注意这里设置输入框的name,同一页中的日期输入框,不能出现重复的name。 
  61.           myDate.display(); 
  62.           </script>
  63.           &nbsp;&nbsp;关键字:<input name="Keyword" type="text" class="textfield" value="<%=Keyword%>" size="18">
  64.           <input name="submitSearch" type="submit" class="button" value="检索">
  65.           </td>
  66.         </form>
  67.         <td align="right" nowrap> 操作:<a href="MemEdit.asp?Result=Add" onClick='changeAdminFlag("添加新会员")'>添加会员</a>&nbsp;|<font color="#0000FF">&nbsp;</font><a href="MemList.asp" onClick='changeAdminFlag("查看所有会员")'>查看所有会员</a></td>
  68.       </tr>
  69.     </table>      </td>    
  70.   </tr>
  71. </table>
  72. <table width="100%" border="0" cellspacing="1" cellpadding="0">
  73.   <tr>
  74.     <td height="30"><%PlaceFlag()%></td>
  75.   </tr>
  76. </table>
  77. <table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
  78.   <form action="DelContent.asp?Result=Members" method="post" name="formDel" >
  79.     <tr>
  80.       <td width="30" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>ID</strong></font></td>
  81.       <td width="26" height="24" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">生效</font></strong></td>
  82.       <td width="66" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>登录名</strong></font></td>
  83.       <td background="Images/tn.gif"><font color="#FFFFFF"><strong>单位名称</strong></font></td>
  84.       <td width="56" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong><strong>所属组别</strong></strong></font></td>
  85.       <td width="116" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong><font color="#FFFFFF"><strong>注册时间</strong></font></strong></font></td>
  86.       <td width="116" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>最近登录时间</strong></font></td>
  87.       <td width="52" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">登录次数</font></strong></td>
  88.       <td width="76" colspan="2" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">操作</font></strong>
  89.       <input onClick="CheckAll(this.form)" name="buttonAllSelect" type="button" class="button"  id="submitAllSearch" value="全" style="HEIGHT: 18px;WIDTH: 16px;">
  90.       <input onClick="CheckOthers(this.form)" name="buttonOtherSelect" type="button" class="button"  id="submitOtherSelect" value="反" style="HEIGHT: 18px;WIDTH: 16px;">
  91.   </td>
  92.     </tr>
  93. <% MemList() %>
  94.   </form>
  95. </table>
  96. </body>
  97. </html>
  98. <%
  99. '-----------------------------------------------------------
  100. function MemList()
  101.   dim idCount'记录总数
  102.   dim pages'每页条数
  103.       pages=20
  104.   dim pagec'总页数
  105.   dim page'页码
  106.       page=clng(request("Page"))
  107.   dim pagenc'每页显示的分页页码数量=pagenc*2+1
  108.       pagenc=2
  109.   dim pagenmax'每页显示的分页的最大页码
  110.   dim pagenmin'每页显示的分页的最小页码
  111.   dim datafrom'数据表名
  112.       datafrom="sk_Members"
  113.   dim datawhere'数据条件
  114.       if Result="Search" then
  115.      datawhere="where ( MemName like '%" & Keyword &_
  116.            "%' or RealName like '%" & Keyword &_
  117.            "%' or GroupID like '%" & Keyword &_
  118.            "%' or GroupName like '%" & Keyword &_
  119.            "%' or Company like '%" & Keyword &_
  120.            "%' or Email like '%" & Keyword &_
  121.            "%' or Address like '%" & Keyword &_
  122.            "%') and AddTime >= #" & StartDate & " # and AddTime <= #" & EndDate & "#"
  123.   else
  124.      datawhere=""
  125.   end if
  126.   dim sqlid'本页需要用到的id
  127.   dim Myself,PATH_INFO,QUERY_STRING'本页地址和参数
  128.       PATH_INFO = request.servervariables("PATH_INFO")
  129.   QUERY_STRING = request.ServerVariables("QUERY_STRING")'
  130.       if QUERY_STRING = "" or Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
  131.     Myself = PATH_INFO & "?"
  132.   else
  133.     Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
  134.   end if
  135.   dim taxis'排序的语句 asc,desc
  136.       taxis="order by id desc"
  137.   dim i'用于循环的整数
  138.   dim rs,sql'sql语句
  139.   '获取记录总数
  140.   sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
  141.   set rs=server.createobject("adodb.recordset")
  142.   rs.open sql,conn,0,1
  143.   idCount=rs("idCount")
  144.   '获取记录总数
  145.   if(idcount>0) then'如果记录总数=0,则不处理
  146.     if(idcount mod pages=0)then'如果记录总数除以每页条数有余数,则=记录总数/每页条数+1
  147.   pagec=int(idcount/pages)'获取总页数
  148.     else
  149.       pagec=int(idcount/pages)+1'获取总页数
  150.     end if
  151. '获取本页需要用到的id============================================
  152.     '读取所有记录的id数值,因为只有id所以速度很快
  153.     sql="select id from ["& datafrom &"] " & datawhere & taxis
  154.     set rs=server.createobject("adodb.recordset")
  155.     rs.open sql,conn,1,1
  156.     rs.pagesize = pages '每页显示记录数
  157.     if page < 1 then page = 1
  158.     if page > pagec then page = pagec
  159.     if pagec > 0 then rs.absolutepage = page  
  160.     for i=1 to rs.pagesize
  161.   if rs.eof then exit for  
  162.   if(i=1)then
  163.     sqlid=rs("id")
  164.   else
  165.     sqlid=sqlid &","&rs("id")
  166.   end if
  167.   rs.movenext
  168.     next
  169.   '获取本页需要用到的id结束============================================
  170.   end if
  171. '-----------------------------------------------------------
  172. '-----------------------------------------------------------
  173.   if(idcount>0 and sqlid<>"") then'如果记录总数=0,则不处理
  174.     '用in刷选本页所语言的数据,仅读取本页所需的数据,所以速度快
  175.     sql="select * from ["& datafrom &"] where id in("& sqlid &") "&taxis
  176.     set rs=server.createobject("adodb.recordset")
  177.     rs.open sql,conn,0,1
  178.     while(not rs.eof)'填充数据到表格
  179.   Response.Write "<tr bgcolor='#EBF2F9' onMouseOver = ""this.style.backgroundColor = '#FFFFFF'"" onMouseOut = ""this.style.backgroundColor = ''"" style='cursor:hand'>" & vbCrLf
  180.       Response.Write "<td nowrap>"&rs("ID")&"</td>" & vbCrLf
  181.       if rs("working") then
  182.         Response.Write "<td nowrap><font color='blue'>√</font></td>" & vbCrLf
  183.       else
  184.         Response.Write "<td nowrap><font color='red'>×</font></td>" & vbCrLf
  185.   end if
  186.       Response.Write "<td nowrap>"&rs("MemName")&"</td>" & vbCrLf
  187.   if StrLen((rs("Company")))>31 then
  188.         Response.Write "<td nowrap title='单位:&#13;"&rs("Company")&"'>"&StrLeft(rs("Company"),28)&"</td>" & vbCrLf
  189.       else
  190.         Response.Write "<td nowrap title='单位:&#13;"&rs("Company")&"'>"&rs("Company")&"</td>" & vbCrLf
  191.       end if 
  192.       Response.Write "<td nowrap title='组别号:&#13;"&rs("GroupID")&"'>"&rs("GroupName")&"</td>" & vbCrLf
  193.       Response.Write "<td nowrap>"&rs("AddTime")&"</td>" & vbCrLf
  194.       Response.Write "<td nowrap>"&rs("LastLoginTime")&"</td>" & vbCrLf
  195.       Response.Write "<td nowrap>"&rs("LoginTimes")&"</td>" & vbCrLf
  196.       Response.Write "<td width='40' nowrap><a href='MemEdit.asp?Result=Modify&ID="&rs("ID")&"' onClick='changeAdminFlag(""修改会员资料"")'><font color='#330099'>修改</font></a></td>" & vbCrLf
  197.       Response.Write "<td width='22' nowrap><input name='selectID' type='checkbox' value='"&rs("ID")&"' style='HEIGHT: 13px;WIDTH: 13px;'></td>" & vbCrLf
  198.       Response.Write "</tr>" & vbCrLf
  199.   rs.movenext
  200.     wend
  201.     Response.Write "<tr>" & vbCrLf
  202.     Response.Write "<td colspan='8' nowrap  bgcolor='#EBF2F9'>&nbsp;</td>" & vbCrLf
  203.     Response.Write "<td colspan='2' nowrap  bgcolor='#EBF2F9'><input name='submitDelSelect' type='button' class='button'  id='submitDelSelect' value='删除所选' onClick='ConfirmDel(""您真的要删除这些会员吗?"");'></td>" & vbCrLf
  204.     Response.Write "</tr>" & vbCrLf
  205.   else
  206.     response.write "<tr><td height='50' align='center' colspan='10' nowrap  bgcolor='#EBF2F9'>暂无网站会员</td></tr>"
  207.   end if
  208. '-----------------------------------------------------------
  209. '-----------------------------------------------------------
  210.   Response.Write "<tr>" & vbCrLf
  211.   Response.Write "<td colspan='10' nowrap  bgcolor='#D7E4F7'>" & vbCrLf
  212.   Response.Write "<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>" & vbCrLf
  213.   Response.Write "<tr>" & vbCrLf
  214.   Response.Write "<td>共计:<font color='#ff6600'>"&idcount&"</font>条记录&nbsp;页次:<font color='#ff6600'>"&page&"</font></strong>/"&pagec&"&nbsp;每页:<font color='#ff6600'>"&pages&"</font>条</td>" & vbCrLf
  215.   Response.Write "<td align='right'>" & vbCrLf
  216.   '设置分页页码开始===============================
  217.   pagenmin=page-pagenc '计算页码开始值
  218.   pagenmax=page+pagenc '计算页码结束值
  219.   if(pagenmin<1) then pagenmin=1 '如果页码开始值小于1则=1
  220.   if(page>1) then response.write ("<a href='"& myself &"Page=1'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>9</font></a>&nbsp;") '如果页码大于1则显示(第一页)
  221.   if(pagenmin>1) then response.write ("<a href='"& myself &"Page="& page-(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>7</font></a>&nbsp;") '如果页码开始值大于1则显示(更前)
  222.   if(pagenmax>pagec) then pagenmax=pagec '如果页码结束值大于总页数,则=总页数
  223.   for i = pagenmin to pagenmax'循环输出页码
  224. if(i=page) then
  225.   response.write ("&nbsp;<font color='#ff6600'>"& i &"</font>&nbsp;")
  226. else
  227.   response.write ("[<a href="& myself &"Page="& i &">"& i &"</a>]")
  228. end if
  229.   next
  230.   if(pagenmax<pagec) then response.write ("&nbsp;<a href='"& myself &"Page="& page+(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>8</font></a>&nbsp;") '如果页码结束值小于总页数则显示(更后)
  231.   if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a>&nbsp;") '如果页码小于总页数则显示(最后页)
  232.   '设置分页页码结束===============================
  233.   Response.Write "跳到:第&nbsp;<input name='SkipPage' onKeyDown='if(event.keyCode==13)event.returnValue=false' onchange=""if(/D/.test(this.value)){alert('只能在跳转目标页框内输入整数!');this.value='"&Page&"';}"" style='HEIGHT: 18px;WIDTH: 40px;'  type='text' class='textfield' value='"&Page&"'>&nbsp;页" & vbCrLf
  234.   Response.Write "<input style='HEIGHT: 18px;WIDTH: 20px;' name='submitSkip' type='button' class='button' onClick='GoPage("""&Myself&""")' value='GO'>" & vbCrLf
  235.   Response.Write "</td>" & vbCrLf
  236.   Response.Write "</tr>" & vbCrLf
  237.   Response.Write "</table>" & vbCrLf
  238.   rs.close
  239.   set rs=nothing
  240.   Response.Write "</td>" & vbCrLf  
  241.   Response.Write "</tr>" & vbCrLf
  242. '-----------------------------------------------------------
  243. '-----------------------------------------------------------
  244. end function 
  245. %>