admin_top.asp
来自「一套开源WEB的网站管理系统」· ASP 代码 · 共 57 行
ASP
57 行
<!--#include file="setup.asp"-->
<!--#include file="check.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>管理中心</title>
<meta http-equiv=Content-Type content=text/html;charset=gb2312>
<base target="main">
<script language="javascript">
<!--
var displayBar=true;
function switchBar(obj){
if (displayBar)
{
parent.frame.cols="0,*";
displayBar=false;
obj.src="images/admin_logo_2.gif";
obj.title="打开左边管理菜单";
}
else{
parent.frame.cols="180,*";
displayBar=true;
obj.src="images/admin_logo_1.gif";
obj.title="关闭左边管理菜单";
}
}
//-->
</script>
<link href="style.css" type=text/css rel=stylesheet>
<style type=text/css>
a { color:#FFFFFF;text-decoration:none}
a:hover {color:#DBDBDB;text-decoration: underline}
td {color: #FFFFFF; font-family: "宋体";font-weight:bold;}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table cellSpacing="0" cellPadding="0" align="center" width="100%" border="0">
<tr>
<td class="BodyTitle" height="28"><table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td align="left"><img src="images/admin_logo.gif" onclick="switchBar(this)" width="150" height="32" border=0 alt="关闭左边管理菜单" style="cursor:hand"></td>
<td width="50%"><font color="FFFFAA">管理系统控制面板</font>
<a href="admin_config.asp?action=reload" target=main>重建缓存</a> <a href=admin_password.asp target=main>修改密码</a></td>
<td width="10%" noWrap align=right> </td>
<td width="35%"> </td>
<td width="5%" align=right><A href=../ target=_blank><img src="images/i_home.gif" title="返回首页" border=0></A> </TD>
</tr>
</table></td> </tr>
<tr><td bgColor="#485161" height="1"></td></tr>
<tr><td bgColor="#CDCDCD" height="1"></td></tr>
<tr><td bgColor="#B5BCC7" height="1"></td></tr>
</table>
</body>
</html>
<%
Call CloseConn
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?