Subversion Repositories DevTools

Rev

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

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