📄 admin_index_top.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
a:link { color:#000000;text-decoration:none}
a:hover {color:#666666;}
a:visited {color:#000000;text-decoration:none}
td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000; FONT-FAMILY: "宋体"}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target="main">
<script>
function preloadImg(src)
{
var img=new Image();
img.src=src
}
preloadImg("image/admin_top_open.gif");
var displayBar=true;
function switchBar(obj)
{
if (displayBar)
{
parent.frame.cols="0,*";
displayBar=false;
obj.src="image/admin_top_open.gif";
obj.title="打开左边管理菜单";
}
else{
parent.frame.cols="180,*";
displayBar=true;
obj.src="image/admin_top_close.gif";
obj.title="关闭左边管理菜单";
}
}
</script>
</head>
<body background="images/admin_top_bg.gif" leftmargin="0" topmargin="0" onbeforeunload=return("你确定要关闭吗?按确定关闭当前窗口!")>
<table height="100%" width="100%" border=0 cellpadding=0 cellspacing=0>
<tr valign=middle bgcolor="#ffcccc">
<td width=5%> <img src="image/admin_top_close.gif" width="30" height="30" style="cursor:hand" title="关闭左边管理菜单" onclick="switchBar(this)">
</td>
<td width=5%><img src="image/admin_top_icon_1.gif" width="30" height="30">
</td>
<!--
<td width=40>
<img src="images/admin_top_icon_2.gif">
</td>
<td width=100>
<a href="#">我的通讯录</a>
</td>
<td width=40>
<img src="images/admin_top_icon_3.gif">
</td>
<td width=100>
<a href="#">我的备忘录</a>
</td>
<td width=40>
<img src="images/admin_top_icon_4.gif">
</td>
<td width=100>
<a href="#">我的短信息</a>
</td>
-->
<td width="14%" align="right">
<div align="left"><a href="../modify/ggpass1.htm" target="main">更改管理员密码</a> </div></td>
<td width="16%" align="right">
<div align="left"><img src="image/admin_top_icon_5.gif" width="30" height="30"><a href="add/add_admin.asp" target="main">添加管理员</a></div></td>
<td width="2%" align="right"> </td>
<td width="15%" align="right"><div align="left"><img src="../mannger/image/images/Automobi0001%2018.GIF" width="30" height="30"><a href="jiaojie1.asp" target="main">公转公台帐</a></div></td>
<td width="29%" align="right"> <div align="left"><img src="../mannger/image/images/1200cc%206.GIF" width="30" height="30"><a href="jiaojie2.asp" target="main">公转铁台账</a></div></td>
<td width="14%" align="right"> </td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -