www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > admin/admin_help.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 =================================
%>