| Line 36... |
Line 36... |
| 36 |
<head>
|
36 |
<head>
|
| 37 |
<title>Access Manager</title>
|
37 |
<title>Access Manager</title>
|
| 38 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
38 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 39 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
39 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 40 |
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
|
40 |
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
|
| - |
|
41 |
<script language="JavaScript" src="scripts/common.js"></script>
|
| 41 |
</head>
|
42 |
</head>
|
| 42 |
|
43 |
|
| 43 |
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
|
44 |
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
|
| 44 |
<!-- HEADER ++++++++++++++++++++++ -->
|
45 |
<!-- HEADER ++++++++++++++++++++++ -->
|
| 45 |
<!--#include file="_header.asp"-->
|
46 |
<!--#include file="_header.asp"-->
|
| Line 84... |
Line 85... |
| 84 |
<tr>
|
85 |
<tr>
|
| 85 |
<td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="500"></td>
|
86 |
<td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="500"></td>
|
| 86 |
<td width="100%" valign="top">
|
87 |
<td width="100%" valign="top">
|
| 87 |
<table width="100%" border="0" cellspacing="10" cellpadding="0">
|
88 |
<table width="100%" border="0" cellspacing="10" cellpadding="0">
|
| 88 |
<tr>
|
89 |
<tr>
|
| 89 |
<td>
|
90 |
<td class='body_txt'>
|
| 90 |
<!-- TAB DETAILS +++++++++++++++++++++++++++++ -->
|
91 |
<!-- TAB DETAILS +++++++++++++++++++++++++++++ -->
|
| - |
|
92 |
<%=objObjCollector.Item ("obj_description")%>
|
| 91 |
<!-- +++++++++++++++++++++++++++++++++++++++++ -->
|
93 |
<!-- +++++++++++++++++++++++++++++++++++++++++ -->
|
| 92 |
</td>
|
94 |
</td>
|
| 93 |
</tr>
|
95 |
</tr>
|
| - |
|
96 |
<tr>
|
| - |
|
97 |
<td>
|
| - |
|
98 |
<% If canActionControl("canCreateActions") Then%>
|
| - |
|
99 |
<button class="form_btn" onclick="MM_openBrWindow('wEditControl.asp?rmode=1&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Action','scrollbars=yes,resizable=yes,width=600,height=350')">
|
| - |
|
100 |
Edit Action <%=LIMG_EDIT%>
|
| - |
|
101 |
</button>
|
| - |
|
102 |
<%Else%>
|
| - |
|
103 |
<span class="form_btn_dis" >
|
| - |
|
104 |
Edit Action <%=LIMG_EDIT_OFF%>
|
| - |
|
105 |
</span>
|
| - |
|
106 |
<%End If%>
|
| - |
|
107 |
</td>
|
| - |
|
108 |
</tr>
|
| 94 |
</table>
|
109 |
</table>
|
| 95 |
</td>
|
110 |
</td>
|
| 96 |
<td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
111 |
<td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 97 |
</tr>
|
112 |
</tr>
|
| 98 |
</table>
|
113 |
</table>
|