ASP template page

来源:互联网 发布:中国的科技水平 知乎 编辑:程序博客网 时间:2024/05/29 15:01
<%    'Tidus
    'PAGE DESC:
    '    This is template for etnl page which including HTML, not applicable for a control page.
    '
    'CREATED BY        :    Tidus
    'CREATED DATE    :    2007/01/28
    'CHANGE DATE    CHANGE BY    CHANGE REF.    CHANGE DESC
    '
    '
    '
    '
    '
%>


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

<%'DEFINE PAGE LEVEL VARIABLE
Page_Title                ="Blank Template Page"        'the title for the page
Page_ShowTopMenu        =true                        'Whether show Top Menu or not
Page_ShowLeftNav        =true                        'Whether show left Navigation or not
Page_ShowOfflineTool    =false                        'Whether show OfflineTool link at top right corner
Mod_ID                    ="00"                        'Indicate which Menu ID
Sub_Mod_ID                ="00"                        'Whether show OfflineTool link at top right corner
%>

<% 'LANGUAGE FILE INCLUDE

%>



<!--#include file="include/HTML_HEAD_TAG.asp"-->
<body>
<div id="document">
<table cellpadding="0" cellspacing="0" border="0">
    
<!-- TOP BEGIN -->
    
<tr valign="top" >
        
<td colspan="2" id="footCell">    
            
<!--#include file="include/HTML_TOP.asp"-->
        
</td>    
    
</tr>
    
<!-- TOP END -->
    
    
<tr valign="top" >
        
<% if Page_ShowLeftNav then %>
        
<!-- LEFT NAVIAGATION BEGIN -->
        
<td id="leftNav">
            
<!--#include file="include/SUB_MOD.asp"-->
        
</td>
        
<!-- LEFT NAVIAGATION END -->
        
<% end if %>
        
        
<td id="main">
            
<div id="mainBody" class="content_01">
                
<!-- MAIN CONTENT BEGIN -->
                
<%
                
'Before Main Content ASP Begin


                
'Before Main Content ASP End
                
%>

                
<!-- Before Java Script Begin-->
                
<script language="javascript">
                
                
</script>
                
<!-- Before Java Script End -->


                
<!--Main Logic End Begin-->
                Main Content Put Here

                
                
<!-- Main Logic End -->

                
<%
                
'After Main Content ASP Begin


                
'After Main Content ASP End
                
%>


                
<!-- After Java Script Begin-->
                
<script language="javascript">
                
                
</script>
                
<!-- After Java Script End -->                

            
</div>
        
</td>
    
</tr>

    
<!-- FOOTER BEGIN-->
    
<tr valign="top" align="center">
        
<td colspan="2" id="footCell">
            
<!--#include file="include/Foot_Links.asp"-->
        
</td>
    
</tr>
    
<tr valign="top">
        
<td colspan="2" id="footCell">
        
<!--#include file="include/HTML_FOOT.asp"-->
        
</td>
    
</tr>
    
<!-- FOOTER END -->
</table>
</div>
</body>
</html>
<%'END APS CODE IF ANY

%>
<!--#include file="include/ASP_END.asp"-->
 
原创粉丝点击