📄 index.asp
字号:
<!--#include file="../inc/top.asp"-->
<!--1-->
<div align="center">
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr>
<!--left-->
<td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="table-you">
<!--#include file="../loginout.asp"-->
<table width=100% border=0 align=center cellpadding=0 cellspacing=0>
<tr>
<td height="35" bgcolor="f1f1f1" background="/jw/images/menu_10.gif" align="right" valign="bottom">
软 件 搜 索 </td>
</tr>
<tr>
<td class="table-xia">
<table width="90%" border="0" cellspacing="0" cellpadding="2" align="center">
<form name="34" method="post" action="searchsoft.asp">
<tr>
<td align="center"><font color="#999999">输入搜索内容所包含的关键字</font></td>
</tr>
<tr>
<td align="center">关键字:
<input type="text" class="wenbenkuang" name="key" size="14">
</td>
</tr>
<tr>
<td align="center">搜索类别:
<select size="1" name="fl">
<option selected value="">所有分类</option>
<option value="教学相关">教学相关</option>
<option value="系统工具">系统工具</option>
<option value="网络程序">网络程序</option>
<option value="编程开发">编程开发</option>
<option value="图形处理">图形处理</option>
<option value="程序源码">程序源码</option>
<option value="媒体播放">媒体播放</option>
<option value="其它软件">其它软件</option>
</select>
</td>
</tr>
<tr>
<td align="center" height="38">
<input class=go-wenbenkuang name="imageField" value="搜 索" type=submit onFocus="this.blur()">
<input class=go-wenbenkuang type=reset value="重 新 输 入" name=Submit2>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
<!--center-->
<td width="400" valign="top" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<!--1-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td class="table-shangxia" bgcolor="#ffffff" height="35">
<p align="center">
<img src="/jw/images/menu_06.gif" width="41" height="33" align="absmiddle"> 下载分类<img src="/jw/images/menu_06.gif" width="41" height="33" align="absmiddle"></td>
</tr>
<TR>
<td bgcolor="#ffffff" height="25">
<table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td bgcolor="#ffffff" height="21" rowspan="3" width="20"></td>
<td bgcolor="#ffffff" height="5" colspan="4"></td>
<td bgcolor="#ffffff" height="21" rowspan="3" width="24"></td>
</tr>
<TR>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=教学相关">教学相关</a></td>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=系统工具">系统工具</a></td>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=网络程序">网络程序</a></td>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=编程开发">编程开发</a></td>
</tr>
<TR>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=图形处理">图形处理</a></td>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=程序源码">程序源码</a></td>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=媒体播放">媒体播放</a></td>
<td bgcolor="#ffffff" height="25" width="89" align="center">
<a href="moredown.asp?fl=其它软件">其它软件</a></td>
</tr>
</table>
</td>
</tr>
</table>
<!--2-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td class="table-shangxia" bgcolor="#ffffff" height="35">
<img src="/jw/images/menu_06.gif" width="41" height="33" align="absmiddle"> <a href="/jw/index.asp">教学系统</a>
>> >> 最新下载
</td>
</tr>
<TR>
<td bgcolor="#ffffff" height="35">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="200">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select top 5 * from Jw_down where lock = 0 order by adddate desc",conn,1,3
do while not rs.eof
softname=rs("softname")
If Len(softname)>25 Then softname=Left(softname,20)&"……"
%>
<TR>
<td bgcolor="#ffffff" height="25" width="5%"></td>
<td bgcolor="#ffffff" height="25" width="70%"><img border="0" src="/jw/images/list01.gif" width="9" height="9"> <a href="dispsoft.asp?downid=<% =rs("downid")%>"><% =softname%></a> [<font color=red><% =rs("downcount")%></font>]</td>
<td bgcolor="#ffffff" height="25" width="20%" align="left"><%=year(rs("adddate"))&"-"&month(rs("adddate"))&"-"&day(rs("adddate"))%></td>
<td bgcolor="#ffffff" height="25" width="5%"></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
</td>
</tr>
</table>
<!--3-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td class="table-shangxia" bgcolor="#ffffff" height="35">
<img src="/jw/images/menu_06.gif" width="41" height="33" align="absmiddle"> <a href="/jw/index.asp">教学系统</a>
>> >> 最热下载
</td>
</tr>
<TR>
<td bgcolor="#ffffff" height="35">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="200">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select top 10 * from Jw_down where lock = 0 order by downcount desc",conn,1,3
do while not rs.eof
softname=rs("softname")
If Len(softname)>25 Then softname=Left(softname,20)&"……"
%>
<TR>
<td bgcolor="#ffffff" height="25" width="5%"></td>
<td bgcolor="#ffffff" height="25" width="70%"><img border="0" src="/jw/images/list01.gif" width="9" height="9"> <a href="dispsoft.asp?downid=<% =rs("downid")%>"><% =softname%></a> [<font color=red><% =rs("downcount")%></font>]</td>
<td bgcolor="#ffffff" height="25" width="20%" align="left"><%=year(rs("adddate"))&"-"&month(rs("adddate"))&"-"&day(rs("adddate"))%></td>
<td bgcolor="#ffffff" height="25" width="5%"></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
</td>
</tr>
</table>
</td>
<!--right-->
<td width="180" bordercolor="#FFFFFF" bgcolor="#FFFFFF" valign="top" class="table-zuo">
<table width=100% border=0 align=center cellpadding=0 cellspacing=0>
<tr>
<td height="35" bgcolor="f1f1f1" background="/jw/images/menu_11.gif" align="right" valign="bottom">热 门 消 息 </td>
</tr>
<tr>
<td>
<table width="90%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td align="center" height="5">
</td>
</tr>
<tr>
<td align="center">
</td>
</tr>
<tr>
<td align="center" height="5">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<!--end-->
</tr>
</table>
</div>
<!--#include file="../inc/end.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -