Subversion Repositories DevTools

Rev

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

Rev 2744 Rev 3959
Line 3... Line 3...
3
'					   FOOTER
3
'					   FOOTER
4
'=====================================================
4
'=====================================================
5
%>
5
%>
6
 
6
 
7
<!-- NOTE MANAGER ------->
7
<!-- NOTE MANAGER ------->
-
 
8
<%If (not IsEmpty(Eval("haveCommonSubs"))) Then %>
8
<!--#include file="notemanager/note_body.asp"-->
9
<!--#include file="notemanager/note_body.asp"-->
-
 
10
<%End If%>
9
 
11
 
-
 
12
<!-- DEBUG MESSAGE ------->
10
<table width="100%" border="0" cellspacing="0" cellpadding="0">
13
<%If (not IsEmpty(Eval("rmDebug"))) Then
11
  <tr>
14
  If rmDebug <> "" Then%>
12
    <td background="images/h_dot.gif" height="1"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
15
    <table class="full_table top_border" bgcolor="#F78181">
13
    <td background="images/h_dot.gif" height="1"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
16
    <tr><td class="err_sol">RmDebug: <%=rmDebug%>
-
 
17
    </td></tr>
14
  </tr>
18
    </table>
-
 
19
<%
-
 
20
  End If
-
 
21
End If%>
-
 
22
 
-
 
23
<!-- FOOTER BANNER ------->
-
 
24
<table class="full_table top_border" bgcolor="#FFFFFF" height=35>
15
  <tr>
25
  <tr>
16
    <td bgcolor="#FFFFFF">
26
    <td align="left">
17
      <table width="50" border="0" cellspacing="0" cellpadding="0">
-
 
18
        <tr>
-
 
19
          <td bgcolor="#FFFFFF"><span class="mmItem"><a href="http://bms/" title="Vix Intranet" target="_blank"><img src="images/erg_logo.gif" width="206" height="28" border="0"></a></span></td>
27
        <span class="mmItem"><a href="http://bms/" title="Vix Intranet" target="_blank">
20
          <td align="right" nowrap bgcolor="#FFFFFF"><img src="images/s_masslogo_w.gif" width="22" height="17" hspace="5"></td>
28
            <img src="<%=strRelativePath%>images/erg_logo.gif" height="28" border="0"></a>
21
          <td nowrap bgcolor="#FFFFFF"class="mmItem">&nbsp;mass</td>
-
 
22
        </tr>
29
        </span>
23
      </table>      </td>
30
    </td>
24
    <td align="right" bgcolor="#FFFFFF">
31
    <td align="right" valign=center noWrap>
25
      <table bgcolor=#ffffff border=0 cellpadding=0 cellspacing=0 height=35>
-
 
26
        <tr>
-
 
27
          <td align=middle valign=center noWrap bgcolor="#FFFFFF"><a class=mmItem href="mailto:<%=ADMIN_EMAIL%>?subject=Request for change" >Contact&nbsp;us</a></td>
32
        <a class="mmItem" href="mailto:<%=ADMIN_EMAIL%>?subject=Request for change" >Contact&nbsp;us</a>
28
          <td align=middle bgcolor="#FFFFFF">&nbsp;|&nbsp;</td>
33
        &nbsp;|&nbsp;
29
          <td align=middle valign=center noWrap bgcolor="#FFFFFF" class=mmItem> Copyright &copy;2002-2013 &nbsp;&nbsp;</td>
34
        <span class="mmItem"> Copyright &copy;2002-2013 &nbsp;&nbsp;</span.
30
        </tr>
-
 
31
      </table>
-
 
32
    </td>
35
    </td>
33
  </tr>
36
  </tr>
34
</table>
37
</table>
35
 
38
 
36
<!-- DESTRUCTOR ------->
39
<!-- DESTRUCTOR ------->