📄 photo.inc
字号:
<table border=0 cellspacing=0 cellpadding=0 width='750'>
<tr align=center>
<%
sql="select top 7 id,nname,photopic,photoname,topic,tim,counter from photo where hidden=1 order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
id=rs("id")
topic=rs("topic")
%>
<td width='20%'>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td align=center><%response.write pic_fk(rs("photopic"),1,"photo.asp?action=show&id="&id)%></td></tr>
<tr><td align=center><a href='photo.asp?action=show&id=<%response.write id%>' alt='照片名称:<%response.write joekoe_cms.code_html(topic,1,0)%><br>发 布 人:<%response.write rs("photoname")%><br>发布时间:<%response.write joekoe_cms.time_type(rs("tim"),5)%>' target=_blank><%response.write joekoe_cms.code_html(topic,1,7)%></a></td></tr>
</table>
</td>
<%
rs.movenext
loop
rs.close
%>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -