📄 foot.asp
字号:
<TABLE width="766" border=0 align="center" cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD height="5"></TD>
</TR>
<TR>
<TD background=img/naBialym.gif></TD>
</TR>
<TR>
<TD vAlign=top> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="16%" height=20 bgColor=#f2f2f2> <DIV align=center>系统公告</DIV></TD>
<TD width="84%" bgColor=#f2f2f2><%
set rs_links=server.createobject("adodb.recordset")
sqltext4="select top 10 * from links order by id desc"
rs_links.open sqltext4,conn,1,1
i=0
do while not rs_links.eof%>
<a href="<%=rs_links("link")%>" title="<%=rs_links("note")%>"target="_blank"><%=rs_links("name")%></a>
<%rs_links.movenext
i=i+1
if i=10 then exit do
loop
rs_links.close %></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD background=img/naBialym.gif><IMG height=1
src="img/1x1_pix.gif" width=10></TD>
</TR>
<TR>
<TD>
<DIV align=left>
<p><br>
</p>
</DIV></TD>
</TR>
</TBODY>
</TABLE>
<table width="766" height="39" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top" background="images/px.jpg" style="background-position:right; background-repeat:repeat-y "> </td>
</tr>
<tr>
<td width="434" valign="top" background="images/px.jpg" style="background-position:right; background-repeat:repeat-y "> </td>
<td width="222" valign="top" style="padding-top:5px "> </td>
</tr>
<tr>
<td colspan="2" valign="top" background="images/px.jpg" style="background-position:right; background-repeat:repeat-y "> </td>
</tr>
</table>
<table width="766" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#E0E0E0">
<tr>
<td height="5"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -