📄 showclass2.asp
字号:
<!--#include file="top.asp"-->
<%
'请勿改动下面这三行代码
const ChannelID=2
Const ShowRunTime="Yes"
MaxPerPage=20
strFileName="ShowClass2.asp?ClassID=" & ClassID & "&SpecialID=" & SpecialID
Set rsArticle= Server.CreateObject("ADODB.Recordset")
Set rsPic= Server.CreateObject("ADODB.Recordset")
%>
<table width="760" height="547" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td width="5" height="542"> </td>
<td width="750" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="f2f2f2" class="twe">
<!--DWLayoutTable-->
<tr>
<td width="8" height="7"></td>
<td width="733"></td>
<td width="8"></td>
</tr>
<tr>
<td height="400"></td>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="200" valign="top" class="tdr"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="221" height="105"> <table width="200" height="105" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="bottom"> <div align="left">
<table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="3" Class="tdbg_left2"></td>
</tr>
</table>
<img src="img/INDEX_r4_c333.gif" width="95" height="26">
</div></td>
</tr>
<tr>
<td valign="middle"><table width="98%" border="0" align="center" >
<tr>
<td height="1" background="img/LINE1.gif"> </td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td valign="top"> <% call ShowElite(5,20) %> </td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8" Class="tdbg_left2"></td>
</tr>
</table>
<table width="200" height="105" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" valign="bottom"> <div align="left">
<table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="3" Class="tdbg_left2"></td>
</tr>
</table>
<img src="img/INDEX_r6_c22.gif" width="98" height="26">
</div></td>
</tr>
<tr>
<td valign="middle"><table width="98%" border="0" align="center" >
<tr>
<td height="1" background="img/LINE1.gif"> </td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td valign="top"> <% call Showhot(5,20) %> </td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8" Class="tdbg_left2"></td>
</tr>
</table>
<table width="200" height="105" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="33" valign="bottom"> <div align="left"> <img src="img/INDEX_r8_c6.gif" width="61" height="27"></div></td>
</tr>
<tr>
<td valign="middle"> <table width="98%" border="0" align="center" >
<tr>
<td height="1" background="img/LINE1.gif"> </td>
</tr>
<tr>
<td height="90" valign="middle"> <div align="center">
<% call ShowSearchForm("Search.asp",2) %>
</div></td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8" Class="tdbg_left2"></td>
</tr>
</table>
<table width="100%" height="105" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="33" valign="bottom"> <img src="img/INDEX_r11_c2333.gif" width="165" height="30"></td>
</tr>
<tr>
<td valign="middle"> <table width="98%" border="0" align="center" >
<tr>
<td height="1" background="img/LINE1.gif"> </td>
</tr>
<tr>
<td height="80" valign="middle"> <div align="center">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="90" valign="bottom" Class="tdbg_left2">
<div align="center"><img src="ad/adimg/175-65.jpg" width="175" height="80"></div></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8" Class="tdbg_left2"></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="15" Class="tdbg_left2">
<div align="center">
<%
dim ad
set ad=server.createobject("mswc.adrotator")
%>
<%=ad.getadvertisement("ad/ad.txt")%> </div></td>
</tr>
</table>
<table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="13" Class="tdbg_left2"></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="9"> </td>
<td width="514" align="center" valign="top" bgcolor="#FFFFFF" class="tdr">
<%
dim sqlRoot,rsRoot,trs,arrClassID,TitleStr
sqlRoot="select C.ClassID,C.ClassName,C.RootID,L.LayoutFileName,L.LayoutID,C.Child,C.ParentPath From ArticleClass C inner join Layout L on C.LayoutID=L.LayoutID where C.ParentID=" & ClassID & " and C.IsElite=True and C.LinkUrl='' and C.BrowsePurview>=" & UserLevel & " order by C.OrderID"
Set rsRoot= Server.CreateObject("ADODB.Recordset")
rsRoot.open sqlRoot,conn,1,1
%> <%
if rsRoot.bof and rsRoot.eof then
%> <table width="98%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="498" border="0" align="center" cellpadding="0" cellspacing="0" class="tde">
<!--DWLayoutTable-->
<tr>
<td width="504" height="25" valign="top"><table width="498%" border="0" cellpadding="0" cellspacing="0" class="1">
<!--DWLayoutTable-->
<tr>
<td width="498" height="25" valign="bottom" bgcolor="#fafafa">
<table width="97%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="22"><img src="img/tp.gif" width="10" height="10"> <%=ClassName%> 文章列表 </td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -