📄 e_photonews.asp
字号:
<%@ Language=VBScript%>
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<!--#include file="function.asp"-->
<!--#include file="char.inc"-->
<%
request_newsid=Request.QueryString("NewsID")
PageShowSize = 10 '每页显示多少个页
MyPageSize = 20 '每页显示多少条新闻
If Not IsNumeric(Request("page")) Or IsEmpty(Request("page")) Or Request("page") <=0 Then
MyPage=1
Else
MyPage=Int(Abs(Request("page")))
End if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>图片新闻__<%=jjgn%>_建站铺修正版_bbs.jzpu.com</title>
<LINK href="news.css" rel="stylesheet">
</head>
<body>
<!--#include file="top.asp"-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="30" background="IMAGES/menu_bg.jpg" class="white_link"> 栏目导航 当前位置:<a class="white_link" href="./" >网站首页</a>>>图片新闻</td>
</tr>
<tr>
<td height="25">
<script language=javascript src=./zongg/ad.asp?i=13></script>
</a></td>
</tr>
<tr>
<td height="30" background="IMAGES/red_bg.jpg"> </td>
</tr>
<tr>
<td height="25">
<%
set rs3=server.CreateObject("ADODB.RecordSet")
if uselevel=1 then
if Request.cookies(eChuang)("key")="super" or Request.cookies(eChuang)("key")="typemaster" or Request.cookies(eChuang)("key")="bigmaster" or Request.cookies(eChuang)("key")="smallmaster" or Request.cookies(eChuang)("key")="check" then
rs3.Source ="select * from "& db_News_Table &" where picnews=1 and checkked=1 and picname is not null order by NewsID DESC"
end if
if Request.cookies(eChuang)("key")="" then
rs3.Source ="select * from "& db_News_Table &" where picnews=1 and checkked=1 and picname is not null order by NewsID DESC"
end if
if Request.cookies(eChuang)("key")="selfreg" then
if Request.cookies(eChuang)("reglevel")=3 then
rs3.Source ="select * from "& db_News_Table &" where picnews=1 and checkked=1 and picname is not null order by NewsID DESC"
end if
if Request.cookies(eChuang)("reglevel")=2 then
rs3.Source ="select * from "& db_News_Table &" where picnews=1 and checkked=1 and picname is not null order by NewsID DESC"
end if
if Request.cookies(eChuang)("reglevel")=1 then
rs3.Source ="select * from "& db_News_Table &" where picnews=1 and checkked=1 and picname is not null order by NewsID DESC"
end if
end if
else
rs3.Source ="select * from "& db_News_Table &" where picnews=1 and checkked=1 and picname is not null order by NewsID DESC"
end if
rs3.Open rs3.Source,conn,1,1
if not rs3.EOF then
Rs3.PageSize = MyPageSize
MaxPages = Rs3.PageCount
Rs3.absolutepage = MyPage
total = Rs3.RecordCount
i = 0
%>
<table width="95%" border="0" cellspacing="0" cellpadding="3" align="center">
<!--图片换行显示1-->
<% do until rs3.Eof or i = rs3.PageSize %>
<tr>
<%
fileExt=lcase(getFileExtName(rs3("picname")))
Content=htmlencode4(rs3("Content"))
%>
<% if not rs3.EOF then %>
<td width=25% align=center valign="top">
<% content=htmlencode4(rs3("Content"))
content=replace(content,"[---分页---]","")%>
<a class=middle href="E_ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>...">
<%if rs3("picname")=("") then%>
<img src="IMAGES/flashorno.gif" width="110" height="80" border=1 style=border-color:#000000 align=top>
<%else%>
<%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
<img src="<%=FileUploadPath & rs3("picname")%>" width="110" height="80" border=1 style=border-color:#000000 align=top>
<%end if%>
<%if fileext="swf" then%>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width="110" height="80" border=0 >
<param name=movie value="<%=FileUploadPath & rs3("picname")%>">
<param name=quality value=high>
<param name='Play' value='-1'>
<param name='Loop' value='0'>
<param name='Menu' value='-1'>
<embed src="<%=FileUploadPath & rs3("picname")%>" width="110" height="80" border=0 pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash'></embed>
</object>
<%end if%>
<%end if%>
</a><br>
<br>
<a class=middle href="E_ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=htmlencode4(rs3("title"))%>"> <%=CutStr(htmlencode4(rs3("title")),18)%> </a> </td>
<%rs3.movenext
i = i + 1
end if
%>
<!--图片换行显示2-->
<td width=25% align=center valign="top">
<% if not rs3.EOF then %>
<%
fileExt=lcase(getFileExtName(rs3("picname")))
Content=htmlencode4(rs3("Content"))
content=replace(content,"[---分页---]","")%>
<a class=middle href="E_ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>...">
<%if rs3("picname")=("") then%>
<img src="IMAGES/flashorno.gif" width="110" height="80" border=1 style=border-color:#000000 align=top>
<%else%>
<%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
<img src="<%=FileUploadPath & rs3("picname")%>" width="110" height="80" border=1 style=border-color:#000000 align=top>
<%end if%>
<%if fileext="swf" then%>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width="110" height="80" border=0 >
<param name=movie value="<%=FileUploadPath & rs3("picname")%>">
<param name=quality value=high>
<param name='Play' value='-1'>
<param name='Loop' value='0'>
<param name='Menu' value='-1'>
<embed src="<%=FileUploadPath & rs3("picname")%>" width="110" height="80" border=0 pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash'></embed>
</object>
<%end if%>
<%end if%>
</a><br>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -