%@ LANGUAGE = VBSCRIPT %> <% OPTION EXPLICIT %> <% '************************************************************* 'PageName: index.asp 'Version: VER 1.0 'Author: AspMaker 3.0 'Create Date: 2007/03/02 10:55:01 'Description: 首页 '************************************************************* %> <% '================================================================================ ' 1. Initial Workspace '================================================================================ Call InitialWorkspace(".", PAGE_INDEX, True, False) '================================================================================ ' 2. Define All Variable '================================================================================ Dim GCSTR_TYP Dim GCSTR_SIZ Dim GCSTR_NUM Dim GCSTR_CLR_1 Dim GCSTR_CLR_2 Dim strBgClr Dim strArray Dim strTypCod Dim intLoop Dim strCurPageNum Dim PAGE_GXWH_XXFBONE Dim strSQL Dim objRecordset '================================================================================ ' 3. Get Current Data From PrePage '================================================================================ Call GetCurrentData() '================================================================================ ' 4. Export Current HTML View for Head Part '================================================================================ Call ExportHTMLHeader("欢迎访问第三届左主干暨冠状动脉分叉病变峰会") '================================================================================ ' 5. Do Processing and Redirect to Other Page '================================================================================ Call DoProcessing() '================================================================================ ' 6. Display Current Page or Redirect to Other Page '================================================================================ If Need2Redirect() = True Then Call Redirect() Else Call SetCurrentData() Call ExportHTMLBody() End If '================================================================================ ' 7. Export Current HTML View for Foot Part '================================================================================ Call ExportHTMLTail() '================================================================================ ' 8. Release Workspace '================================================================================ Call ReleaseWorkspace() %> <% '================================================================================ ' 9. Data Process Functions '================================================================================ Function GetCurrentData() 'GCSTR_CLR_1 = "#FFFFFF" 'GCSTR_CLR_2 = "#FFFFFF" End Function Function SetCurrentData() End Function Function DoProcessing() Select Case GetCommand() Case ERROR_CURRENT_RETURN: Call DoErrorReturn() Case Else: Call SetRedirectInfo("", "") End Select End Function Function DoErrorReturn() End Function %> <% '================================================================================ ' 10. HTML View Functions '================================================================================ %> <%Function ExportMeta()%> <%End Function%> <%Function ExportScriptBody()%> <%End Function%> <%Function ExportStyleBody()%> <%End Function%> <%Function ExportBodyHead()%>
<%End Function%> <%Function ExportHTMLBody()%> <% 'HTML BLOCK BEGIN %>![]() |
|