Subversion Repositories DevTools

Rev

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

Rev 3943 Rev 5354
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
'------------ RUN BEFORE CONTROL RENDER -------
11
      </tr>
12
'----------------------------------------------
12
    </table>
-
 
13
<%End If%>
13
%>
14
 
-
 
15
<!-- FOOTER BANNER ------->
14
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
16
<table class="full_table top_border" bgcolor="#FFFFFF" height=30>
15
  <tr>
-
 
16
  <tr>
17
  <tr>
17
    <td colspan=2 background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
-
 
18
  </tr>
-
 
19
    <td>
18
    <td align="left">
-
 
19
        <span class="mmItem"><a href="http://bms/" title="Vix Intranet" target="_blank">
20
        <a href="http://bms/" title="Vix Intranet" target="_blank"><img src="images/erg_logo.gif" height="28" border="0"></a>
20
            <img src="<%=strRelativePath%>images/erg_logo.gif" height="28" border="0" style="display: block;"></a>
-
 
21
        </span>
21
    </td>
22
    </td>
22
    <td align="right" class="mmenu_txt">
23
    <td align="right" valign=center noWrap>
23
        <a href="mailto:<%=ADMIN_EMAIL%>" class="mmenu_link">Contact Administrator</a>&nbsp;&nbsp;|&nbsp;&nbsp;Copyright&copy;&nbsp;2002-2013&nbsp;&nbsp;
24
        <span class="mmItem"> Copyright &copy;Vix Technology (Aust) Ltd&nbsp;&nbsp;</span.
24
    </td>
25
    </td>
25
  </tr>
26
  </tr>
26
</table>
27
</table>
27
<%
-
 
28
'------------ RUN AFTER CONTROL RENDER --------
-
 
29
'----------------------------------------------
-
 
30
%>
-
 
31
28
<!-- DESTRUCTOR ------->
-
 
29
 
-
 
30