📄 admin_index_top.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../inc/config.asp"-->
<html>
<head>
<title>顶部管理导航菜单</title>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<style type='text/css'>
a:link { color:#ffffff;text-decoration:none}
a:hover {color:#ffffff;}
a:visited {color:#f0f0f0;text-decoration:none}
.spa {FONT-SIZE: 9pt; FILTER: Glow(Color=#0F42A6, Strength=2) dropshadow(Color=#0F42A6, OffX=2, OffY=1,); COLOR: #8AADE9; FONT-FAMILY: '宋体'}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target='main'>
<script language='JavaScript' type='text/JavaScript'>
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='200,*';
displayBar=true;
obj.src='image/admin_top_close.gif';
obj.title='关闭左边管理导航菜单';
}
}
</script>
</head>
<body background='image/admin_top_bg.gif' leftmargin='0' topmargin='0'>
<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr valign='middle'>
<td width=60><img src='image/admin_top_close.gif' width="36" height="53" style='cursor:hand' title='关闭左边管理导航菜单' onclick='switchBar(this)'></td>
<td width=92><a href='Admin_Manage.asp'><img src='image/top_an_1.gif' border='0'></a></td>
<td width=92><a href='AdminMaillist.asp'><img src='image/top_an_2.gif' border='0'></a></td>
<td width=92><a href='Admin_Order.asp'><img src='image/top_an_4.gif' width="92" height="53" border='0'></a></td>
<td width=93><a href='http://www.glgk.com/help/'><img src='image/top_an_6.gif' border='0' /></a><a href='Admin_Cache.asp'></a></td>
<td width=104><a href='../index.asp' target="_parent"><img src='image/top_an_5.gif' width="92" height="53" border='0' /></a></td>
<td width="462" align='right' class='spa'><%=SiteName & "--后台管理"%> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -