📄 web_list.asp
字号:
<!--#include file="mdb.asp"-->
<!--#Include File="Check_hx.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/syscode_web.asp"-->
<%
start="旅游手记 - 文章列表"
call head()
call menu()
%>
<table width=760 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#FFFFFF class="table-hx66s">
<TR>
<TD height="25"><%call main_Art()%></td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table-hx66s">
<tr>
<TD width=175 vAlign=top align=center>
<table border="0" width=165 align="center" cellpadding="0" cellspacing="1" class="b5" style="border-collapse: collapse">
<tr>
<td height="26" class="a5"> 会 员 登 录</td>
</tr>
<tr>
<td height="22"><%call userlogin()%></td>
</tr>
<tr>
<td height="26" class="a3"> 线 路 统 计</td>
</tr>
<tr>
<td height="26" valign="top"><%call count_Art()%></td>
</tr>
<tr>
<td height="26" class="a2"> 文 章 分 类</td>
</tr>
<tr>
<td><%call class_Art()%></td>
</tr>
<tr>
<td height="26" class="a4"> 热 门 排 行</td>
</tr>
<tr>
<td height="26"><%call top_Art(10,20,False)%></td>
</tr>
<tr>
<td height="26" class="a3"> 推 荐 文 章</td>
</tr>
<tr>
<td height="26"><%call best_Art(10,20,False)%></td>
</tr>
<tr>
<td height="26" class="a6"> 文 章 查 找</td>
</tr>
<tr>
<td><%call search_Art()%></td>
</tr>
</table><BR>
</TD>
<td width="*" valign="top" align="right">
<table border="0" width="99%" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
<tr>
<td height="26" class="a4"> 图 片 文 章</td>
</tr>
<tr>
<td valign="top"><%call img_art(4,16,100,100,False)%></TD>
</tr>
<!--景点导航-->
<tr>
<td height="26" class="a4"> 景 点 导 航</td>
</tr>
<tr>
<td bgcolor="#F6F9FB">
<table width="540" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#F6F9FB">
<!--#include file="scenna.asp"--></td>
</tr>
</table>
</td>
</tr>
<!--景点导航-->
<tr>
<td height="26" class="a4"> 文 章 列 表</td>
</tr>
<tr>
<td valign="top"><%call displayList_Art(40,40,True,True)%></TD>
</tr>
</TABLE><br>
</TD>
</TR>
</TABLE>
<%
call footer()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -