mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
32 lines
944 B
Smarty
32 lines
944 B
Smarty
|
|
<h1>{L_AUTH_TITLE}</h1>
|
|
|
|
<p>{L_AUTH_EXPLAIN}</p>
|
|
|
|
<h2>{L_FORUM}: {FORUM_NAME}</h2>
|
|
|
|
<form method="post" action="{S_FORUMAUTH_ACTION}">
|
|
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
<tr>
|
|
<!-- BEGIN forum_auth_titles -->
|
|
<th class="thTop">{forum_auth_titles.CELL_TITLE}</th>
|
|
<!-- END forum_auth_titles -->
|
|
</tr>
|
|
<tr>
|
|
<!-- BEGIN forum_auth_data -->
|
|
<td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
|
|
<!-- END forum_auth_data -->
|
|
</tr>
|
|
<tr>
|
|
<td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
|
|
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
|
|
|
|
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|