?? admin_sysinfo.asp
字號:
<!--#include file="Inc/config.asp" -->
<%
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.cachecontrol = "no-cache"
If Request.QueryString("SysShow")="Sys_Top" Then
Call Sys_Top()
End If
If Request.QueryString("SysShow")="Sys_Bottom" Then
Call Sys_Bottom()
End If
Sub Sys_Top()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>JXC系統(tǒng)</title>
<link href="other/Admin.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
jxc {
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.jxcSysTem.cols="0,*";
displayBar=false;
//obj.src="open.gif";
jxcSysTemSwitch.innerText="打開控制面板";
obj.title="打開控制面板";
}
else{
parent.jxcSysTem.cols="180,*";
displayBar=true;
jxcSysTemSwitch.innerText="關(guān)閉控制面板";
//obj.src="close.gif";
obj.title="關(guān)閉控制面板";
}
}
</SCRIPT>
<body bgcolor="#00659c" leftmargin="0" topmargin="0">
<base target="jxcSys_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/jxc_skin/jxc_admintop.gif">
<tr>
<td width="140" height="36" align="left"> <font color="#FFFFFF">
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -