📄 inc_index_down.inc
字号:
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr>
<td height=27 background='images/index/down_bg.gif'>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr>
<td align=left width=124><img src='images/index/down_left.gif' border=0></td>
<td align=right>
<table border=0>
<tr>
<td><img src='skin/<%response.write joekoe_cms.web_skin%>/small/h_down.gif' border=0 align=absmiddle> <a href='down_list.asp?taxis=tim' target=_blank>最近更新</a></td>
<td width=10></td>
<td><img src='skin/<%response.write joekoe_cms.web_skin%>/small/h_down.gif' border=0 align=absmiddle> <a href='down_list.asp?taxis=counter' target=_blank>热门下载</a></td>
<td width=10></td>
<td><img src='skin/<%response.write joekoe_cms.web_skin%>/small/h_down.gif' border=0 align=absmiddle> <a href='down_list.asp?taxis=types' target=_blank>推荐下载</a></td>
</tr>
</table>
</td>
<td align=right><a href='down.asp' target=_blank><img src='images/index/down_more.gif' border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr><td height=4></td></tr>
<tr align=center>
<td>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr align=center>
<%
sql="select top 5 id,name,pic from down where hidden=1 order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
id=rs("id")
topic=rs("name")
%>
<td width='20%'>
<table border=0 cellspacing=0 cellpadding=2>
<tr><td align=center><%response.write pic_fk(rs("pic"),1,"down_view.asp?id="&id)%></td></tr>
<tr><td align=center><a href='down_view.asp?id=<%response.write id%>' alt='<%response.write joekoe_cms.code_html(topic,1,0)%>'><%response.write joekoe_cms.code_html(topic,1,14)%></a></td></tr>
</table>
</td>
<%
rs.movenext
loop
rs.close
%>
</tr>
</table>
</td>
</tr>
</table>
<% call web_branch(0) %>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr><td height=5></td></tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -