📄 top.asp
字号:
<script>
function preloadImg(src)
{
var img=new Image();
img.src=src
}
preloadImg("images/admin_top_open.gif");
var displayBar=true;
function switchBar(obj)
{
if (displayBar)
{
parent.frame.cols="0,*";
displayBar=false;
obj.src="images/admin_top_open.gif";
obj.title="打开左边管理菜单";
}
else{
parent.frame.cols="180,*";
displayBar=true;
obj.src="images/admin_top_close.gif";
obj.title="关闭左边管理菜单";
}
}
</script>
<TABLE cellSpacing=0 cellPadding=3 align=center style="width:100%" border=0>
<TR>
<td class=BodyTitle height=25><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD width="9%" align="left"><img onClick="switchBar(this)" src="images/admin_top_close.gif" title="关闭左边管理菜单" style="cursor:hand"></TD>
<TD width="49%" style="FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000;"><%=WebTitle%>管理系统控制面板 </TD>
<TD width="17%" style="FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000;"><a href=admin_password.asp target=main></a> </TD>
<TD width="23%" id=spid style="FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFF9,offx=1,offy=1); COLOR: #FF3300;"></TD>
<TD width="2%" align=right><A href=../ target=_top><img src="images/i_home.gif" title="返回首页" border=0></A></TD>
</TR>
</TABLE></TD> </TR>
<TR><TD height=10></TD></TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -