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

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

开发平台:

ASP/ASPX

  1. <HTML xmlns="http://www.w3.org/1999/xhtml">
  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"),"|32,")=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,SortID,SortPath
  21. Result=request.QueryString("Result")
  22. StartDate=request.QueryString("StartDate")
  23. EndDate=request.QueryString("EndDate")
  24. Keyword=request.QueryString("Keyword")
  25. SortID=request.QueryString("SortID")
  26. SortPath=request.QueryString("SortPath")
  27. function PlaceFlag()
  28.   if Result="Search" then
  29.     Response.Write "产品:列表&nbsp;->&nbsp;检索&nbsp;->&nbsp;添加时间[<font color='red'>"&StartDate&"至"&EndDate&"</font>],关键字[<font color='red'>"&Keyword&"</font>]"
  30.   else
  31.     if SortPath<>"" then
  32.       Response.Write "产品:列表&nbsp;->&nbsp<a href='ProductList.asp'>全部</a>"
  33.   TextPath(SortID)
  34. else
  35.       Response.Write "产品:列表&nbsp;->&nbsp全部"
  36. end if
  37.   end if
  38. end function  
  39. %>
  40. <table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
  41.   <tr>
  42.     <td height="29" nowrap background="Images/menutitle.gif"><table width="470" border="0" cellspacing="0" cellpadding="0">
  43.       <tr>
  44.         <td width="121"><strong><font color="#000000" size="2">产品管理</font></strong></td>
  45.         <td width="87"><a href="ProductEdit.asp?Result=Add"><img src="Images/x1.gif" width="52" height="17" border="0"></a></td>
  46.         <td width="87"><a href="ProductList.asp"><img src="Images/xlm.gif" width="52" height="17" border="0"></a></td>
  47.         <td width="87"><a href="ProductSort.asp"><img src="Images/xx.gif" width="52" height="17" border="0"></a></td>
  48.         <td width="88"><a href="OrderList.asp"><img src="Images/xdd.gif" width="52" height="17" border="0"></a></td>
  49.       </tr>
  50.     </table></td>
  51.   </tr>
  52.   <tr>
  53.     <td height="36" align="center" nowrap  bgcolor="#EBF2F9"><table width="100%" border="0" cellspacing="0">
  54.       <tr>
  55.         <form name="formSearch" method="post" action="Search.asp?Result=Products">
  56.           <td nowrap> 产品检索:从
  57.           <script language=javascript> 
  58.           var myDate=new dateSelector(); 
  59.           myDate.year--; 
  60.   myDate.date; 
  61.           myDate.inputName='start_date';  //注意这里设置输入框的name,同一页中日期输入框,不能出现重复的name。 
  62.           myDate.display(); 
  63.           </script>
  64.           &nbsp;到
  65.           <script language=javascript> 
  66.           myDate.year++; 
  67.           myDate.inputName='end_date';  //注意这里设置输入框的name,同一页中的日期输入框,不能出现重复的name。 
  68.           myDate.display(); 
  69.           </script>
  70.           &nbsp;&nbsp;关键字:<input name="Keyword" type="text" class="textfield" value="<%=Keyword%>" size="18">
  71.           <input name="submitSearch" type="submit" class="button" value="检索">
  72.           </td>
  73.         </form>
  74.         <td align="right" nowrap>查看:<a href="ProductList.asp" onClick='changeAdminFlag("产品列表")'>全部产品</a><font color="#0000FF">&nbsp;</font>|<font color="#0000FF">&nbsp;</font><a href="ProductSort.asp" onClick='changeAdminFlag("选择查看分类")'>其他类别产品</a></td>
  75.       </tr>
  76.     </table>      </td>    
  77.   </tr>
  78. </table>
  79. <table width="100%" border="0" cellspacing="1" cellpadding="0">
  80.   <tr>
  81.     <td height="30"><%PlaceFlag()%></td>
  82.   </tr>
  83. </table>
  84. <table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
  85.   <form action="DelContent.asp?Result=Products" method="post" name="formDel" >
  86.   <tr>
  87.     <td width="30" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>ID</strong></font></td>
  88.     <td width="28" height="24" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>发布</strong></font></td>
  89.     <td width="90" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>产品编号</strong></font></td>
  90.     <td nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>产品名称</strong>(指向显示所属类别)</font></td>
  91.     <td width="30" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>状态</strong></font></td>
  92.     <td width="80" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">产品价格</font></strong></td>
  93.     <td width="76" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">出品公司</font></strong></td>
  94.     <td width="120" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">发布时间</font></strong></td>
  95.     <td width="76" colspan="2" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">操作</font></strong>
  96.       <input onClick="CheckAll(this.form)" name="buttonAllSelect" type="button" class="button"  id="submitAllSearch" value="全" style="HEIGHT: 18px;WIDTH: 16px;">
  97.       <input onClick="CheckOthers(this.form)" name="buttonOtherSelect" type="button" class="button"  id="submitOtherSelect" value="反" style="HEIGHT: 18px;WIDTH: 16px;"> </td>
  98.   </tr>
  99.   <% ProductsList() %>
  100.   </form>
  101. </table>
  102. </BODY>
  103. </HTML>
  104. <%
  105. '-----------------------------------------------------------
  106. function ProductsList()
  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="sk_Products"
  119.   dim datawhere'数据条件
  120.       if Result="Search" then
  121.      datawhere="where ( ProductName like '%" & Keyword &_
  122.            "%') and AddTime >= #" & StartDate & " # and AddTime <= #" & EndDate & "#"
  123.   else
  124.     if SortPath<>"" then'是否查看的分类产品
  125.   datawhere="where Instr(SortPath,'"&SortPath&"')>0 "
  126.         else
  127.   datawhere=""
  128. end if
  129.   end if
  130.   dim sqlid'本页需要用到的id
  131.   dim Myself,PATH_INFO,QUERY_STRING'本页地址和参数
  132.       PATH_INFO = request.servervariables("PATH_INFO")
  133.   QUERY_STRING = request.ServerVariables("QUERY_STRING")'
  134.       if QUERY_STRING = "" or Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
  135.     Myself = PATH_INFO & "?"
  136.   else
  137.     Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
  138.   end if
  139.   dim taxis'排序的语句 asc,desc
  140.       taxis="order by id desc"
  141.   dim i'用于循环的整数
  142.   dim rs,sql'sql语句
  143.   '获取记录总数
  144.   sql="select count(ID) as idCount from ["& datafrom &"]" & datawhere
  145.   set rs=server.createobject("adodb.recordset")
  146.   rs.open sql,conn,0,1
  147.   idCount=rs("idCount")
  148.   '获取记录总数
  149.   if(idcount>0) then'如果记录总数=0,则不处理
  150.     if(idcount mod pages=0)then'如果记录总数除以每页条数有余数,则=记录总数/每页条数+1
  151.   pagec=int(idcount/pages)'获取总页数
  152.     else
  153.       pagec=int(idcount/pages)+1'获取总页数
  154.     end if
  155. '获取本页需要用到的id============================================
  156.     '读取所有记录的id数值,因为只有id所以速度很快
  157.     sql="select id from ["& datafrom &"] " & datawhere & taxis
  158.     set rs=server.createobject("adodb.recordset")
  159.     rs.open sql,conn,1,1
  160.     rs.pagesize = pages '每页显示记录数
  161.     if page < 1 then page = 1
  162.     if page > pagec then page = pagec
  163.     if pagec > 0 then rs.absolutepage = page  
  164.     for i=1 to rs.pagesize
  165.   if rs.eof then exit for  
  166.   if(i=1)then
  167.     sqlid=rs("id")
  168.   else
  169.     sqlid=sqlid &","&rs("id")
  170.   end if
  171.   rs.movenext
  172.     next
  173.   '获取本页需要用到的id结束============================================
  174.   end if
  175. '-----------------------------------------------------------
  176. '-----------------------------------------------------------
  177.   if(idcount>0 and sqlid<>"") then'如果记录总数=0,则不处理
  178.     '用in刷选本页所语言的数据,仅读取本页所需的数据,所以速度快
  179.     sql="select * from ["& datafrom &"] where id in("& sqlid &") "&taxis
  180.     set rs=server.createobject("adodb.recordset")
  181.     rs.open sql,conn,0,1
  182.     while(not rs.eof)'填充数据到表格
  183.   Response.Write "<tr bgcolor='#EBF2F9' onMouseOver = ""this.style.backgroundColor = '#FFFFFF'"" onMouseOut = ""this.style.backgroundColor = ''"" style='cursor:hand'>" & vbCrLf
  184.       Response.Write "<td nowrap>"&rs("ID")&"</td>" & vbCrLf
  185.       if rs("ViewFlag") then
  186.         Response.Write "<td nowrap><font color='blue'>√</font></td>" & vbCrLf
  187.       else
  188.         Response.Write "<td nowrap><font color='red'>×</font></td>" & vbCrLf
  189.   end if
  190.       Response.Write "<td nowrap>"&rs("ProductNo")&"</td>" & vbCrLf
  191.   if StrLen((rs("ProductName")))>33 then
  192.         Response.Write "<td nowrap title='类别:&#13;"&SortText(rs("SortID"))&"&nbsp;|&nbsp;"&rs("SortPath")&"'>"&StrLeft(rs("ProductName"),30)&"</td>" & vbCrLf
  193.       else
  194.         Response.Write "<td nowrap title='类别:&#13;"&SortText(rs("SortID"))&"&nbsp;|&nbsp;"&rs("SortPath")&"'>"&rs("ProductName")&"</td>" & vbCrLf
  195.       end if 
  196.       Response.Write "<td nowrap><font color='blue'>" & vbCrLf
  197.       if rs("NewFlag") then Response.Write "<font color='red'>新</font>"
  198.   if rs("CommendFlag") then Response.Write "<font color='green'>荐</font>"
  199.   Response.Write "</td>"
  200.       Response.Write "<td nowrap>"&rs("Price")&"</td>" & vbCrLf
  201.   if StrLen((rs("Maker")))>13 then
  202.         Response.Write "<td nowrap title='出品公司:&#13;"&rs("Maker")&"'>"&StrLeft(rs("Maker"),10)&"</td>" & vbCrLf
  203.       else
  204.         Response.Write "<td nowrap title='出品公司:&#13;"&rs("Maker")&"'>"&rs("Maker")&"</td>" & vbCrLf
  205.       end if 
  206.       Response.Write "<td nowrap>"&rs("AddTime")&"</td>" & vbCrLf
  207.       Response.Write "<td width='40' nowrap><a href='ProductEdit.asp?Result=Modify&ID="&rs("ID")&"' onClick='changeAdminFlag(""修改产品信息"")'><font color='#330099'>修改</font></a></td>" & vbCrLf
  208.       Response.Write "<td width='22' nowrap><input name='selectID' type='checkbox' value='"&rs("ID")&"' style='HEIGHT: 13px;WIDTH: 13px;'></td>" & vbCrLf
  209.       Response.Write "</tr>" & vbCrLf
  210.   rs.movenext
  211.     wend
  212.     Response.Write "<tr>" & vbCrLf
  213.     Response.Write "<td colspan='8' nowrap  bgcolor='#EBF2F9'>&nbsp;</td>" & vbCrLf
  214.     Response.Write "<td colspan='2' nowrap  bgcolor='#EBF2F9'><input name='submitDelSelect' type='button' class='button'  id='submitDelSelect' value='删除所选' onClick='ConfirmDel(""您真的要删除这些会员吗?"");'></td>" & vbCrLf
  215.     Response.Write "</tr>" & vbCrLf
  216.   else
  217.     response.write "<tr><td height='50' align='center' colspan='12' nowrap  bgcolor='#EBF2F9'>暂无产品信息</td></tr>"
  218.   end if
  219. '-----------------------------------------------------------
  220. '-----------------------------------------------------------
  221.   Response.Write "<tr>" & vbCrLf
  222.   Response.Write "<td colspan='10' nowrap  bgcolor='#D7E4F7'>" & vbCrLf
  223.   Response.Write "<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>" & vbCrLf
  224.   Response.Write "<tr>" & vbCrLf
  225.   Response.Write "<td>共计:<font color='#ff6600'>"&idcount&"</font>条记录&nbsp;页次:<font color='#ff6600'>"&page&"</font></strong>/"&pagec&"&nbsp;每页:<font color='#ff6600'>"&pages&"</font>条</td>" & vbCrLf
  226.   Response.Write "<td align='right'>" & vbCrLf
  227.   '设置分页页码开始===============================
  228.   pagenmin=page-pagenc '计算页码开始值
  229.   pagenmax=page+pagenc '计算页码结束值
  230.   if(pagenmin<1) then pagenmin=1 '如果页码开始值小于1则=1
  231.   if(page>1) then response.write ("<a href='"& myself &"Page=1'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>9</font></a>&nbsp;") '如果页码大于1则显示(第一页)
  232.   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则显示(更前)
  233.   if(pagenmax>pagec) then pagenmax=pagec '如果页码结束值大于总页数,则=总页数
  234.   for i = pagenmin to pagenmax'循环输出页码
  235. if(i=page) then
  236.   response.write ("&nbsp;<font color='#ff6600'>"& i &"</font>&nbsp;")
  237. else
  238.   response.write ("[<a href="& myself &"Page="& i &">"& i &"</a>]")
  239. end if
  240.   next
  241.   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;") '如果页码结束值小于总页数则显示(更后)
  242.   if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a>&nbsp;") '如果页码小于总页数则显示(最后页)
  243.   '设置分页页码结束===============================
  244.   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
  245.   Response.Write "<input style='HEIGHT: 18px;WIDTH: 20px;' name='submitSkip' type='button' class='button' onClick='GoPage("""&Myself&""")' value='GO'>" & vbCrLf
  246.   Response.Write "</td>" & vbCrLf
  247.   Response.Write "</tr>" & vbCrLf
  248.   Response.Write "</table>" & vbCrLf
  249.   rs.close
  250.   set rs=nothing
  251.   Response.Write "</td>" & vbCrLf  
  252.   Response.Write "</tr>" & vbCrLf
  253. '-----------------------------------------------------------
  254. '-----------------------------------------------------------
  255. end function 
  256. '生成节点文字路径--------------------------
  257. Function TextPath(ID)
  258.   Dim rs,sql
  259.   Set rs=server.CreateObject("adodb.recordset")
  260.   sql="Select * From sk_ProductSort where ID="&ID
  261.   rs.open sql,conn,1,1
  262.   TextPath="&nbsp;->&nbsp;<a href=ProductList.asp?SortID="&rs("ID")&"&SortPath="&rs("SortPath")&">"&rs("SortName")&"</a>"
  263.   if rs("ParentID")<>0 then TextPath rs("ParentID")
  264.   response.write(TextPath)
  265. End Function
  266. %>
  267. <%
  268. '生成所属类别--------------------------
  269. Function SortText(ID)
  270.   Dim rs,sql
  271.   Set rs=server.CreateObject("adodb.recordset")
  272.   sql="Select * From sk_ProductSort where ID="&ID
  273.   rs.open sql,conn,1,1
  274.   SortText=rs("SortName")
  275.   rs.close
  276.   set rs=nothing
  277. End Function
  278. %>