Subversion Repositories DevTools

Rev

Rev 3878 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%
'=====================================================
'                                          FOOTER
'=====================================================
%>

<!-- NOTE MANAGER ------->
<%If (not IsEmpty(Eval("haveCommonSubs"))) Then %>
<!--#include file="notemanager/note_body.asp"-->
<%End If%>

<!-- DEBUG MESSAGE ------->
<%If (not IsEmpty(Eval("rmDebug"))) Then
  If rmDebug <> "" Then%>
    <table class="full_table top_border" bgcolor="#F78181">
    <tr><td class="err_sol">RmDebug: <%=rmDebug%>
    </td></tr>
    </table>
<%
  End If
End If%>

<!-- FOOTER BANNER ------->
<table class="full_table top_border" bgcolor="#FFFFFF" height=35>
  <tr>
    <td align="left">
        <span class="mmItem"><a href="http://bms/" title="Vix Intranet" target="_blank">
            <img src="<%=strRelativePath%>images/erg_logo.gif" height="28" border="0"></a>
        </span>
    </td>
    <td align="right" valign=center noWrap>
        <a class="mmItem" href="mailto:<%=ADMIN_EMAIL%>?subject=Request for change" >Contact&nbsp;us</a>
        &nbsp;|&nbsp;
        <span class="mmItem"> Copyright &copy;2002-2013 &nbsp;&nbsp;</span.
    </td>
  </tr>
</table>

<!-- DESTRUCTOR ------->
<!--#include file="common/destructor.asp"-->