Subversion Repositories DevTools

Rev

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

Rev 1282 Rev 3941
Line 6... Line 6...
6
<%
6
<%
7
'------------ VARIABLE DEFINITION -------------
7
'------------ VARIABLE DEFINITION -------------
8
'------------ CONSTANTS DECLARATION -----------
8
'------------ CONSTANTS DECLARATION -----------
9
'------------ VARIABLE INIT -------------------
9
'------------ VARIABLE INIT -------------------
10
'----------------------------------------------
10
'----------------------------------------------
11
%>
-
 
12
<%
-
 
13
'------------ RUN BEFORE CONTROL RENDER -------
11
'------------ RUN BEFORE CONTROL RENDER -------
14
'----------------------------------------------
12
'----------------------------------------------
15
%>
13
%>
16
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
14
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
17
  <tr>
15
  <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>
16
  <tr>
24
    <td background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
17
    <td colspan=2 background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
25
  </tr>
18
  </tr>
26
  <tr>
19
    <td>
27
    <td><table width="100%"  border="0" cellspacing="3" cellpadding="0">
20
        <a href="http://bms/" title="Vix Intranet" target="_blank"><img src="images/erg_logo.gif" height="28" border="0"></a>
28
      <tr>
21
    </td>
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>
22
    <td align="right" class="mmenu_txt">
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>
23
        <a href="mailto:<%=ADMIN_EMAIL%>" class="mmenu_link">Contact Administrator</a>&nbsp;&nbsp;|&nbsp;&nbsp;Copyright&copy;&nbsp;2002-2013&nbsp;&nbsp;
31
      </tr>
24
    </td>
32
    </table></td>
-
 
33
  </tr>
25
  </tr>
34
</table>
26
</table>
35
<%
27
<%
36
'------------ RUN AFTER CONTROL RENDER --------
28
'------------ RUN AFTER CONTROL RENDER --------
37
'----------------------------------------------
29
'----------------------------------------------