?? list2.asp
字號(hào):
<% rem 按討論區(qū)方式查看
%>
<table border="0" width="650" cellspacing="1" cellpadding="3" align="center" class="table004">
<tr class="table003">
<td width="*" colspan="3" bordercolorlight="#000000" bordercolordark="#C0C0C0">
<p align="center"><b>發(fā) 言 主 題</b>
</td>
<td width="100" bordercolorlight="#000000" bordercolordark="#C0C0C0">
<p align="center"><b>作 者</b>
</td>
<td width="40" align="center" bordercolorlight="#000000" bordercolordark="#C0C0C0"><b>回復(fù)</b></td>
<td width="40" align="center" bordercolorlight="#000000" bordercolordark="#C0C0C0"><b>閱讀</b></td>
<td width="100" align=center bordercolorlight="#000000" bordercolordark="#C0C0C0">
<b>最 后 回 復(fù)</b>
</td>
<% if theUser.master then %>
<td></td>
<% end if %>
</tr>
<%
set rs=conn.execute(exec)
do while not rs.eof%>
<tr class="table001">
<td width="18" align="center">
<% if rs("istop")=1 then
response.write "<img border=0 src=images/istop.gif title=固頂>"
elseif rs("jh")=1 then
response.write "<img border=0 src=images/jh.gif title=精華>"
elseif rs("islock") then
response.write "<img border=0 src=images/islock.gif title=鎖定>"
elseif rs("hf")>0 then
response.write "<img border=0 src=images/plus.gif title=有回復(fù)>"
else
response.write "<img border=0 src=images/nofollow.gif title=無(wú)回復(fù)>"
end if %>
</td>
<td width="18" align="center"> <img border="0" src="images/<%=rs("pic")%>"></td>
<td onmouseover="this.className='table002'" onmouseout="this.className='table001'" width="326">
<a href="show.asp?id=<%=rs("id")%>"><%=funKillword(rs("title"))%></a> </td>
<td align="center" class="jnfont5">
<%
userName rs("name"),rs("bl"),isMaster(rs("name"))
%>
</td>
<td align="center"><%=rs("hf")%></td>
<td align="center"><%=rs("yd")%></td>
<td align="center" ><%=times(rs("retime"))%></td>
<% if theUser.master then %>
<td align=center><input type=checkbox name="id" value="<%=rs("id")%>">
<% end if %>
</tr>
<%
rs.movenext
loop %>
</table>
<%
rsclose()
connclose()
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -