?? memlist.asp
字號:
?<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
'┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐
'┊ ┊
'┊ 互連在線企業網站管理系統(NWEB) ┊
'┊ ┊
' 版權所有 csys.com.cn
'
' 程序制作 互連在線工作室
' Q Q:61128110
'
' 相關網址 [產品介紹]http://www.csys.com.cn
' [支持論壇]http://www.csys.com.cn/bbs
'
' 演示網址 http://www.csys.com.cn
'┊ ┊
'└┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘
%>
<% Option Explicit %>
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<META NAME="copyright" CONTENT="Copyright 2004-2008 - csys.com.cn-STUDIO" />
<META NAME="Author" CONTENT="互連在線網絡技術工作室,www.csys.com.cn" />
<META NAME="Keywords" CONTENT="" />
<META NAME="Description" CONTENT="" />
<TITLE>會員列表</TITLE>
<link rel="stylesheet" href="Images/CssAdmin.css">
<script language="javascript" src="../Script/Admin.js"></script>
</HEAD>
<!--#include file="../Include/Const.asp" -->
<!--#include file="../Include/ConnSiteData.asp" -->
<!--#include file="CheckAdmin.asp"-->
<%
if Instr(session("AdminPurview"),"|104,")=0 then
response.write ("<font color='red')>你不具有該管理模塊的操作權限,請返回!</font>")
response.end
end if
'========判斷是否具有管理權限
%>
<BODY>
<%
dim Result,StartDate,EndDate,Keyword
Result=request.QueryString("Result")
StartDate=request.QueryString("StartDate")
EndDate=request.QueryString("EndDate")
Keyword=request.QueryString("Keyword")
function PlaceFlag()
if Result="" then
Response.Write "會員:列表 -> 全部"
else
Response.Write "會員:列表 -> 檢索 -> 注冊時間[<font color='red'>"&StartDate&"至"&EndDate&"</font>],關鍵字[<font color='red'>"&Keyword&"</font>]"
end if
end function
%>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6298E1">
<tr>
<td height="24" nowrap><font color="#FFFFFF"><img src="Images/Explain.gif" width="18" height="18" border="0" align="absmiddle"> <strong>網站會員管理:會員組別設置,添加,修改會員信息</strong></font></td>
</tr>
<tr>
<td height="36" align="center" nowrap bgcolor="#EBF2F9"><table width="100%" border="0" cellspacing="0">
<tr>
<form name="formSearch" method="post" action="Search.asp?Result=Members">
<td nowrap> 會員檢索:從
<script language=javascript>
var myDate=new dateSelector();
myDate.year--;
myDate.date;
myDate.inputName='start_date'; //注意這里設置輸入框的name,同一頁中日期輸入框,不能出現重復的name。
myDate.display();
</script>
到
<script language=javascript>
myDate.year++;
myDate.inputName='end_date'; //注意這里設置輸入框的name,同一頁中的日期輸入框,不能出現重復的name。
myDate.display();
</script>
關鍵字:<input name="Keyword" type="text" class="textfield" value="<%=Keyword%>" size="18">
<input name="submitSearch" type="submit" class="button" value="檢索">
</td>
</form>
<td align="right" nowrap> 操作:<a href="MemEdit.asp?Result=Add" onClick='changeAdminFlag("添加新會員")'>添加會員</a><font color="#0000FF"> | </font><a href="MemList.asp" onClick='changeAdminFlag("查看所有會員")'>查看所有會員</a></td>
</tr>
</table> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="30"><%PlaceFlag()%></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6298E1">
<form action="DelContent.asp?Result=Members" method="post" name="formDel" >
<tr>
<td width="30" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>ID</strong></font></td>
<td width="26" height="24" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">生效</font></strong></td>
<td width="66" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>登錄名</strong></font></td>
<td bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>單位名稱</strong></font></td>
<td width="56" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong><strong>所屬組別</strong></strong></font></td>
<td width="116" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong><font color="#FFFFFF"><strong>注冊時間</strong></font></strong></font></td>
<td width="116" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>最近登錄時間</strong></font></td>
<td width="52" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">登錄次數</font></strong></td>
<td colspan="2" width="76" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">操作</font></strong>
<input onClick="CheckAll(this.form)" name="buttonAllSelect" type="button" class="button" id="submitAllSearch" value="全" style="HEIGHT: 18px;WIDTH: 16px;">
<input onClick="CheckOthers(this.form)" name="buttonOtherSelect" type="button" class="button" id="submitOtherSelect" value="反" style="HEIGHT: 18px;WIDTH: 16px;">
</td>
</tr>
<% MemList() %>
</form>
</table>
</body>
</html>
<%
'-----------------------------------------------------------
function MemList()
dim idCount'記錄總數
dim pages'每頁條數
pages=20
dim pagec'總頁數
dim page'頁碼
page=clng(request("Page"))
dim pagenc'每頁顯示的分頁頁碼數量=pagenc*2+1
pagenc=2
dim pagenmax'每頁顯示的分頁的最大頁碼
dim pagenmin'每頁顯示的分頁的最小頁碼
dim datafrom'數據表名
datafrom="Csys_Members"
dim datawhere'數據條件
if Result="Search" then
datawhere="where ( MemName like '%" & Keyword &_
"%' or RealName like '%" & Keyword &_
"%' or GroupID like '%" & Keyword &_
"%' or GroupName like '%" & Keyword &_
"%' or Company like '%" & Keyword &_
"%' or Email like '%" & Keyword &_
"%' or Address like '%" & Keyword &_
"%') and AddTime >= #" & StartDate & " # and AddTime <= #" & EndDate & "#"
else
datawhere=""
end if
dim sqlid'本頁需要用到的id
dim Myself,PATH_INFO,QUERY_STRING'本頁地址和參數
PATH_INFO = request.servervariables("PATH_INFO")
QUERY_STRING = request.ServerVariables("QUERY_STRING")'
if QUERY_STRING = "" or Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
Myself = PATH_INFO & "?"
else
Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
end if
dim taxis'排序的語句 asc,desc
taxis="order by id desc"
dim i'用于循環的整數
dim rs,sql'sql語句
'獲取記錄總數
sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,0,1
idCount=rs("idCount")
'獲取記錄總數
if(idcount>0) then'如果記錄總數=0,則不處理
if(idcount mod pages=0)then'如果記錄總數除以每頁條數有余數,則=記錄總數/每頁條數+1
pagec=int(idcount/pages)'獲取總頁數
else
pagec=int(idcount/pages)+1'獲取總頁數
end if
'獲取本頁需要用到的id============================================
'讀取所有記錄的id數值,因為只有id所以速度很快
sql="select id from ["& datafrom &"] " & datawhere & taxis
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
rs.pagesize = pages '每頁顯示記錄數
if page < 1 then page = 1
if page > pagec then page = pagec
if pagec > 0 then rs.absolutepage = page
for i=1 to rs.pagesize
if rs.eof then exit for
if(i=1)then
sqlid=rs("id")
else
sqlid=sqlid &","&rs("id")
end if
rs.movenext
next
'獲取本頁需要用到的id結束============================================
end if
'-----------------------------------------------------------
'-----------------------------------------------------------
if(idcount>0 and sqlid<>"") then'如果記錄總數=0,則不處理
'用in刷選本頁所語言的數據,僅讀取本頁所需的數據,所以速度快
sql="select * from ["& datafrom &"] where id in("& sqlid &") "&taxis
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,0,1
while(not rs.eof)'填充數據到表格
Response.Write "<tr bgcolor='#EBF2F9' onMouseOver = ""this.style.backgroundColor = '#FFFFFF'"" onMouseOut = ""this.style.backgroundColor = ''"" style='cursor:hand'>" & vbCrLf
Response.Write "<td nowrap>"&rs("ID")&"</td>" & vbCrLf
if rs("working") then
Response.Write "<td nowrap><font color='blue'>√</font></td>" & vbCrLf
else
Response.Write "<td nowrap><font color='red'>×</font></td>" & vbCrLf
end if
Response.Write "<td nowrap>"&rs("MemName")&"</td>" & vbCrLf
if StrLen((rs("Company")))>31 then
Response.Write "<td nowrap title='單位: "&rs("Company")&"'>"&StrLeft(rs("Company"),28)&"</td>" & vbCrLf
else
Response.Write "<td nowrap title='單位: "&rs("Company")&"'>"&rs("Company")&"</td>" & vbCrLf
end if
Response.Write "<td nowrap title='組別號: "&rs("GroupID")&"'>"&rs("GroupName")&"</td>" & vbCrLf
Response.Write "<td nowrap>"&rs("AddTime")&"</td>" & vbCrLf
Response.Write "<td nowrap>"&rs("LastLoginTime")&"</td>" & vbCrLf
Response.Write "<td nowrap>"&rs("LoginTimes")&"</td>" & vbCrLf
Response.Write "<td width='40' nowrap><a href='MemEdit.asp?Result=Modify&ID="&rs("ID")&"' onClick='changeAdminFlag(""修改會員資料"")'><font color='#330099'>修改</font></a></td>" & vbCrLf
Response.Write "<td width='22' nowrap><input name='selectID' type='checkbox' value='"&rs("ID")&"' style='HEIGHT: 13px;WIDTH: 13px;'></td>" & vbCrLf
Response.Write "</tr>" & vbCrLf
rs.movenext
wend
Response.Write "<tr>" & vbCrLf
Response.Write "<td colspan='8' nowrap bgcolor='#EBF2F9'> </td>" & vbCrLf
Response.Write "<td colspan='2' nowrap bgcolor='#EBF2F9'><input name='submitDelSelect' type='button' class='button' id='submitDelSelect' value='刪除所選' onClick='ConfirmDel(""您真的要刪除這些會員嗎?"");'></td>" & vbCrLf
Response.Write "</tr>" & vbCrLf
else
response.write "<tr><td height='50' align='center' colspan='10' nowrap bgcolor='#EBF2F9'>暫無網站會員</td></tr>"
end if
'-----------------------------------------------------------
'-----------------------------------------------------------
Response.Write "<tr>" & vbCrLf
Response.Write "<td colspan='10' nowrap bgcolor='#D7E4F7'>" & vbCrLf
Response.Write "<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>" & vbCrLf
Response.Write "<tr>" & vbCrLf
Response.Write "<td>共計:<font color='#ff6600'>"&idcount&"</font>條記錄 頁次:<font color='#ff6600'>"&page&"</font></strong>/"&pagec&" 每頁:<font color='#ff6600'>"&pages&"</font>條</td>" & vbCrLf
Response.Write "<td align='right'>" & vbCrLf
'設置分頁頁碼開始===============================
pagenmin=page-pagenc '計算頁碼開始值
pagenmax=page+pagenc '計算頁碼結束值
if(pagenmin<1) then pagenmin=1 '如果頁碼開始值小于1則=1
if(page>1) then response.write ("<a href='"& myself &"Page=1'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>9</font></a> ") '如果頁碼大于1則顯示(第一頁)
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> ") '如果頁碼開始值大于1則顯示(更前)
if(pagenmax>pagec) then pagenmax=pagec '如果頁碼結束值大于總頁數,則=總頁數
for i = pagenmin to pagenmax'循環輸出頁碼
if(i=page) then
response.write (" <font color='#ff6600'>"& i &"</font> ")
else
response.write ("[<a href="& myself &"Page="& i &">"& i &"</a>]")
end if
next
if(pagenmax<pagec) then response.write (" <a href='"& myself &"Page="& page+(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>8</font></a> ") '如果頁碼結束值小于總頁數則顯示(更后)
if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a> ") '如果頁碼小于總頁數則顯示(最后頁)
'設置分頁頁碼結束===============================
Response.Write "跳到:第 <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&"'> 頁" & vbCrLf
Response.Write "<input style='HEIGHT: 18px;WIDTH: 20px;' name='submitSkip' type='button' class='button' onClick='GoPage("""&Myself&""")' value='GO'>" & vbCrLf
Response.Write "</td>" & vbCrLf
Response.Write "</tr>" & vbCrLf
Response.Write "</table>" & vbCrLf
rs.close
set rs=nothing
Response.Write "</td>" & vbCrLf
Response.Write "</tr>" & vbCrLf
'-----------------------------------------------------------
'-----------------------------------------------------------
end function
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -