?? supplylist.asp
字號:
?<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
'┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐
'┊ ┊
'┊ 互連在線企業(yè)網(wǎng)站管理系統(tǒng)(NWEB) ┊
'┊ ┊
' 版權(quán)所有 csys.com.cn
'
' 程序制作 互連在線工作室
' Q Q:61128110
'
' 相關(guān)網(wǎng)址 [產(chǎn)品介紹]http://www.csys.com.cn
' [支持論壇]http://www.csys.com.cn/bbs
'
' 演示網(wǎng)址 http://www.csys.com.cn
'┊ ┊
'└┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘
%>
<% Option Explicit %>
<HTML xmlns="http://www.w3.org/1999/xhtml">
<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="互連在線網(wǎng)絡(luò)技術(shù)工作室,www.csys.com.cn" />
<META NAME="Keywords" CONTENT="" />
<META NAME="Description" CONTENT="" />
<TITLE>供應(yīng)信息列表</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"),"|95,")=0 then
response.write ("<font color='red')>你不具有該管理模塊的操作權(quán)限,請返回!</font>")
response.end
end if
'========判斷是否具有管理權(quán)限
%>
<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="Search" then
Response.Write "供應(yīng):列表 -> 檢索 -> 提交時間[<font color='red'>"&StartDate&"至"&EndDate&"</font>],關(guān)鍵字[<font color='red'>"&Keyword&"</font>]"
else
Response.Write "供應(yīng):列表 -> 全部"
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>供應(yīng)信息:查看,修改,回復(fù)供應(yīng)信息相關(guān)的內(nèi)容</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=Supply">
<td nowrap> 供應(yīng)檢索:從
<script language=javascript>
var myDate=new dateSelector();
myDate.year--;
myDate.date;
myDate.inputName='start_date'; //注意這里設(shè)置輸入框的name,同一頁中日期輸入框,不能出現(xiàn)重復(fù)的name。
myDate.display();
</script>
到
<script language=javascript>
myDate.year++;
myDate.inputName='end_date'; //注意這里設(shè)置輸入框的name,同一頁中的日期輸入框,不能出現(xiàn)重復(fù)的name。
myDate.display();
</script>
關(guān)鍵字:<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="SupplyList.asp" onClick='changeAdminFlag("供應(yīng)信息列表")'>所有供應(yīng)信息</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=Supply" method="post" name="formDel" >
<tr>
<td width="26" height="24" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>ID</strong></font></td>
<td width="88" bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>供應(yīng)者</strong></font></td>
<td nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>供應(yīng)商品名稱</strong></font></td>
<td width="156" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">供應(yīng)單位</font></strong></td>
<td width="118" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">提交時間</font></strong></td>
<td width="118" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">回復(fù)時間</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="submitAllSelect" 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>
<% OrderList() %>
</form>
</table>
</BODY>
</HTML>
<%
'-----------------------------------------------------------
function OrderList()
dim idCount'記錄總數(shù)
dim pages'每頁條數(shù)
pages=20
dim pagec'總頁數(shù)
dim page'頁碼
page=clng(request("Page"))
dim pagenc'每頁顯示的分頁頁碼數(shù)量=pagenc*2+1
pagenc=2
dim pagenmax'每頁顯示的分頁的最大頁碼
dim pagenmin'每頁顯示的分頁的最小頁碼
dim datafrom'數(shù)據(jù)表名
datafrom="Csys_Supply"
dim datawhere'數(shù)據(jù)條件
if Result="Search" then
datawhere="where ( NeedName like '%" & Keyword &_
"%' or Linkman like '%" & Keyword &_
"%' or Company like '%" & Keyword &_
"%') and AddTime >= #" & StartDate & " # and AddTime <= #" & EndDate & "#"
else
datawhere=""
end if
dim sqlid'本頁需要用到的id
dim Myself,PATH_INFO,QUERY_STRING'本頁地址和參數(shù)
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'用于循環(huán)的整數(shù)
dim rs,sql'sql語句
'獲取記錄總數(shù)
sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,0,1
idCount=rs("idCount")
'獲取記錄總數(shù)
if(idcount>0) then'如果記錄總數(shù)=0,則不處理
if(idcount mod pages=0)then'如果記錄總數(shù)除以每頁條數(shù)有余數(shù),則=記錄總數(shù)/每頁條數(shù)+1
pagec=int(idcount/pages)'獲取總頁數(shù)
else
pagec=int(idcount/pages)+1'獲取總頁數(shù)
end if
'獲取本頁需要用到的id============================================
'讀取所有記錄的id數(shù)值,因為只有id所以速度很快
sql="select id from ["& datafrom &"] " & datawhere & taxis
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
rs.pagesize = pages '每頁顯示記錄數(shù)
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結(jié)束============================================
end if
'-----------------------------------------------------------
'-----------------------------------------------------------
if(idcount>0 and sqlid<>"") then'如果記錄總數(shù)=0,則不處理
'用in刷選本頁所語言的數(shù)據(jù),僅讀取本頁所需的數(shù)據(jù),所以速度快
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)'填充數(shù)據(jù)到表格
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
Response.Write "<td nowrap>"&Guest(rs("MemID"),rs("Linkman"))&"</td>" & vbCrLf
if StrLen(rs("SupplyName"))>27 then
Response.Write "<td title="&rs("SupplyName")&" nowrap>"&StrLeft(rs("SupplyName"),24)&"</td>" & vbCrLf
else
Response.Write "<td title="&rs("SupplyName")&" nowrap>"&rs("SupplyName")&"</td>" & vbCrLf
end if
if StrLen(rs("Company"))>25 then
Response.Write "<td title="&rs("Company")&" nowrap>"&StrLeft(rs("Company"),22)&"</td>" & vbCrLf
else
Response.Write "<td title="&rs("Company")&" nowrap>"&rs("Company")&"</td>" & vbCrLf
end if
Response.Write "<td nowrap>"&rs("AddTime")&"</td>" & vbCrLf
Response.Write "<td nowrap>"&rs("ReplyTime")&"</td>" & vbCrLf
Response.Write "<td width='48' nowrap><a href='SupplyEdit.asp?Result=Modify&ID="&rs("ID")&"' onClick='changeAdminFlag(""查看回復(fù)供應(yīng)信息"")'><font color='#330099'>查看.回</font></a></td>" & vbCrLf
Response.Write "<td width='14' 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='6' 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(""您真的要刪除這些供應(yīng)信息嗎?"");'></td>" & vbCrLf
Response.Write "</tr>" & vbCrLf
else
response.write "<tr><td height='50' align='center' colspan='8' nowrap bgcolor='#EBF2F9'>暫無供應(yīng)信息</td></tr>"
end if
'-----------------------------------------------------------
'-----------------------------------------------------------
Response.Write "<tr>" & vbCrLf
Response.Write "<td colspan='8' 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
'設(shè)置分頁頁碼開始===============================
pagenmin=page-pagenc '計算頁碼開始值
pagenmax=page+pagenc '計算頁碼結(jié)束值
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 '如果頁碼結(jié)束值大于總頁數(shù),則=總頁數(shù)
for i = pagenmin to pagenmax'循環(huán)輸出頁碼
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> ") '如果頁碼結(jié)束值小于總頁數(shù)則顯示(更后)
if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a> ") '如果頁碼小于總頁數(shù)則顯示(最后頁)
'設(shè)置分頁頁碼結(jié)束===============================
Response.Write "跳到:第 <input name='SkipPage' onKeyDown='if(event.keyCode==13)event.returnValue=false' onchange=""if(/\D/.test(this.value)){alert('只能在跳轉(zhuǎn)目標頁框內(nèi)輸入整數(shù)!');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
function Guest(ID,Linkman)
Dim rs,sql
Set rs=server.CreateObject("adodb.recordset")
sql="Select * From Csys_Members where ID="&ID
rs.open sql,conn,1,1
if rs.bof and rs.eof then
Guest=Linkman
else
Guest="<font color='green'>會員:</font><a href='MemEdit.asp?Result=Modify&ID="&ID&"' onClick='changeAdminFlag(""前臺會員資料"")'>"&Linkman&"</a>"
end if
rs.close
set rs=nothing
end function
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -