182 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_AUTH_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<p>{L_AUTH_EXPLAIN}</p> |
|
|
5 |
|
|
|
6 |
<h2>{L_FORUM}: {FORUM_NAME}</h2> |
|
|
7 |
|
|
|
8 |
<form method="post" action="{S_FORUMAUTH_ACTION}"> |
|
|
9 |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
10 |
<tr> |
|
|
11 |
<!-- BEGIN forum_auth_titles --> |
|
|
12 |
<th class="thTop">{forum_auth_titles.CELL_TITLE}</th> |
|
|
13 |
<!-- END forum_auth_titles --> |
|
|
14 |
</tr> |
|
|
15 |
<tr> |
|
|
16 |
<!-- BEGIN forum_auth_data --> |
|
|
17 |
<td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td> |
|
|
18 |
<!-- END forum_auth_data --> |
|
|
19 |
</tr> |
|
|
20 |
<tr> |
|
|
21 |
<td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td> |
|
|
22 |
</tr> |
|
|
23 |
<tr> |
|
|
24 |
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} |
|
|
25 |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
|
26 |
|
|
|
27 |
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> |
|
|
28 |
</td> |
|
|
29 |
</tr> |
|
|
30 |
</table> |
|
|
31 |
</form> |