summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/role_show.dwt
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/au/role_show.dwt')
-rw-r--r--ldap-site-mngmt/webinterface/au/role_show.dwt70
1 files changed, 70 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/au/role_show.dwt b/ldap-site-mngmt/webinterface/au/role_show.dwt
new file mode 100644
index 00000000..39c618c0
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/au/role_show.dwt
@@ -0,0 +1,70 @@
+<table border='0' cellpadding='5' cellspacing='0' width='100%'>
+ <tr>
+ <td colspan='2'><h3>{ROLE_DESC}</h3></td></tr><tr><td height='20'></td>
+ </tr>
+ <tr><td>
+ <table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
+ <tr>
+ <td width='5%' class='tab_h'>&nbsp;</td>
+ <td width='25%' class='tab_h'><b>Benutzer</b></td>
+ <td width='25%' class='tab_h'><b>UID</b></td>
+ <td width='45%' class='tab_h'><b>Email</b></td>
+ </tr>
+
+ <form action='role_delete.php' method='post'>
+
+ <!-- BEGIN DYNAMIC BLOCK: Members -->
+ <tr>
+ <td class='tab_d'>
+ <input type='checkbox' name='deluser[]' value='{VALUE}_{UID}' size='15' class='medium_form_checkbox'></td>
+ <td class='tab_d'>{USERNAME} &nbsp;</td>
+ <td class='tab_d'>{UID} &nbsp;</td>
+ <td class='tab_d'><a href'mailto:{MAIL}' style='publink'>{MAIL}</a> &nbsp;</td>
+ </tr>
+ <!-- END DYNAMIC BLOCK: Members -->
+ <input type='hidden' name='role' value='{ROLE}'>
+ <input type='hidden' name='menr' value='{MENR}'>
+
+
+ <tr>
+ <td colspan='3' style='border-width: 0 0 0 0;'><input type='Submit' name='delete' value='entfernen' class='small_loginform_button'></td>
+
+ </form>
+ </tr>
+ </table></td>
+ </tr>
+
+ <tr height='30'></tr>
+ <tr>
+ <td colspan='2'><h4>Neuen Administrator anlegen:</h4></td>
+ </tr>
+ <tr><td height='10'></td></tr>
+ <tr><td>
+ <table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
+ <tr>
+
+ <form action='role_add.php' method='post'>
+
+ <td width='60%' style='border-color: black; border-style: solid; border-width: 3 0 1 0;'>
+ W&auml;hlen Sie einen Benutzer aus <br>
+ <select name='adduser' size='1' class='medium_form_selectbox'>
+ <option selected value='none'>----------</option>
+
+ <!-- BEGIN DYNAMIC BLOCK: Users -->
+ <option value='{UDN}_{USER}'>{USER}</option>
+ <!-- END DYNAMIC BLOCK: Users -->
+
+ </select>
+ <input type='hidden' name='role' value='{ROLE}'>
+ <input type='hidden' name='menr' value='{MENR}'>
+ </td>
+ </tr>
+ <tr>
+ <td style='border-width: 0 0 0 0;'><input type='Submit' name='add' value='anlegen' class='small_loginform_button'></td>
+
+ </form>
+ </tr>
+ </table></td>
+ </tr>
+
+</table> \ No newline at end of file