Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%@LANGUAGE="VBSCRIPT"%><%'====================================================='| |'| Application List |'| |'=====================================================%><%Option explicitResponse.Expires = 0%><!--#include file="common/globals.asp"--><!--#include file="common/config.asp"--><!--#include file="common/common_subs.asp"--><%'------------ ACCESS CONTROL ------------------%><!--#include file="_access_control_general.asp"--><%'------------ VARIABLE DEFINITION -------------Dim rsQryDim parApp_idDim objAppCollector'------------ CONSTANTS DECLARATION -----------Const LIMG_DISK = "<img src='images/i_disk.gif' width='16' height='16' hspace='4' border='0' align='absmiddle'>"'------------ VARIABLE INIT -------------------parApp_id = Request("app_id")Set objAppCollector = CreateObject("Scripting.Dictionary")'------------ CONDITIONS ----------------------'----------------------------------------------%><%'------------ RUN BEFORE PAGE RENDER ----------Call GetApplicationDetails ( parApp_id, objAppCollector )objPMod.PersistInQryString ("app_id")objPMod.PersistInQryString ("tree")'----------------------------------------------%><html><head><title>Access Manager</title><meta HTTP-EQUIV="Pragma" CONTENT="no-cache"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link href="scripts/access_manager.css" rel="stylesheet" type="text/css"></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"><!-- HEADER ++++++++++++++++++++++ --><!--#include file="_header.asp"--><!-- +++++++++++++++++++++++++++++ --><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="1%" valign="top" background="images/bg_bage_pane.gif"><!-- TREE NAVIGATOR ++++++++++++++++++++++++++++++++++++++++++++ --><!--#include file="_treeNavigator.asp"--><!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --></td><td width="1" background="images/bg_drk_gray_border.gif"><img src="images/spacer.gif" width="1" height="600"></td><td width="100%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="9"><tr><td background="images/bg_drk_bage_pane.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap class="body_txt"></td><td align="right" nowrap class="section_ttl">Applications</td></tr></table></td></tr><tr><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></tr><tr><td><!-- DETAILS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --><!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --><table width="80%" border="0" cellspacing="0" cellpadding="10"><tr><td><table width="100%" border="0" cellspacing="5" cellpadding="0"><tr><td colspan="2" class="section_ttl">Users</td></tr><tr background="images/bg_drk_bage_pane.gif"><td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td></tr><tr><td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td><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>Here you can add or remove user to this application, <br>with option to view brief user details.</td></tr></table></td><td><table width="100%" border="0" cellspacing="5" cellpadding="0"><tr><td colspan="2" class="section_ttl">Roles</td></tr><tr background="images/bg_drk_bage_pane.gif"><td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td></tr><tr><td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td><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>Manage roles and permissions for this application,<br>then assign them to the users. </td></tr></table></td></tr><tr><td><table width="100%" border="0" cellspacing="5" cellpadding="0"><tr><td colspan="2" class="section_ttl">Actions</td></tr><tr background="images/bg_drk_bage_pane.gif"><td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td></tr><tr><td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td><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>Use action objects within application's source code<br>to control access.</td></tr></table></td><td><table width="100%" border="0" cellspacing="5" cellpadding="0"><tr><td colspan="2" class="section_ttl">Pages</td></tr><tr background="images/bg_drk_bage_pane.gif"><td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td></tr><tr><td width="1%" valign="top"><img src="images/i_big_folder.gif" width="43" height="37"></td><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> -->Define application web pages for<br>page access control. </td></tr></table></td></tr></table><br></td></tr></table></td></tr></table><!-- FOOTER ++++++++++++++++++++++ --><!--#include file="_footer.asp"--><!-- +++++++++++++++++++++++++++++ --></body></html><%'------------ RUN AFTER PAGE RENDER -----------'----------------------------------------------%><!--#include file="common/globals_destructor.asp"-->