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
%>
12
<%
13
'------------ RUN BEFORE CONTROL RENDER -------
14
'----------------------------------------------
15
%>
16
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
17
  <tr>
18
    <td background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
19
  </tr>
20
  <tr>
21
    <td><img src="images/spacer.gif" width="1" height="2"></td>
22
  </tr>
23
  <tr>
24
    <td background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
25
  </tr>
26
  <tr>
27
    <td><table width="100%"  border="0" cellspacing="3" cellpadding="0">
28
      <tr>
10 brianf 29
        <td class="mmenu_txt"><a href="http://bms"><img src="images/img_erg_logo.gif" alt="ERG Intranet" width="147" height="18" hspace="5" vspace="5" border="0"></a></td>
6 ghuddy 30
        <td align="right" nowrap class="mmenu_txt"><a href="mailto:<%=ADMIN_EMAIL%>" class="mmenu_link">Contact Administrator</a>&nbsp;&nbsp;|&nbsp;&nbsp;Copyright 2004-2008  </td>
2 rsolanki 31
      </tr>
32
    </table></td>
33
  </tr>
34
</table>
35
<%
36
'------------ RUN AFTER CONTROL RENDER --------
37
'----------------------------------------------
38
%>