MemList.asp
资源名称:1.rar [点击查看]
上传用户:yrf020
上传日期:2007-07-24
资源大小:1287k
文件大小:14k
源码类别:

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

开发平台:

HTML/CSS

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