📄 down.asp
字号:
<!-- #include file="inc/con_down.asp" -->
<!-- #include file="../include/class_com.asp" -->
<%
'****************************************************
' Web: http://www.aouoo.com , http://www.aouoo.net
' Copyright (C) 2007 Aouoo.com All Rights Reserved.
'****************************************************
call cid_sid()
select case action
case "search"
tit="下载搜索"
case else
action=""
tit="下载列表"
end select
%>
<!-- #include file="inc/con_down_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,nums
nummer=10
nums=nummer
pageurl="?action="&action&"&c_id="&cid&"&s_id="&sid&"&"
tit="下载列表"
call web_head(0,0,0,0,0)
call down_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 height="680" valign="top" 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" bgcolor="#FFFFFF"><%call down_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 style="padding-top:10px"><%call down_list()%></td>
</tr>
</table>
<table width="662" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f0f0f0">
<tr>
<td><%call down_sort("down.asp?",0,0,"下载分类")%></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table><%
call down_end()
call web_end(0,0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -