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
'|			          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
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
43
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
44
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
45
</head>
46
 
47
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
48
<!-- HEADER ++++++++++++++++++++++ -->
49
<!--#include file="_header.asp"-->
50
<!-- +++++++++++++++++++++++++++++ -->
51
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
52
  <tr>
53
    <td width="1%" valign="top" background="images/bg_bage_pane.gif">
54
	<!-- TREE NAVIGATOR ++++++++++++++++++++++++++++++++++++++++++++ -->
55
	<!--#include file="_treeNavigator.asp"-->  
56
	<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
57
	</td>
58
    <td width="1" background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="600"></td>
59
    <td width="100%" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="9">
60
      <tr>
61
        <td background="images/bg_drk_bage_pane.gif">
62
		  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
63
            <tr>
64
              <td nowrap class="body_txt"></td>
65
              <td align="right" nowrap class="section_ttl">Applications</td>
66
            </tr>
67
          </table>
68
		</td>
69
      </tr>
70
	  <tr>
71
        <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>
72
      </tr>
73
      <tr>
74
        <td>
75
		 <!-- DETAILS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
76
 
77
		 <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
78
         <table width="80%"  border="0" cellspacing="0" cellpadding="10">
79
           <tr>
80
             <td><table width="100%"  border="0" cellspacing="5" cellpadding="0">
81
               <tr>
82
                 <td colspan="2" class="section_ttl">Users</td>
83
                 </tr>
84
               <tr background="images/bg_drk_bage_pane.gif">
85
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
86
                 </tr>
87
               <tr>
88
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
89
                 <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>
90
                   Here you can add or remove user to this application, <br>
91
                   with option to view brief user details.</td>
92
               </tr>
93
             </table></td>
94
             <td><table width="100%"  border="0" cellspacing="5" cellpadding="0">
95
               <tr>
96
                 <td colspan="2" class="section_ttl">Roles</td>
97
               </tr>
98
               <tr background="images/bg_drk_bage_pane.gif">
99
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
100
               </tr>
101
               <tr>
102
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
103
                 <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>
104
                   Manage roles and permissions for this application,<br> 
105
                   then assign them to the users. </td>
106
               </tr>
107
             </table></td>
108
           </tr>
109
           <tr>
110
             <td><table width="100%"  border="0" cellspacing="5" cellpadding="0">
111
               <tr>
112
                 <td colspan="2" class="section_ttl">Actions</td>
113
               </tr>
114
               <tr background="images/bg_drk_bage_pane.gif">
115
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
116
               </tr>
117
               <tr>
118
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
119
                 <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>
120
                   Use action objects within application's source code<br>
121
                   to control access.</td>
122
               </tr>
123
             </table></td>
124
             <td>
125
 
126
			 <table width="100%"  border="0" cellspacing="5" cellpadding="0">
127
               <tr>
128
                 <td colspan="2" class="section_ttl">Pages</td>
129
               </tr>
130
               <tr background="images/bg_drk_bage_pane.gif">
131
                 <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
132
               </tr>
133
               <tr>
134
                 <td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td>
135
                 <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> -->
136
                   Define application web pages for<br>
137
                   page access control. </td>
138
               </tr>
139
             </table>
140
 
141
			 </td>
142
           </tr>
143
         </table>
144
         <br></td>
145
      </tr>
146
    </table></td>
147
  </tr>
148
</table>
149
<!-- FOOTER ++++++++++++++++++++++ -->
150
<!--#include file="_footer.asp"-->
151
<!-- +++++++++++++++++++++++++++++ -->
152
</body>
153
</html>
154
<%
155
'------------ RUN AFTER PAGE RENDER -----------
156
'----------------------------------------------
157
%>
158
<!--#include file="common/globals_destructor.asp"-->