📄 admin_ 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%> WIDTH=<%=Out2Width%>>
<td style="BORDER-TOP: <%=Out3Color%> 1px double" bgcolor=<%=Out2Color%> height=24 align=center class=top4>
| <a class=top4 href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=WebUrl%>');">设为首页</a>
| <a class=top4 title=<%=WebTitle%> onClick="window.external.addFavorite('<%=WebUrl%>','<%=WebTitle%>')" href=<%=WebUrl%>>加入收藏</a>
| <a class=top4 href="mailto:<%=AdminEmail%>">联系站长</a> | <a class=top4 href="admin_login.asp" target=_blank>管理入口</a>
| </td>
<TD BGCOLOR=<%=Out2Color%> 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>授权使用:庐江二中校园网 设计制作:<a class=bottom href="mailto:wangygang@163.com" target=_blank>庐江二中网络中心</a>
版本信息:<a class=bottom href="http://www.shljez.com.cn/bbs/"><%=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 + -