📄 newslist.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 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="互连在线网络技术工作室,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"),"|22,")=0 then
response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
response.end
end if
'========判断是否具有管理权限
%>
<BODY>
<%
dim Result,StartDate,EndDate,Keyword,SortID,SortPath
Result=request.QueryString("Result")
StartDate=request.QueryString("StartDate")
EndDate=request.QueryString("EndDate")
Keyword=request.QueryString("Keyword")
SortID=request.QueryString("SortID")
SortPath=request.QueryString("SortPath")
function PlaceFlag()
if Result="Search" then
Response.Write "新闻:列表 -> 检索 -> 添加时间[<font color='red'>"&StartDate&"至"&EndDate&"</font>],关键字[<font color='red'>"&Keyword&"</font>]"
else
if SortPath<>"" then
Response.Write "新闻:列表 -> <a href='NewsList.asp'>全部</a>"
TextPath(SortID)
else
Response.Write "新闻:列表 -> 全部"
end if
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=News">
<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="NewsList.asp" onClick='changeAdminFlag("新闻列表")'>全部新闻</a><font color="#0000FF"> | </font><a href="NewsSort.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=News" method="post" name="formDel" >
<tr>
<td width="30" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>ID</strong></font></td>
<td width="28" height="24" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>发布</strong></font></td>
<td nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>新闻标题</strong>(指向显示所属类别)</font></td>
<td width="28" nowrap bgcolor="#8DB5E9"><font color="#FFFFFF"><strong>标记</strong></font></td>
<td width="76" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">查看组别</font></strong></td>
<td width="76" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">新闻来源</font></strong></td>
<td width="120" nowrap bgcolor="#8DB5E9"><strong><font color="#FFFFFF">发布时间</font></strong></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>
<% NewsList() %>
</form>
</table>
</BODY>
</HTML>
<%
'-----------------------------------------------------------
function NewsList()
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_News"
dim datawhere'数据条件
if Result="Search" then
datawhere="where ( NewsName like '%" & Keyword &_
"%') and AddTime >= #" & StartDate & " # and AddTime <= #" & EndDate & "#"
else
if SortPath<>"" then'是否查看的分类产品
datawhere="where Instr(SortPath,'"&SortPath&"')>0 "
else
datawhere=""
end if
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"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -