📄 copyright.asp
字号:
<%
if Left(PageName,5)="admin" then TableWidth=760
%>
<table width=<%=TableWidth%> border=0 cellspacing=0 cellpadding=0>
<tr>
<TD BGCOLOR=<%=Out1Color%> WIDTH=1></TD>
<TD BGCOLOR=<%=Out2Color%> background="<%=HHB3_img%>" WIDTH=<%=Out2Width%>>
<td style="BORDER-TOP: <%=Out3Color%> 1px double" bgcolor=<%=Out2Color%> background="<%=HHB3_img%>" height=25 align=center class=top4>
<img src="IMAGES/top2.gif" width="13" height="12"> <a class=top4 href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=WebUrl%>');">设为首页</a>
<img src="IMAGES/top3.gif" width="13" height="12"> <a class=bottom href="#" onclick=window.external.AddFavorite(location.href,document.title);>加入收藏</a>
<img src="IMAGES/top1.gif" width="13" height="12"> <a class=top4 href="mailto:<%=AdminEmail%>">联系站长</a> <img src="IMAGES/top2.gif" width="13" height="12"> <a class=top4 href="admin_login.asp" target=_blank>管理入口</a>
</td>
<TD BGCOLOR=<%=Out2Color%> background="<%=HHB1_img%>" WIDTH=<%=Out2Width%>></TD>
<TD BGCOLOR=<%=Out1Color%> WIDTH=1></TD>
</tr>
</table>
<table border=0 width=<%=TableWidth%> cellspacing=0 cellpadding=0 bgcolor="<%=BottomBgcolor%>" background="<%=BottomBgImg%>">
<tr><td width=100% BGCOLOR=<%=Out1Color%> height=1></td></tr>
<tr><td width=100% height=6></td></tr><tr><td width=100% align=center class=bottom><%=Copyright%></td></tr>
<tr>
<td width=100% align=center class=bottom>版权所有:</font><a href=http://www.ahljez.cn><font face=Verdana, Arial, Helvetica, sans-serif><b>AhLjez<font color=#CC0000>.Cn</font></b></font></a>
制作维护:<a class=bottom href="mailto:wangygang@163.com" target=_blank>庐江二中校园网络中心</a>
版本信息:<a class=bottom ><%=Ver%></a><br>
<%endtime=timer()%>
本页执行时间:<%=FormatNumber((endtime-startime)*1000,3)%> 毫秒
</td>
</tr>
</table>
</div>
</body>
</html>
<%
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -