?? user_announce.asp
字號(hào):
<%
'===================================================================
'= ASP FILENAME : /user/user_announce.asp
'= CREATED TIME : 2006-5-4
'= LAST MODIFIED: 2006-5-4
'= VERSION INFO : CCASP Framework Ver 2.0.1 ALL RIGHTS RESERVED BY www.cclinux.com
'= DESCRIPTION : 注冊(cè)條款和聲明
'= Change Log :
'===================================================================
%>
<!-- #include file = "../inc/customer/include_customer_action_view.asp" -->
<!-- #include file = "../main_func.asp" -->
<!-- #include file = "./user_inc.asp" -->
<%
'========================================================
'== Action參數(shù)設(shè)置
'========================================================
'== 頁(yè)面名
Const CONST_PAGE_FILE = "user/user_announce.asp"
'== 頁(yè)面標(biāo)題/功能
Const CONST_PAGE_TITLE = "注冊(cè)條款和聲明"
'== 功能函數(shù)名字空間
Const CONST_ACTION_FUNC = "ShowUserRegAnnounceCtl"
'== 相對(duì)根目錄路徑
GBL_strHomeURL = "../"
'== 頁(yè)面構(gòu)造
Call ActionBuild()
'== 在模板中引用的標(biāo)簽變量
Dim TAG_strVerifyCode '== 表單校驗(yàn)
Dim TAG_objDicUnit '== 單列記錄
'== 請(qǐng)求校驗(yàn)與過(guò)濾
Call ActionFilter(CONST_PAGE_FILE,CONST_ACTION_FUNC)
'== 頁(yè)面析構(gòu)
Call ActionOver()
%>
<%
'===================================================================
'= Function : LoadPageTpl()
'= Time : Created At 2006-5-4
'= Description : 加載頁(yè)面模塊
'===================================================================
Function LoadPageTpl()
%>
<!-- #include file = "../template_c/page_user_announce.html.asp" -->
<%
End Function
'===================================================================
'= Function : ShowUserRegAnnounceCtl()
'= Time : Created At 2006-6-26
'= Input : None
'= Table :
'= Description : 注冊(cè)條款和聲明
'===================================================================
Function ShowUserRegAnnounceCtl()
End Function
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -