Subversion Repositories DevTools

Rev

Rev 5512 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5354 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|			          Application List				 |
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
Dim rsQry
23
Dim parApp_id
24
Dim objAppCollector
25
'------------ CONSTANTS DECLARATION -----------
26
'------------ VARIABLE INIT -------------------
27
parApp_id = Request("app_id")
28
Set objAppCollector = CreateObject("Scripting.Dictionary")
29
'------------ CONDITIONS ----------------------
30
'----------------------------------------------
31
%>
32
<%
33
'------------ RUN BEFORE PAGE RENDER ----------
34
Call GetApplicationDetails ( parApp_id, objAppCollector )
35
objPMod.PersistInQryString ("app_id")
36
objPMod.PersistInQryString ("tree")
37
'----------------------------------------------
38
%>
39
<html>
40
<head>
41
<title>Access Manager</title>
42
<link rel="shortcut icon" href="<%=FavIcon%>"/>
43
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
44
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
6658 dpurdie 46
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
5354 dpurdie 47
</head>
48
 
49
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
50
<!-- HEADER ++++++++++++++++++++++ -->
51
<!--#include file="_header.asp"-->
52
<!-- +++++++++++++++++++++++++++++ -->
53
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
54
  <tr>
55
    <td width="1%" valign="top" background="images/bg_bage_pane.gif">
56
	<!-- TREE NAVIGATOR ++++++++++++++++++++++++++++++++++++++++++++ -->
57
	<!--#include file="_treeNavigator.asp"-->  
58
	<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
59
	</td>
60
    <td width="1" background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="600"></td>
61
    <td width="100%" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="9">
62
      <tr>
63
        <td background="images/bg_drk_bage_pane.gif">
64
		  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
65
            <tr>
66
              <td nowrap class="body_txt"></td>
67
              <td align="right" nowrap class="section_ttl">Applications</td>
68
            </tr>
69
          </table>
70
		</td>
71
      </tr>
72
	  <tr>
73
        <td class="menu_crumbttl"><img src="images/i_application_lrg.gif" width="18" height="18" hspace="4" align="absmiddle"><strong><%=objAppCollector.Item ("application_name")%></strong></td>
74
      </tr>
75
      <tr>
76
        <td>
77
		 <!-- DETAILS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
78
 
79
		 <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
80
         <table width="80%"  border="0" cellspacing="0" cellpadding="10">
81
           <tr>
82
             <td><table width="100%"  border="0" cellspacing="5" cellpadding="0">
83
               <tr>
84
                 <td colspan="2" class="section_ttl">Users</td>
85
                 </tr>
86
               <tr background="images/bg_drk_bage_pane.gif">
87
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
88
                 </tr>
89
               <tr>
90
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
91
                 <td width="100%" valign="top" class="body_row"><a href="UserList.asp?tree=<%=Request("tree") &"_"& arrAppProperties( inxTNid + (nNumberofProperties * 0) )%><%=objPMod.ComposeURLWithout("tree")%>" class="body_link">Manage Users for this Application</a><br>
92
                   Here you can add or remove user to this application, <br>
93
                   with option to view brief user details.</td>
94
               </tr>
95
             </table></td>
96
             <td><table width="100%"  border="0" cellspacing="5" cellpadding="0">
97
               <tr>
98
                 <td colspan="2" class="section_ttl">Roles</td>
99
               </tr>
100
               <tr background="images/bg_drk_bage_pane.gif">
101
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
102
               </tr>
103
               <tr>
104
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
105
                 <td width="100%" valign="top" class="body_row"><a href="RoleList.asp?tree=<%=Request("tree") &"_"& arrAppProperties( inxTNid + (nNumberofProperties * 1) )%><%=objPMod.ComposeURLWithout("tree")%>" class="body_link">Manage Roles for this Application</a><br>
106
                   Manage roles and permissions for this application,<br> 
107
                   then assign them to the users. </td>
108
               </tr>
109
             </table></td>
110
           </tr>
111
           <tr>
112
             <td><table width="100%"  border="0" cellspacing="5" cellpadding="0">
113
               <tr>
114
                 <td colspan="2" class="section_ttl">Actions</td>
115
               </tr>
116
               <tr background="images/bg_drk_bage_pane.gif">
117
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
118
               </tr>
119
               <tr>
120
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
121
                 <td width="100%" valign="top" class="body_row"><a href="ControlList.asp?tree=<%=Request("tree") &"_"& arrAppProperties( inxTNid + (nNumberofProperties * 2) )%><%=objPMod.ComposeURLWithout("tree")%>" class="body_link">Manage Actions for this Application </a><br>
122
                   Use action objects within application's source code<br>
123
                   to control access.</td>
124
               </tr>
125
             </table></td>
126
             <td>
127
 
128
			 <table width="100%"  border="0" cellspacing="5" cellpadding="0">
129
               <tr>
130
                 <td colspan="2" class="section_ttl">Pages</td>
131
               </tr>
132
               <tr background="images/bg_drk_bage_pane.gif">
133
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
134
               </tr>
135
               <tr>
136
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
137
                 <td width="100%" valign="top" class="body_row"><!-- <a href="PageList.asp?tree=<%'Request("tree") &"_"& arrAppProperties( inxTNid + (nNumberofProperties * 3) )%><%=objPMod.ComposeURLWithout("tree")%>" class="body_link">Manage Pages for this Application</a><br> -->
138
                   Define application web pages for<br>
139
                   page access control. </td>
140
               </tr>
141
             </table>
142
 
143
			 </td>
144
           </tr>
145
         </table>
146
         <br></td>
147
      </tr>
148
    </table></td>
149
  </tr>
150
</table>
151
<!-- FOOTER ++++++++++++++++++++++ -->
152
<!--#include file="_footer.asp"-->
153
<!-- +++++++++++++++++++++++++++++ -->
154
</body>
155
</html>
156
<%
157
'------------ RUN AFTER PAGE RENDER -----------
158
'----------------------------------------------
159
%>
2 rsolanki 160
<!--#include file="common/globals_destructor.asp"-->