Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 rsolanki 1
<%
2
'===================================================================
3
'						Footer
4
'===================================================================
5
%>
6
<%
7
'------------ VARIABLE DEFINITION -------------
8
'------------ CONSTANTS DECLARATION -----------
9
'------------ VARIABLE INIT -------------------
10
'----------------------------------------------
11
'------------ RUN BEFORE CONTROL RENDER -------
12
'----------------------------------------------
13
%>
14
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
15
  <tr>
16
  <tr>
3943 dpurdie 17
    <td colspan=2 background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
2 rsolanki 18
  </tr>
3943 dpurdie 19
    <td>
20
        <a href="http://bms/" title="Vix Intranet" target="_blank"><img src="images/erg_logo.gif" height="28" border="0"></a>
21
    </td>
22
    <td align="right" class="mmenu_txt">
23
        <a href="mailto:<%=ADMIN_EMAIL%>" class="mmenu_link">Contact Administrator</a>&nbsp;&nbsp;|&nbsp;&nbsp;Copyright&copy;&nbsp;2002-2013&nbsp;&nbsp;
24
    </td>
2 rsolanki 25
  </tr>
26
</table>
27
<%
28
'------------ RUN AFTER CONTROL RENDER --------
29
'----------------------------------------------
30
%>