admin_index.asp

来自「改进及新特性: 1、调整模版编辑时的流程及提示语言 2、新增sitemaps」· ASP 代码 · 共 37 行

ASP
37
字号
<!--#Include File="../conn.asp" -->
<!--#Include File="comm/inc.asp" -->
<%
'====================================================================
'= Team Elite - Elite Article System
'= Copyright (c) 2005 Eason Chan All Rights Reserved.
'=-------------------------------------------------------------------
'= 文件名称:/Manager/Admin_Index.asp
'= 摘    要:后台-控制台文件
'=-------------------------------------------------------------------
'= 最后更新:eason007
'= 最后日期:2005-07-26
'====================================================================

Call EA_Manager.Chk_IsMaster

Call EA_Pub.Close_Obj
Set EA_Pub=Nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>NB文章系统管理中心</title>
</head>
<frameset cols="180,*" framespacing="0" frameborder="0" border="false" id="frame" scrolling="yes">
  <frame name="leftFrame" scrolling="auto" marginwidth="0" marginheight="0" src="admin_left.asp">
  <frameset framespacing="0" border="false" rows="30,*" frameborder="0" scrolling="yes">
    <frame name="top" noresize frameborder="NO" scrolling="NO"  marginwidth="0" marginheight="0" src="admin_top.asp">
    <frame name="main" scrolling="AUTO" NORESIZE frameborder="0" marginwidth="10" marginheight="10" border="no" src="admin_main.asp">
  </frameset>
</frameset>
<noframes>
  <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
  </body>
</noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?