Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 rsolanki 1
<%
2
'===================================================================
3
'						Header
4
'===================================================================
5
%>
6
<%
7
'------------ VARIABLE DEFINITION -------------
8
'------------ CONSTANTS DECLARATION -----------
9
'------------ VARIABLE INIT -------------------
10
'----------------------------------------------
11
%>
12
<%
13
'------------ RUN BEFORE CONTROL RENDER -------
14
'----------------------------------------------
15
%>
16
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
17
  <tr>
18
    <td><table width="100%"  border="0" cellspacing="3" cellpadding="0">
19
      <tr>
20
        <td><a href="../Default.asp"><img src="../images/i_access_manager_logo.gif" alt="Home" width="138" height="32" hspace="2" vspace="7" border="0"></a></td>
21
        <td align="right">&nbsp;</td>
22
      </tr>
23
    </table></td>
24
  </tr>
25
  <tr>
26
    <td background="../images/bg_drk_gray_border.gif"><img src="../images/spacer.gif" width="1" height="1"></td>
27
  </tr>
28
</table>
29
<%
30
'------------ RUN AFTER CONTROL RENDER --------
31
'----------------------------------------------
32
%>