📄 e_bigclass.asp
字号:
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1) order by newsid DESC"
end if
rsnosmall.Open rsnosmall.Source,conn,1,1
%>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="3" align="center">
<!--图片换行显示1-->
<%
if not rsnosmall.EOF then
%>
<%
fileExt=lcase(getFileExtName(rsnosmall("picname")))
Content=htmlencode4(rsnosmall("Content"))
content=replace(content,"[---分页---]","")
%>
<tr>
<td colspan="4" height="25" background="IMAGES/menu-l-m.gif"></td>
</tr>
<%do while not rsnosmall.EOF
%>
<tr>
<td width=25% align=center valign="top" style="table-layout:fixed; word-break:break-all">
<%if not rsnosmall.EOF then%>
<div align="center"> <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnosmall("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>...">
<%if rsnosmall("picname")=("") then
response.Write "<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
response.Write"<img src='"&FileUploadPath & rsnosmall("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 & rsnosmall("picname")%>">
<param name=quality value=high>
<param name='Play' value='-1'>
<param name='Loop' value='0'>
<param name='Menu' value='-1'>
<embed src="<%=FileUploadPath & rsnosmall("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=<%=rsnosmall("NewsID")%>" target=_blank title="<%=rsnosmall("title")%>"><%=CutStr(rsnosmall("title"),18)%></a> </div></td>
<%rsnosmall.movenext
end if %>
<!--图片换行显示2-->
<td width=25% align=center valign="top" style="table-layout:fixed; word-break:break-all">
<%if not rsnosmall.EOF then%>
<div align="center"> <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnosmall("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>">
<%if rsnosmall("picname")=("") then
response.Write"<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
response.Write"<img src='"&FileUploadPath & rsnosmall("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 & rsnosmall("picname")%>">
<param name=quality value=high>
<param name='Play' value='-1'>
<param name='Loop' value='0'>
<param name='Menu' value='-1'>
<embed src="<%=FileUploadPath & rsnosmall("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=<%=rsnosmall("NewsID")%>" target=_blank title="<%=rsnosmall("title")%>"><%=CutStr(rsnosmall("title"),18)%></a> </div></td>
<%rsnosmall.movenext
end if %>
<!--图片换行显示3-->
<td width=25% align=center valign="top" style="table-layout:fixed; word-break:break-all">
<%if not rsnosmall.EOF then%>
<div align="center"> <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnosmall("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>">
<%if rsnosmall("picname")=("") then
response.Write"<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
response.Write"<img src='"&FileUploadPath & rsnosmall("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 & rsnosmall("picname")%>">
<param name=quality value=high>
<param name='Play' value='-1'>
<param name='Loop' value='0'>
<param name='Menu' value='-1'>
<embed src="<%=FileUploadPath & rsnosmall("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=<%=rsnosmall("NewsID")%>" target=_blank title="<%=rsnosmall("title")%>"><%=CutStr(rsnosmall("title"),18)%></a> </div></td>
<%rsnosmall.movenext
end if %>
<!--图片换行显示4-->
<td width=25% align=center valign="top" style="table-layout:fixed; word-break:break-all">
<%if not rsnosmall.EOF then%>
<div align="center"> <a class=middle href="E_ReadNews.asp?NewsID=<%=rsnosmall("NewsID")%>" target=_blank title="<%=CutStr(nohtml(Content),150)%>...">
<%if rsnosmall("picname")=("") then
response.Write"<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
response.Write"<img src='"&FileUploadPath & rsnosmall("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 & rsnosmall("picname")%>">
<param name=quality value=high>
<param name='Play' value='-1'>
<param name='Loop' value='0'>
<param name='Menu' value='-1'>
<embed src="<%=FileUploadPath & rsnosmall("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=<%=rsnosmall("NewsID")%>" target=_blank title="<%=rsnosmall("title")%>"><%=CutStr(rsnosmall("title"),18)%></a> </div></td>
<%rsnosmall.movenext
end if %>
</tr>
<!--图片换行结束-->
<%loop%>
<tr>
<td colspan="4" width=100% height="19" align=right><a class=class href='E_NosmallClass.asp?typeid=<%=typeid%>&BigClassid=<%=BigClassid%>'><img src="images/more.gif" border="0" alt="更多<%=E_BigClassName%>"></a> </td>
</tr>
<%
end if
rsnosmall.close
set rsnosmall=nothing
%>
</table>
</td></tr>
</table>
<!--图片模版-->
<% case 2 %>
<!--新闻模版-->
<table border="0" cellpadding="3" cellspacing="0" width="100%">
<%set rsnosmall=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
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1) order by newsid DESC"
end if
if Request.cookies(eChuang)("key")="" then
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1 ) order by newsid DESC"
end if
if Request.cookies(eChuang)("key")="selfreg" then
if Request.cookies(eChuang)("reglevel")=3 then
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1 ) order by newsid DESC"
end if
if Request.cookies(eChuang)("reglevel")=2 then
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1 ) order by newsid DESC"
end if
if Request.cookies(eChuang)("reglevel")=1 then
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1 ) order by newsid DESC"
end if
end if
else
rsnosmall.Source="select top " & bigclassshownum & " * from "& db_News_Table &" where (bigClassID=" & bigClassID &" and smallclassid is null and checkked=1) order by newsid DESC"
end if
rsnosmall.Open rsnosmall.Source,conn,1,1
%>
<tr>
<td>
<div align="center">
<%
if not rsnosmall.EOF then
%>
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr background="IMAGES/lmenu_bg.gif">
<td height="30" colspan="5" background="IMAGES/menu_bg.jpg" class="white_link"></td>
</tr>
<%
while not rsnosmall.EOF
if showyear=1 then
newsurl="E_ReadNews.asp?NewsID=" & rsnosmall("NewsID")
newswwwurl=rsnosmall("titleface")
datetime="<font class=middle>(" & year(rsnosmall("UpdateTime")) &"年"& Month(rsnosmall("UpdateTime")) &"月"& Day(rsnosmall("UpdateTime")) &"日)</font>"
else
newsurl="E_ReadNews.asp?NewsID=" & rsnosmall("NewsID")
newswwwurl=rsnosmall("titleface")
datetime="<font class=middle>("& Month(rsnosmall("UpdateTime")) &"月"& Day(rsnosmall("UpdateTime")) &"日)</font>"
end if
if rsnosmall("picnews")=1 then
img="<img src='images/news_img.gif' border='0'>"
else
img=""
end if
title=trim(rsnosmall("title"))
title=replace(title,"<br>","")
%>
<tr>
<td width="62%"> <img src="IMAGES/point.gif" width="10" height="7"> <%=img%> <a class=middle href="<%if rsnosmall("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=rsnosmall("title")%>" target="_blank"> <<%=rsnosmall("titletype")%>><font color="<%=rsnosmall("titlecolor")%>"> <%=CutStr(title,46)%></font></<%=rsnosmall("titletype")%>></a>
<!--标题后评论提示-->
<% if rsnosmall("titlesize")>=1 then %>
<A class=middle HREF="<%=path%>review.asp?NewsID=<%=rsnosmall("NewsID")%>" target="_blank" ><font color=red><b>评</b></font></A>
<%end if %>
<!--标题后评论提示--> </td>
<td width="10%" align="right">
<%if showauthor="1" then%>
<%=CutStr(rsnosmall("Author"),6)%>
<%end if%>
</td>
<td width="15%" align="left">
<%if showtime="1" then%>
<%=datetime%>
<%end if%>
</td>
<td width="5%" align="center">
<%if showclick="1" then%>
<font color=#666666><%=rsnosmall("click")%></font>
<%end if%>
</td>
<td width="8%" align="left">
<%if year(rsnosmall("updatetime"))=year(date()) and month(rsnosmall("updatetime"))=month(date()) and day(rsnosmall("updatetime"))=day(date()) then%>
<img src="images/new.gif">
<%end if%>
<%if rsnosmall("goodnews")="1" then%>
<img src="images/g.gif" >
<%end if%>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -