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