📄 article.asp
字号:
<!-- #include file="inc/con_article.asp" -->
<!-- #include file="../include/class_com.asp" -->
<%
call cid_sid()
select case action
case "good"
tit="推荐文章"
case "hot"
tit="热门文章"
case "search"
tit="文章搜索"
case else
if int(cid)<1 then call format_redirect("article.asp?c_id=2")
if action<>"more" then action="more"
tit="文章列表"
end select
%>
<!-- #include file="inc/con_article_list.asp" -->
<!-- #include file="../include/jk_pagecute.asp" -->
<!-- #include file="../include/jk_page_cute.asp" -->
<!-- #include file="../include/jk_keyes.asp" -->
<%
dim nummer,rssum,page,viewpage,thepages,pageurl
nummer=25
pageurl="?action="&action&"&c_id="&cid&"&s_id="&sid&"&"
call web_head(0,0,0,0,0)
call article_load(0,0,0)
%><table width="912" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="208" valign="top" bgcolor="#990000"><%call left_notice()%><%call left_about()%><%call left_links()%></td>
<td width="6" background="../skin/aouoo_skin/index/body_line.gif"><img src="../skin/aouoo_skin/index/body_line.gif" width="6" height="30" /></td>
<td valign="top" bgcolor="#D40000"><table width=100% border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#990000">
<tr>
<td bgcolor="#FFFFFF">
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr height=29>
<td background='/skin/aouoo_skin/index/bar_bg.jpg'> <img src='/skin/aouoo_skin/index/tit.gif' align='absmiddle' /> <font color='#FFFFFF'>技 术 文 章</font></td>
</tr>
</table>
<table width="662" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f0f0f0">
<tr>
<td height="30"><%call article_sort("article.asp?",0,0,"文章分类")%></td>
</tr>
<tr><td height="30" bgcolor="#FFFFFF"><%call article_search("文章搜索")%></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" bgcolor="#996633" height="2"></td>
<td width="80%" bgcolor="#DDBB75"></td>
</tr>
</table></td>
</tr>
</table><table width="662" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <%
select case action
case "more","good","hot","search"
call article_more(nummer,30,tit)
case else
if cint(sid)<1 then
call article_list(6,30)
else
call article_more(nummer,30,tit)
end if
end select
%></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table><%
call article_end()
call web_end(0,0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -