182 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_AUTH_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2> |
|
|
5 |
|
|
|
6 |
<form method="post" action="{S_AUTH_ACTION}"> |
|
|
7 |
|
|
|
8 |
<!-- BEGIN switch_user_auth --> |
|
|
9 |
<p>{USER_LEVEL}</p> |
|
|
10 |
<p>{USER_GROUP_MEMBERSHIPS}</p> |
|
|
11 |
<!-- END switch_user_auth --> |
|
|
12 |
|
|
|
13 |
<!-- BEGIN switch_group_auth --> |
|
|
14 |
<p>{GROUP_MEMBERSHIP}</p> |
|
|
15 |
<!-- END switch_group_auth --> |
|
|
16 |
|
|
|
17 |
<h2>{L_PERMISSIONS}</h2> |
|
|
18 |
|
|
|
19 |
<p>{L_AUTH_EXPLAIN}</p> |
|
|
20 |
|
|
|
21 |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
22 |
<tr> |
|
|
23 |
<th width="30%" class="thCornerL">{L_FORUM}</th> |
|
|
24 |
<!-- BEGIN acltype --> |
|
|
25 |
<th class="thTop">{acltype.L_UG_ACL_TYPE}</th> |
|
|
26 |
<!-- END acltype --> |
|
|
27 |
<th class="thCornerR">{L_MODERATOR_STATUS}</th> |
|
|
28 |
</tr> |
|
|
29 |
<!-- BEGIN forums --> |
|
|
30 |
<tr> |
|
|
31 |
<td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td> |
|
|
32 |
<!-- BEGIN aclvalues --> |
|
|
33 |
<td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td> |
|
|
34 |
<!-- END aclvalues --> |
|
|
35 |
<td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td> |
|
|
36 |
</tr> |
|
|
37 |
<!-- END forums --> |
|
|
38 |
<tr> |
|
|
39 |
<td colspan="{S_COLUMN_SPAN}" class="row1" align="center"> <span class="gensmall">{U_SWITCH_MODE}</span></td> |
|
|
40 |
</tr> |
|
|
41 |
<tr> |
|
|
42 |
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} |
|
|
43 |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
|
44 |
|
|
|
45 |
<input type="reset" value="{L_RESET}" class="liteoption" name="reset" /> |
|
|
46 |
</td> |
|
|
47 |
</tr> |
|
|
48 |
</table> |
|
|
49 |
</form> |