2001-09-25 18:13:12 +00:00
|
|
|
|
|
|
|
<h1>{L_AUTH_TITLE}</h1>
|
|
|
|
|
|
|
|
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2>
|
|
|
|
|
|
|
|
<form method="post" action="{S_AUTH_ACTION}">
|
|
|
|
|
2001-11-19 19:06:35 +00:00
|
|
|
<!-- BEGIN switch_user_auth -->
|
|
|
|
<p>{USER_LEVEL}</p>
|
2001-09-25 18:13:12 +00:00
|
|
|
<p>{USER_GROUP_MEMBERSHIPS}</p>
|
2001-11-19 19:06:35 +00:00
|
|
|
<!-- END switch_user_auth -->
|
|
|
|
|
|
|
|
<!-- BEGIN switch_group_auth -->
|
|
|
|
<p>{GROUP_MEMBERSHIP}</p>
|
|
|
|
<!-- END switch_group_auth -->
|
2001-09-25 18:13:12 +00:00
|
|
|
|
|
|
|
<h2>{L_PERMISSIONS}</h2>
|
|
|
|
|
|
|
|
<p>{L_AUTH_EXPLAIN}</p>
|
|
|
|
|
2001-10-09 13:38:01 +00:00
|
|
|
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
|
|
<tr>
|
|
|
|
<th width="30%" class="thCornerL">{L_FORUM}</th>
|
|
|
|
<!-- BEGIN acltype -->
|
|
|
|
<th class="thTop">{acltype.L_UG_ACL_TYPE}</th>
|
|
|
|
<!-- END acltype -->
|
|
|
|
<th class="thCornerR">{L_MODERATOR_STATUS}</th>
|
2001-09-25 18:13:12 +00:00
|
|
|
</tr>
|
|
|
|
<!-- BEGIN forums -->
|
2001-10-09 13:38:01 +00:00
|
|
|
<tr>
|
|
|
|
<td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td>
|
|
|
|
<!-- BEGIN aclvalues -->
|
|
|
|
<td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td>
|
|
|
|
<!-- END aclvalues -->
|
|
|
|
<td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
|
2001-09-25 18:13:12 +00:00
|
|
|
</tr>
|
|
|
|
<!-- END forums -->
|
2001-10-09 13:38:01 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan="{S_COLUMN_SPAN}" class="row1" align="center"> <span class="gensmall">{U_SWITCH_MODE}</span></td>
|
|
|
|
</tr>
|
2001-09-25 18:13:12 +00:00
|
|
|
<tr>
|
2001-10-09 13:38:01 +00:00
|
|
|
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
|
2001-11-19 19:06:35 +00:00
|
|
|
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
|
2001-10-09 13:38:01 +00:00
|
|
|
|
2001-11-19 19:06:35 +00:00
|
|
|
<input type="reset" value="{L_RESET}" class="liteoption" name="reset" />
|
2001-10-09 13:38:01 +00:00
|
|
|
</td>
|
2001-09-25 18:13:12 +00:00
|
|
|
</tr>
|
2001-10-09 13:38:01 +00:00
|
|
|
</table>
|
|
|
|
</form>
|