Subversion Repositories DevTools

Rev

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

<%
'===================================================================
'                                               Footer
'===================================================================
%>
<!-- DEBUG MESSAGE ------->
<%If isDefined("rmDebug") Then%>
    <table class="full_table top_border rmDebug">
      <tr>
        <td>RmDebug: <%=rmDebug%></td>
      </tr>
    </table>
<%End If%>

<!-- FOOTER BANNER ------->
<table class="full_table" bgcolor="#BAD7EA" height=30>
  <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" style="display: block;"></a>
        </span>
    </td>
    <td align="right" valign=center noWrap>
        <span class="mmItem"> Copyright &copy;Vix Technology (Aust) Ltd&nbsp;&nbsp;</span.
    </td>
  </tr>
</table>
<!-- DESTRUCTOR ------->
<%  Call Destroy_All_Objects %>