?? index.asp
字號:
<br> <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="24"><img src="images/n_t_r.gif" width="24" height="22"></td>
<td width="77"><img src="images/n_t_zxly.gif" width="77" height="22"></td>
<td width="198"><img src="images/n_t_b.gif" width="198" height="22"></td>
<td width="101"><img src="images/n_t_zxlye.gif" width="101" height="22"></td>
</tr>
<tr>
<td colspan="4"><table width="400" border="0" cellpadding="0" cellspacing="0" background="images/n_bk.gif">
<tr>
<td><img src="images/n_xx.gif" width="400" height="5"></td>
</tr>
<tr>
<td> <div align="right"></div>
<table width="380" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><iframe src="newword.asp" frameborder=0 width=390 scrolling=NO height=150></iframe></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="4"><img src="images/n_foot.gif" width="400" height="10"></td>
</tr>
</table>
<br> <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="24"><img src="images/n_t_r.gif" width="24" height="22"></td>
<td width="77"><img src="images/n_t_zxtz.gif" width="77" height="22"></td>
<td width="198"><img src="images/n_t_b.gif" width="198" height="22"></td>
<td width="101"><img src="images/n_t_zxlye.gif" width="101" height="22"></td>
</tr>
<tr>
<td colspan="4"><table width="400" border="0" cellpadding="0" cellspacing="0" background="images/n_bk.gif">
<tr>
<td><img src="images/n_xx.gif" width="400" height="5"></td>
</tr>
<tr>
<td> <div align="right"></div>
<table width="380" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><iframe src="bbsview.asp" frameborder=0 width=390 scrolling=NO height=100></iframe></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="4"><img src="images/n_foot.gif" width="400" height="10"></td>
</tr>
</table>
<br> <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="24"><img src="images/n_t_r.gif" width="24" height="22"></td>
<td width="77"><a href="photo.asp"><img src="images/n_t_txxc.gif" alt="::更多圖片::" width="77" height="22" border="0"></a></td>
<td width="198"><img src="images/n_t_b.gif" width="198" height="22"></td>
<td width="101"><img src="images/n_t_txxce.gif" width="101" height="22"></td>
</tr>
<tr>
<td colspan="4"><table width="400" border="0" cellpadding="0" cellspacing="0" background="images/n_bk.gif">
<tr>
<td><img src="images/n_xx.gif" width="400" height="5"></td>
</tr>
<tr>
<td> <div align="center">
<table width="390" border="0" align="center" cellpadding="2">
<%
strsql1="select top 3 * from photo order by phototime desc"
set rs1=conn.execute(strsql1)
formPath="upload"
if not rs1.eof then
i=1
Do while not rs1.eof
if i>3 then
response.Write "</tr><tr>"
i=1
end if
%>
<td width="150"> <table width="120" height="120" border="0" cellpadding="0" cellspacing="0" bgcolor="#666B52">
<tr>
<td><table width="100%" height="100%" border="0" cellpadding="2" cellspacing="1">
<tr>
<td align="center" valign="middle" bgcolor="#F2F2EA"><a href="photoview.asp?id=<%=rs1("photoid")%>"><img src="<%=formPath%>/<%=rs1("photoname")%>" width="120" height="120" border="0" onload="javascript:DrawImage(this);" ></a></td>
</tr>
</table></td>
</tr>
</table>
<%
rs1.movenext
i=i+1
loop
if i<>1 then
for j=1 to 4-i
response.Write("<td width='150'> </td>")
next
end if
end if
rs1.close
set rs1=nothing
%>
</table>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="4"><img src="images/n_foot.gif" width="400" height="10"></td>
</tr>
</table>
<br> <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="24"><img src="images/n_t_r.gif" width="24" height="22"></td>
<td width="77"><img src="images/n_t_zxyh.gif" width="77" height="22"></td>
<td width="198"><img src="images/n_t_b.gif" width="198" height="22"></td>
<td width="101"><img src="images/n_t_bzxyh.gif" width="101" height="22"></td>
</tr>
<tr>
<td colspan="4"><table width="400" border="0" cellpadding="0" cellspacing="0" background="images/n_bk.gif">
<tr>
<td><img src="images/n_xx.gif" width="400" height="5"></td>
</tr>
<tr>
<td><table width="380" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="500"></td>
</tr>
<tr>
<td style="PADDING-LEFT: 10px; PADDING-TOP: 10px" >
<%
set rsonline=server.createobject("ADODB.recordset")
sqlonline="select loginfo.*,user.username,user.realname,user.usergroup from loginfo inner join [user] on loginfo.loguser=user.username where IsOnline=true"
rsonline.open sqlonline,conn,1,1
if not rsonline.bof or not rsonline.eof then
i=1
do while not rsonline.eof
select case rsonline("usergroup")
case 1
usergroup="online_guest"
case 2
usergroup="online_member"
case 3
usergroup="online_admin"
end select
%>
<img src="images/<%=usergroup%>.gif" width="16" height="15">
<a href="member.asp?id=<%=rsonline("loguser")%>"><%=rsonline("realname")%></a>
<%if (i mod 5)=0 then response.write"<br>"
i=i+1
rsonline.movenext
Loop
end if
rsonline.close
%>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10" colspan="4"><img src="images/n_foot.gif" width="400" height="10"></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="38" valign="top" background="images/right_b.gif"><img src="images/right_b.gif" width="38" height="5"></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><img src="images/z_f.gif" width="776" height="26"></td>
</tr>
<tr align="center">
<td colspan="3"> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -