Subversion Repositories DevTools

Rev

Rev 3947 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3947 Rev 5355
Line 1... Line 1...
1
<%
1
<%
2
'===================================================================
2
'===================================================================
3
'						Footer
3
'						Footer
4
'===================================================================
4
'===================================================================
5
%>
5
%>
6
<%
-
 
7
'------------ VARIABLE DEFINITION -------------
6
<!-- DEBUG MESSAGE ------->
8
'------------ CONSTANTS DECLARATION -----------
7
<%If isDefined("rmDebug") Then%>
9
'------------ VARIABLE INIT -------------------
8
    <table class="full_table top_border rmDebug">
-
 
9
      <tr>
10
'----------------------------------------------
10
        <td>RmDebug: <%=rmDebug%></td>
-
 
11
      </tr>
-
 
12
    </table>
11
%>
13
<%End If%>
12
<%
14
 
13
'------------ RUN BEFORE CONTROL RENDER -------
15
<!-- FOOTER BANNER ------->
14
'----------------------------------------------
-
 
15
%>
-
 
16
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
16
<table class="full_table" bgcolor="#BAD7EA" height=30>
17
  <tr>
17
  <tr>
-
 
18
    <td align="left">
18
    <td valign="top" background="images/bg_lite_blue.gif"><a href="http://bms/" title="Vix Intranet" target="_blank"><img src="images/erg_logo.gif" width="206" height="28" border="0"></a></td>
19
        <span class="mmItem"><a href="http://bms/" title="Vix Intranet" target="_blank">
19
    <td align="right" background="images/bg_lite_blue.gif" class="body_linkdbtxt"><a href="mailto:<%=ADMIN_EMAIL%>" class="body_linkdb">Contact Administrator</a>&nbsp;&nbsp;|
20
            <img src="<%=strRelativePath%>images/erg_logo.gif" height="28" border="0" style="display: block;"></a>
-
 
21
        </span>
-
 
22
    </td>
20
	&nbsp;&nbsp;<a href="AdminDefault.asp" class="body_linkdb">Configuration</a>&nbsp;&nbsp;|
23
    <td align="right" valign=center noWrap>
21
	&nbsp;&nbsp;Copyright <span class="mmItem">&copy;2002-2013</span>&nbsp;&nbsp;</td>
24
        <span class="mmItem"> Copyright &copy;Vix Technology (Aust) Ltd&nbsp;&nbsp;</span.
-
 
25
    </td>
22
  </tr>
26
  </tr>
23
</table>
27
</table>
-
 
28
<!-- DESTRUCTOR ------->
24
<%
29
 
25
'------------ RUN AFTER CONTROL RENDER --------
-
 
26
'----------------------------------------------
-
 
27
%>
30