DownList.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"),"|52,")=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='DownList.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="DownEdit.asp?Result=Add"><img src="Images/x1.gif" width="52" height="17" border="0"></a></td>
  46.         <td width="87"><a href="DownList.asp"><img src="Images/xlm.gif" width="52" height="17" border="0"></a></td>
  47.         <td width="87"><a href="DownSort.asp"><img src="Images/xx.gif" width="52" height="17" border="0"></a></td>
  48.         <td width="88">&nbsp;</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=Download">
  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="DownList.asp" onClick='changeAdminFlag("下载列表")'>全部下载</a><font color="#0000FF">&nbsp;</font>|<font color="#0000FF">&nbsp;</font><a href="DownSort.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=Download" 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 nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>下载标题</strong>(指向显示所属类别)</font></td>
  90.     <td width="28" nowrap background="Images/tn.gif"><font color="#FFFFFF"><strong>标记</strong></font></td>
  91.     <td width="76" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">查看组别</font></strong></td>
  92.     <td width="66" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">文件大小</font></strong></td>
  93.     <td width="118" nowrap background="Images/tn.gif"><strong><font color="#FFFFFF">发布时间</font></strong></td>
  94.     <td width="52" 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.   <% NewsList() %>
  100.   </form>
  101. </table>
  102. </BODY>
  103. </HTML>
  104. <%
  105. '-----------------------------------------------------------
  106. function NewsList()
  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_Download"
  119.   dim datawhere'数据条件
  120.       if Result="Search" then
  121.      datawhere="where ( DownName 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.   if StrLen(rs("DownName"))>40 then
  191.         Response.Write "<td nowrap title='类别:&#13;"&SortText(rs("SortID"))&"&nbsp;|&nbsp;"&rs("SortPath")&"'>"&StrLeft(rs("DownName"),37)&"</td>" & vbCrLf
  192.       else
  193.         Response.Write "<td nowrap title='类别:&#13;"&SortText(rs("SortID"))&"&nbsp;|&nbsp;"&rs("SortPath")&"'>"&rs("DownName")&"</td>" & vbCrLf
  194.       end if 
  195.       Response.Write "<td nowrap>" & vbCrLf
  196.       if rs("CommendFlag") then Response.Write "<font color='red'>荐</font>"
  197.   Response.Write "</td>"
  198.       if rs("Exclusive")=">=" then
  199.         Response.Write "<td nowrap>"&ViewGroupName(rs("GroupID"))&"&nbsp;<font color='green'>隶</font></td>" & vbCrLf
  200.       else
  201.         Response.Write "<td nowrap>"&ViewGroupName(rs("GroupID"))&"&nbsp;<font color='red'>专</font></td>" & vbCrLf
  202.   end if
  203.       Response.Write "<td nowrap>"&rs("FileSize")&"</td>" & vbCrLf
  204.       Response.Write "<td nowrap>"&rs("AddTime")&"</td>" & vbCrLf
  205.       Response.Write "<td nowrap>"&rs("ClickNumber")&"</td>" & vbCrLf
  206.       Response.Write "<td width='48' nowrap><a href='DownEdit.asp?Result=Modify&ID="&rs("ID")&"' onClick='changeAdminFlag(""修改下载信息"")'><font color='#330099'>修改</font></a></td>" & vbCrLf
  207.       Response.Write "<td width='14' nowrap><input name='selectID' type='checkbox' value='"&rs("ID")&"' style='HEIGHT: 13px;WIDTH: 13px;'></td>" & vbCrLf
  208.       Response.Write "</tr>" & vbCrLf
  209.   rs.movenext
  210.     wend
  211.     Response.Write "<tr>" & vbCrLf
  212.     Response.Write "<td colspan='8' nowrap  bgcolor='#EBF2F9'>&nbsp;</td>" & vbCrLf
  213.     Response.Write "<td colspan='2' nowrap  bgcolor='#EBF2F9'><input name='submitDelSelect' type='button' class='button'  id='submitDelSelect' value='删除所选' onClick='ConfirmDel(""您真的要删除这些下载吗?"");'></td>" & vbCrLf
  214.     Response.Write "</tr>" & vbCrLf
  215.   else
  216.     response.write "<tr><td height='50' align='center' colspan='12' nowrap  bgcolor='#EBF2F9'>暂无下载信息</td></tr>"
  217.   end if
  218. '-----------------------------------------------------------
  219. '-----------------------------------------------------------
  220.   Response.Write "<tr>" & vbCrLf
  221.   Response.Write "<td colspan='10' nowrap  bgcolor='#D7E4F7'>" & vbCrLf
  222.   Response.Write "<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>" & vbCrLf
  223.   Response.Write "<tr>" & vbCrLf
  224.   Response.Write "<td>共计:<font color='#ff6600'>"&idcount&"</font>条记录&nbsp;页次:<font color='#ff6600'>"&page&"</font></strong>/"&pagec&"&nbsp;每页:<font color='#ff6600'>"&pages&"</font>条</td>" & vbCrLf
  225.   Response.Write "<td align='right'>" & vbCrLf
  226.   '设置分页页码开始===============================
  227.   pagenmin=page-pagenc '计算页码开始值
  228.   pagenmax=page+pagenc '计算页码结束值
  229.   if(pagenmin<1) then pagenmin=1 '如果页码开始值小于1则=1
  230.   if(page>1) then response.write ("<a href='"& myself &"Page=1'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>9</font></a>&nbsp;") '如果页码大于1则显示(第一页)
  231.   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则显示(更前)
  232.   if(pagenmax>pagec) then pagenmax=pagec '如果页码结束值大于总页数,则=总页数
  233.   for i = pagenmin to pagenmax'循环输出页码
  234. if(i=page) then
  235.   response.write ("&nbsp;<font color='#ff6600'>"& i &"</font>&nbsp;")
  236. else
  237.   response.write ("[<a href="& myself &"Page="& i &">"& i &"</a>]")
  238. end if
  239.   next
  240.   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;") '如果页码结束值小于总页数则显示(更后)
  241.   if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a>&nbsp;") '如果页码小于总页数则显示(最后页)
  242.   '设置分页页码结束===============================
  243.   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
  244.   Response.Write "<input style='HEIGHT: 18px;WIDTH: 20px;' name='submitSkip' type='button' class='button' onClick='GoPage("""&Myself&""")' value='GO'>" & vbCrLf
  245.   Response.Write "</td>" & vbCrLf
  246.   Response.Write "</tr>" & vbCrLf
  247.   Response.Write "</table>" & vbCrLf
  248.   rs.close
  249.   set rs=nothing
  250.   Response.Write "</td>" & vbCrLf  
  251.   Response.Write "</tr>" & vbCrLf
  252. '-----------------------------------------------------------
  253. '-----------------------------------------------------------
  254. end function 
  255. '生成节点文字路径--------------------------
  256. Function TextPath(ID)
  257.   Dim rs,sql
  258.   Set rs=server.CreateObject("adodb.recordset")
  259.   sql="Select * From sk_DownSort where ID="&ID
  260.   rs.open sql,conn,1,1
  261.   TextPath="&nbsp;->&nbsp;<a href=DownList.asp?SortID="&rs("ID")&"&SortPath="&rs("SortPath")&">"&rs("SortName")&"</a>"
  262.   if rs("ParentID")<>0 then TextPath rs("ParentID")
  263.   response.write(TextPath)
  264. End Function
  265. %>
  266. <%
  267. '生成所属类别--------------------------
  268. Function SortText(ID)
  269.   Dim rs,sql
  270.   Set rs=server.CreateObject("adodb.recordset")
  271.   sql="Select * From sk_DownSort where ID="&ID
  272.   rs.open sql,conn,1,1
  273.   SortText=rs("SortName")
  274.   rs.close
  275.   set rs=nothing
  276. End Function
  277. %>
  278. <% 
  279. Function ViewGroupName(GruopID)
  280.   dim rs,sql
  281.   set rs = server.createobject("adodb.recordset")
  282.   sql="select GroupID,GroupName from sk_MemGroup where GroupID='"&GruopID&"'"
  283.   rs.open sql,conn,1,1
  284.   if rs.bof and rs.eof then
  285.     ViewGroupName="未设组别"
  286.   else
  287.     ViewGroupName=rs("GroupName")
  288.   end if
  289.   rs.close
  290.   set rs=nothing
  291. end Function
  292. %>