📄 admin_zf11sysinfo.asp
字号:
<!--#include file="setting.asp"-->
<!--#include file="../Include/check.asp"-->
<%
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.cachecontrol = "no-cache"
Call CheckAdmin1()
If Request.QueryString("zf11SysShow")="zf11Sys_Top" Then
Call zf11Sys_Top()
End If
Sub zf11Sys_Top()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理_中国站长俱乐部Club.Cn0797.Cn</title>
<link href="../other/zf11_style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
zf11 {
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.zf11SysTem.cols="0,*";
displayBar=false;
obj.src="../images/admin/open.gif";
obj.title="打开控制面板";
}
else{
parent.zf11SysTem.cols="180,*";
displayBar=true;
obj.src="../images/admin/close.gif";
obj.title="关闭控制面板";
}
}
</SCRIPT>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<base target="zf11Sys_Main" oncontextmenu=self.event.returnValue=false>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=36>
<table class="C_Headerbg" cellSpacing="0" cellPadding="0" width="101%" border="0">
<tr>
<td class="C_HeaderLeft" width="12"> </td>
<td width="132"><a href="../index.asp" target="_blank"><IMG height="34" alt="夏茂镇政府网站" src="../images/admin/JiSu_Admin_08.gif" width="130" border="0"></a></td>
<td vAlign="top" align="right" width="68" ><IMG title="关闭左边管理导航菜单" style="CURSOR: hand" onClick="switchBar(this)" src="../images/admin/open.gif">
</td>
<td width="221" align="left"></td>
<td align="center" width="335">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="335" height="25" >
<tr>
<td width="15"></td>
<td width="300" ></td>
<td width="20" ></td>
</tr>
</table>
</div>
</td>
<td class="C_HeaderMiddle" style="FONT-WEIGHT: bold" vAlign="top" align="center" width="227">
<a href="admin_default.asp" target="zf11Sys_Main"><font color="#FFFFFF">管理首页</font></a>
|
<b><a href="Admin_login.asp?Action=LoginOut" target="_top" style="color: #FFFFFF" onClick="return confirm('确定退出吗?\n\n退出后自动关闭窗口!');">退出管理</a></b></font></strong></td>
<td class="C_HeaderRight" width="14"> </td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</body></html>
<%
End Sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -