📄 admin_gaobeisysinfo.asp
字号:
<!--#include file="Include/Gaobei_setup.asp"-->
<!--#include file="Include/check.asp"-->
<%
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.cachecontrol = "no-cache"
Call CheckAdmin1()
If Request.QueryString("GaobeiSysShow")="GaobeiSys_Top" Then
Call GaobeiSys_Top()
End If
If Request.QueryString("GaobeiSysShow")="GaobeiSys_Bottom" Then
Call GaobeiSys_Bottom()
End If
Sub GaobeiSys_Top()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>高贝系统-后台管理</title>
<link href="other/Admin.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
Gaobei {
font-size: 10px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
-->
</style>
</head>
<SCRIPT language=JavaScript type=text/JavaScript>
var displayBar=true;
function switchBar(obj)
{
if (displayBar)
{
parent.GaobeiSysTem.cols="0,*";
displayBar=false;
//obj.src="open.gif";
GaobeiSysTemSwitch.innerText="打开控制面板";
obj.title="打开控制面板";
}
else{
parent.GaobeiSysTem.cols="180,*";
displayBar=true;
GaobeiSysTemSwitch.innerText="关闭控制面板";
//obj.src="close.gif";
obj.title="关闭控制面板";
}
}
</SCRIPT>
<body bgcolor="#00659c" leftmargin="0" topmargin="0">
<base target="GaobeiSys_Main" oncontextmenu=self.event.returnValue=false>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=36>
<table width="100%" height="56" border="0" cellpadding="0" cellspacing="0" background="images/Gaobei_skin/gaobei_admintop.gif">
<tr>
<td width="140" height="36" align="left"> <font color="#FFFFFF">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -