⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_help.asp

📁 jsp 同学录源码
💻 ASP
字号:
<%
'===================================================================
'= ASP FILENAME	: /admin/admin_help.asp
'= CREATED TIME : Feb,08,2004
'= LAST MODIFIED: Feb,08,2004
'= VERSION INFO : CCASP Framework Ver 2.0.1 ALL RIGHTS RESERVED BY www.cclinux.com
'= DESCRIPTION  : administrator handbook
'= Change Log:
'===================================================================
%>

<!-- #include file = "../inc/inc_class_def.asp" -->

<!-- #include file = "../inc/inc_db_func.asp" -->
<!-- #include file = "../class/class_db.asp" -->

<!-- #include file = "../inc/inc_pub_func.asp" -->

<!-- #include file = "../class/class_html_form.asp" -->
<!-- #include file = "../class/class_html_table.asp" -->
<!-- #include file = "../main_func.asp" -->

<!-- #include file = "./admin_func.asp" -->

<!-- #include file = "../js/comm_func.js" -->

<%
Const CONST_PAGE_FILE = "admin/admin_help.asp"
GBL_strHomeURL = "../"

Call AdminCheckExec()

Dim clsPubDB
Set clsPubDB = New classDBOprt

Call SiteHead("管理员手册")

Call CheckPostExist("ShowAdminHandBook")

Call ExeSysAdminQst()

Set clsPubDB = Nothing

%>
<%
'=============== FUNCTION BODY BEGIN ===============================
'===================================================================
'= Sub		    : ShowAdminHandBook()
'= Time		    : Created At DEC,14,2003
'= Input        : None
'= Output       : None
'= Called by    : 
'= Calls        : None
'= Description  : the administrator handbook
'===================================================================
Sub ShowAdminHandBook()
%>
	<table cellpadding="3" cellspacing="1" align="center" >
		<tr>
			<td align=center class="CSS_FONT3">
				<% = MakeTitle("使用说明") %>
			</td>
		</tr>
		<tr >
			<td  align="left">
			<!-- 使用说明 -->
			<!--#include file="./admin_handbook_txt.asp"-->
			</td>
		</tr>
	</table>
	</form>
	<%

End Sub
'================ End of Sub  ShowAdminHandBook() ==================
'=============== FUNCTION BODY END =================================
%>

⌨️ 快捷键说明

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