Subversion Repositories DevTools

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5299
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 85... Line 86...
85
          <tr>
86
          <tr>
86
            <td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="500"></td>
87
            <td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="500"></td>
87
            <td width="100%" valign="top">
88
            <td width="100%" valign="top">
88
			  <table width="100%"  border="0" cellspacing="10" cellpadding="0">
89
			  <table width="100%"  border="0" cellspacing="10" cellpadding="0">
89
                <tr>
90
                <tr>
90
                  <td>
91
                  <td class='body_txt'>
91
				  <!-- TAB DETAILS +++++++++++++++++++++++++++++ -->
92
				  <!-- TAB DETAILS +++++++++++++++++++++++++++++ -->
-
 
93
                  <%=objRoleCollector.Item ("role_comments")%>
92
				  <!-- +++++++++++++++++++++++++++++++++++++++++ -->
94
				  <!-- +++++++++++++++++++++++++++++++++++++++++ -->
93
				  </td>
95
				  </td>
94
                </tr>
96
                </tr>
-
 
97
                <tr>
-
 
98
                    <td>
-
 
99
                    <% If canActionControl("canCreateRoles") Then%>
-
 
100
                    <button class="form_btn" onclick="MM_openBrWindow('wEditRole.asp?rmode=1&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Role','scrollbars=yes,resizable=yes,width=600,height=350')">
-
 
101
                        Edit Role <%=LIMG_EDIT%>
-
 
102
                    </button>
-
 
103
                    <%Else%>
-
 
104
                    <span class="form_btn_dis" >
-
 
105
                        Edit Role <%=LIMG_EDIT_OFF%>
-
 
106
                    </span>
-
 
107
                    <%End If%>
-
 
108
                    </td>
-
 
109
                </tr>
95
              </table>
110
              </table>
96
			</td>
111
			</td>
97
            <td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
112
            <td width="1" background="images/bg_gray_border.gif"><img src="images/spacer.gif" width="1" height="1"></td>
98
          </tr>
113
          </tr>
99
         </table>
114
         </table>