Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 rsolanki 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|				          Default					 |
6
'|                                                   |
7
'=====================================================
8
%>
9
<%
10
Option explicit
11
Response.Expires = 0
12
%>
13
<!--#include file="common/globals.asp"-->
14
<!--#include file="common/config.asp"-->
15
<!--#include file="common/common_subs.asp"-->
16
<%
17
'------------ ACCESS CONTROL ------------------
18
%>
19
<!--#include file="_access_control_general.asp"-->
20
<%
21
'------------ VARIABLE DEFINITION -------------
22
'------------ CONSTANTS DECLARATION -----------
23
'------------ VARIABLE INIT -------------------
24
'------------ CONDITIONS ----------------------
25
'----------------------------------------------
26
%>
27
<%
28
'------------ RUN BEFORE PAGE RENDER ----------
29
'----------------------------------------------
30
%>
31
<html>
32
<head>
33
<title>Access Manager</title>
34
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
35
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
36
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
37
</head>
38
 
39
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
40
<!-- HEADER ++++++++++++++++++++++ -->
41
<!--#include file="_header.asp"-->
42
<!-- +++++++++++++++++++++++++++++ -->
43
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
44
  <tr>
45
    <td width="1%" valign="top" background="images/bg_bage_pane.gif">
46
	<!-- TREE NAVIGATOR ++++++++++++++++++++++++++++++++++++++++++++ -->
47
	<!--#include file="_treeNavigator.asp"-->  
48
	<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
49
	</td>
50
    <td width="1" background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="500"></td>
51
    <td width="100%" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="9">
52
      <tr>
53
        <td background="images/bg_drk_bage_pane.gif">
54
		  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
55
            <tr>
56
              <td nowrap>&nbsp;</td>
57
              <td align="right" nowrap class="section_ttl">Home</td>
58
            </tr>
59
          </table>
60
		</td>
61
      </tr>
62
      <tr>
63
        <td class="menu_crumbttl">&nbsp;</td>
64
      </tr>
65
      <tr>
66
        <td>
67
		 <!-- DETAILS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
68
		 <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
69
         <br></td>
70
      </tr>
71
    </table></td>
72
  </tr>
73
</table>
74
<!-- FOOTER ++++++++++++++++++++++ -->
75
<!--#include file="_footer.asp"-->
76
<!-- +++++++++++++++++++++++++++++ -->
77
</body>
78
</html>
79
<%
80
'------------ RUN AFTER PAGE RENDER -----------
81
'----------------------------------------------
82
%>
83
<!--#include file="common/globals_destructor.asp"-->