📄 type.asp
字号:
<%if len(title)>24 then%>
<%=left(title,24)%>
<%else%>
<%=title%>
<%end if%>
<%end if%>
</font></<%=rs3("titletype")%>></a> </td>
<td width="7%" align="right">
<%if showauthor="1" then%>
<%=rs3("Author")%>
<%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><%=rs3("click")%></font>
<%end if%>
</td>
<td width="8%" align="left">
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<img src="images/new.gif">
<%end if%>
<%if rs3("goodnews")="1" then%>
<img src="images/g.gif" >
<%end if%>
</td>
</tr>
</table>
</div></td>
</tr>
<%
rs3.MoveNext
wend
%>
<tr>
<td width=100% height="19" align=right><a class=class href='BigClass.asp?typeid=<%=typeid%>&BigClassid=<%=BigClassid%>'><img src="images/more.gif" border="0" alt="更多<%=BigClassName%>"></a> </td>
</tr>
</table>
<%
end if
next
'rs3.close
'set rs3=nothing
else
Response.Write "<table width=98% border=0 height=25><tr><td>暂无大类</td></tr></table>"
end if
%>
<% case "3" %><!--网址模版-->
<%
if rseof=1 then
for i=1 to abcount
BigClassID=ArrayBigClassID(i)
BigClassName=ArrayBigClassName(i)
BigClassview=ArrayBigClassview(i)
if ArrayBigClassView(i)=1 then
%>
<table border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber5">
<tr>
<td height="25" background="IMAGES/menu-l-zj.gif"> <img src=images/ico.gif> <font class=m_tittle><%=BigClassName%></font></td>
</tr>
<%set rs3=server.CreateObject("ADODB.RecordSet")
if uselevel=1 then
if Request.cookies("key")="super" or Request.cookies("key")="typemaster" or Request.cookies("key")="bigmaster" or Request.cookies("key")="smallmaster" or Request.cookies("key")="check" then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1) order by newsid DESC"
end if
if Request.cookies("key")="" then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 ) order by newsid DESC"
end if
if Request.cookies("key")="selfreg" then
if Request.cookies("reglevel")=3 then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 and newslevel<=3) order by newsid DESC"
end if
if Request.cookies("reglevel")=2 then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 and newslevel<=2) order by newsid DESC"
end if
if Request.cookies("reglevel")=1 then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 and newslevel<=1) order by newsid DESC"
end if
end if
else
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1) order by newsid DESC"
end if
rs3.Open rs3.Source,conn,1,1
%>
<table width="98%" border="1" cellspacing="0" cellpadding="3" bordercolorlight=#cccccc bordercolordark=#ffffff align="center">
<!--网址换行显示1-->
<%do while not rs3.EOF%>
<tr>
<%
Content=rs3("Content")
content=replace(content,"[[","<")
content=replace(content,"]]",">")
%>
<td width=25% align=center valign="middle">
<%if not rs3.EOF then%>
<div align="center">
<a class=middle href="<%=rs3("Original")%>" target=_blank title="<%=left(nohtml(rs3("Content")),80)%>...">
<%=left(rs3("title"),14)%>
</a>
</div>
</td>
<%rs3.movenext
end if %>
<!--网址换行显示2-->
<td width=25% align=center valign="middle">
<%if not rs3.EOF then%>
<div align="center">
<a class=middle href="<%=rs3("Original")%>" target=_blank title="<%=left(nohtml(rs3("Content")),80)%>...">
<%=left(rs3("title"),14)%>
</a>
</div>
</td>
<%rs3.movenext
end if %>
</tr>
<!--网址换行结束-->
<%loop
rs3.Close
set rs3=nothing
%>
</table>
<TABLE cellSpacing=0 cellPadding=3 width="100%" align=center border=0>
<tr>
<td width=100% height="19" align=right><a class=class href='BigClass.asp?typeid=<%=typeid%>&BigClassid=<%=BigClassid%>'><img src="images/more.gif" border="0" alt="更多<%=BigClassName%>"></a> </td>
</tr>
</table>
<%
end if
next
else
Response.Write "<table width=98% border=0 height=25><tr><td>暂无大类</td></tr></table>"
end if
%>
<% case "4" %><!--软件模版-->
<%
if rseof=1 then
for i=1 to abcount
BigClassID=ArrayBigClassID(i)
BigClassName=ArrayBigClassName(i)
BigClassview=ArrayBigClassview(i)
if ArrayBigClassView(i)=1 then
%>
<table border="0" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber5">
<tr>
<td height="25" background="IMAGES/menu-l-zj.gif"> <img src=images/ico.gif> <font class=m_tittle><%=BigClassName%></font></td>
</tr>
<%set rs3=server.CreateObject("ADODB.RecordSet")
if uselevel=1 then
if Request.cookies("key")="super" or Request.cookies("key")="typemaster" or Request.cookies("key")="bigmaster" or Request.cookies("key")="smallmaster" or Request.cookies("key")="check" then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1) order by newsid DESC"
end if
if Request.cookies("key")="" then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 ) order by newsid DESC"
end if
if Request.cookies("key")="selfreg" then
if Request.cookies("reglevel")=3 then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 and newslevel<=3) order by newsid DESC"
end if
if Request.cookies("reglevel")=2 then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 and newslevel<=2) order by newsid DESC"
end if
if Request.cookies("reglevel")=1 then
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1 and newslevel<=1) order by newsid DESC"
end if
end if
else
rs3.Source="select top " & top_news & " * from News where (BigClassid=" & BigClassid &" and checkked=1) order by newsid DESC"
end if
rs3.Open rs3.Source,conn,1,1
while not rs3.EOF
if showyear=1 then
newsurl="ReadNews.asp?NewsID=" & rs3("NewsID")
datetime="<font class=middle>(" & year(rs3("UpdateTime")) &"年"& Month(rs3("UpdateTime")) &"月"& Day(rs3("UpdateTime")) &"日)</font>"
else
newsurl="ReadNews.asp?NewsID=" & rs3("NewsID")
datetime="<font class=middle>("& Month(rs3("UpdateTime")) &"月"& Day(rs3("UpdateTime")) &"日)</font>"
end if
if rs3("picnews")=1 then
img="<img src='IMAGES/IMG.gif' border='0'>"
else
img=""
end if
title=trim(rs3("title"))
title=replace(title,"<br>","")
%>
<tr>
<td> <div align="center">
<table width="95%" border="0" cellpadding="3" cellspacing="0">
<tr bgcolor="#EFEFEF">
<td colspan="2"> <img src="IMAGES/IMG.gif" width="9" height="9"><a class=middle href="<%=newsurl%>" title="<%=title%>" target="_blank">
<font color="<%=rs3("titlecolor")%>"><strong>
<%if len(title)>10 then%>
<%=left(title,10)%>...
<%else%>
<%=title%>
<%end if%>
</strong> </font></a></td>
<td width="22%" align="right" bgcolor="#EFEFEF">
<%if showtime="1" then%>
<%=datetime%>
<%end if%>
<%if showclick="1" then%>
<font color=#666666>[<%=rs3("click")%>]</font>
<%end if%>
</td>
<td width="13%" align="center">
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<img src="images/new.gif">
<%end if%>
<%if rs3("goodnews")="1" then%>
<img src="images/g.gif" >
<%end if%>
</td>
</tr>
<tr>
<td width="16%"><a class=middle href="ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=rs3("title")%>">
<%if rs3("picname")=("") then%>
<img src="IMAGES/softno.gif" width="65" height="65" border=0 align="left">
<%else%>
<%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
<img src="uploadfile/<%=rs3("picname")%>" width="65" height="65" border=0 align="left">
<%end if%>
<%end if%>
</a> </td>
<td colspan="3" valign="top"><%=left(nohtml(rs3("Content")),150)%>...
</td>
</tr>
</table>
</div></td>
</tr>
<%
rs3.MoveNext
wend
%>
<tr>
<td width=100% height="19" align=right><a class=class href='BigClass.asp?typeid=<%=typeid%>&BigClassid=<%=BigClassid%>'><img src="images/more.gif" border="0" alt="更多<%=BigClassName%>"></a> </td>
</tr>
</table>
<%
end if
next
'rs3.close
'set rs3=nothing
else
Response.Write "<table width=98% border=0 height=25><tr><td>暂无大类</td></tr></table>"
end if
%>
<% end select%>
<!--模版结束-->
<tr valign="top">
<td height="20" background="IMAGES/menu-d-t.gif"> </td>
<td height="20" bgcolor="#FFFFFF"> </td>
<td height="20" background="IMAGES/menu-l-t.gif" bgcolor="#FFFFFF" class="daohang"> </td>
</tr>
</table>
<!--#include file=include/bottom.asp -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -