Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<%
2
'=====================================================
3
'					   FOOTER
4
'=====================================================
5
%>
6
 
7
<!-- NOTE MANAGER ------->
3959 dpurdie 8
<%If (not IsEmpty(Eval("haveCommonSubs"))) Then %>
119 ghuddy 9
<!--#include file="notemanager/note_body.asp"-->
3959 dpurdie 10
<%End If%>
119 ghuddy 11
 
3959 dpurdie 12
<!-- DEBUG MESSAGE ------->
13
<%If (not IsEmpty(Eval("rmDebug"))) Then
14
  If rmDebug <> "" Then%>
15
    <table class="full_table top_border" bgcolor="#F78181">
16
    <tr><td class="err_sol">RmDebug: <%=rmDebug%>
17
    </td></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>
121 hknight 25
  <tr>
3959 dpurdie 26
    <td align="left">
27
        <span class="mmItem"><a href="http://bms/" title="Vix Intranet" target="_blank">
28
            <img src="<%=strRelativePath%>images/erg_logo.gif" height="28" border="0"></a>
29
        </span>
119 ghuddy 30
    </td>
3959 dpurdie 31
    <td align="right" valign=center noWrap>
32
        <a class="mmItem" href="mailto:<%=ADMIN_EMAIL%>?subject=Request for change" >Contact&nbsp;us</a>
33
        &nbsp;|&nbsp;
34
        <span class="mmItem"> Copyright &copy;2002-2013 &nbsp;&nbsp;</span.
35
    </td>
119 ghuddy 36
  </tr>
37
</table>
38
 
39
<!-- DESTRUCTOR ------->
40
<!--#include file="common/destructor.asp"-->