| 2 |
rsolanki |
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 |
Const LIMG_DISK = "<img src='images/i_disk.gif' width='16' height='16' hspace='4' border='0' align='absmiddle'>"
|
|
|
27 |
'------------ VARIABLE INIT -------------------
|
|
|
28 |
parApp_id = Request("app_id")
|
|
|
29 |
Set objAppCollector = CreateObject("Scripting.Dictionary")
|
|
|
30 |
'------------ CONDITIONS ----------------------
|
|
|
31 |
'----------------------------------------------
|
|
|
32 |
%>
|
|
|
33 |
<%
|
|
|
34 |
'------------ RUN BEFORE PAGE RENDER ----------
|
|
|
35 |
Call GetApplicationDetails ( parApp_id, objAppCollector )
|
|
|
36 |
objPMod.PersistInQryString ("app_id")
|
|
|
37 |
objPMod.PersistInQryString ("tree")
|
|
|
38 |
'----------------------------------------------
|
|
|
39 |
%>
|
|
|
40 |
<html>
|
|
|
41 |
<head>
|
|
|
42 |
<title>Access Manager</title>
|
|
|
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">
|
|
|
46 |
</head>
|
|
|
47 |
|
|
|
48 |
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
|
|
|
49 |
<!-- HEADER ++++++++++++++++++++++ -->
|
|
|
50 |
<!--#include file="_header.asp"-->
|
|
|
51 |
<!-- +++++++++++++++++++++++++++++ -->
|
|
|
52 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
53 |
<tr>
|
|
|
54 |
<td width="1%" valign="top" background="images/bg_bage_pane.gif">
|
|
|
55 |
<!-- TREE NAVIGATOR ++++++++++++++++++++++++++++++++++++++++++++ -->
|
|
|
56 |
<!--#include file="_treeNavigator.asp"-->
|
|
|
57 |
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
|
|
58 |
</td>
|
|
|
59 |
<td width="1" background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="600"></td>
|
|
|
60 |
<td width="100%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="9">
|
|
|
61 |
<tr>
|
|
|
62 |
<td background="images/bg_drk_bage_pane.gif">
|
|
|
63 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
64 |
<tr>
|
|
|
65 |
<td nowrap class="body_txt"></td>
|
|
|
66 |
<td align="right" nowrap class="section_ttl">Applications</td>
|
|
|
67 |
</tr>
|
|
|
68 |
</table>
|
|
|
69 |
</td>
|
|
|
70 |
</tr>
|
|
|
71 |
<tr>
|
|
|
72 |
<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>
|
|
|
73 |
</tr>
|
|
|
74 |
<tr>
|
|
|
75 |
<td>
|
|
|
76 |
<!-- DETAILS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
|
|
77 |
|
|
|
78 |
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
|
|
79 |
<table width="80%" border="0" cellspacing="0" cellpadding="10">
|
|
|
80 |
<tr>
|
|
|
81 |
<td><table width="100%" border="0" cellspacing="5" cellpadding="0">
|
|
|
82 |
<tr>
|
|
|
83 |
<td colspan="2" class="section_ttl">Users</td>
|
|
|
84 |
</tr>
|
|
|
85 |
<tr background="images/bg_drk_bage_pane.gif">
|
|
|
86 |
<td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
|
|
|
87 |
</tr>
|
|
|
88 |
<tr>
|
|
|
89 |
<td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
|
|
|
90 |
<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>
|
|
|
91 |
Here you can add or remove user to this application, <br>
|
|
|
92 |
with option to view brief user details.</td>
|
|
|
93 |
</tr>
|
|
|
94 |
</table></td>
|
|
|
95 |
<td><table width="100%" border="0" cellspacing="5" cellpadding="0">
|
|
|
96 |
<tr>
|
|
|
97 |
<td colspan="2" class="section_ttl">Roles</td>
|
|
|
98 |
</tr>
|
|
|
99 |
<tr background="images/bg_drk_bage_pane.gif">
|
|
|
100 |
<td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
|
|
|
101 |
</tr>
|
|
|
102 |
<tr>
|
|
|
103 |
<td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
|
|
|
104 |
<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>
|
|
|
105 |
Manage roles and permissions for this application,<br>
|
|
|
106 |
then assign them to the users. </td>
|
|
|
107 |
</tr>
|
|
|
108 |
</table></td>
|
|
|
109 |
</tr>
|
|
|
110 |
<tr>
|
|
|
111 |
<td><table width="100%" border="0" cellspacing="5" cellpadding="0">
|
|
|
112 |
<tr>
|
|
|
113 |
<td colspan="2" class="section_ttl">Actions</td>
|
|
|
114 |
</tr>
|
|
|
115 |
<tr background="images/bg_drk_bage_pane.gif">
|
|
|
116 |
<td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
|
|
|
117 |
</tr>
|
|
|
118 |
<tr>
|
|
|
119 |
<td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
|
|
|
120 |
<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>
|
|
|
121 |
Use action objects within application's source code<br>
|
|
|
122 |
to control access.</td>
|
|
|
123 |
</tr>
|
|
|
124 |
</table></td>
|
|
|
125 |
<td>
|
|
|
126 |
|
|
|
127 |
<table width="100%" border="0" cellspacing="5" cellpadding="0">
|
|
|
128 |
<tr>
|
|
|
129 |
<td colspan="2" class="section_ttl">Pages</td>
|
|
|
130 |
</tr>
|
|
|
131 |
<tr background="images/bg_drk_bage_pane.gif">
|
|
|
132 |
<td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
|
|
|
133 |
</tr>
|
|
|
134 |
<tr>
|
|
|
135 |
<td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
|
|
|
136 |
<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> -->
|
|
|
137 |
Define application web pages for<br>
|
|
|
138 |
page access control. </td>
|
|
|
139 |
</tr>
|
|
|
140 |
</table>
|
|
|
141 |
|
|
|
142 |
</td>
|
|
|
143 |
</tr>
|
|
|
144 |
</table>
|
|
|
145 |
<br></td>
|
|
|
146 |
</tr>
|
|
|
147 |
</table></td>
|
|
|
148 |
</tr>
|
|
|
149 |
</table>
|
|
|
150 |
<!-- FOOTER ++++++++++++++++++++++ -->
|
|
|
151 |
<!--#include file="_footer.asp"-->
|
|
|
152 |
<!-- +++++++++++++++++++++++++++++ -->
|
|
|
153 |
</body>
|
|
|
154 |
</html>
|
|
|
155 |
<%
|
|
|
156 |
'------------ RUN AFTER PAGE RENDER -----------
|
|
|
157 |
'----------------------------------------------
|
|
|
158 |
%>
|
|
|
159 |
<!--#include file="common/globals_destructor.asp"-->
|