mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
15 lines
368 B
Smarty
15 lines
368 B
Smarty
|
|
<h1>{L_AUTH_TITLE}</h1>
|
|
|
|
<p>{L_AUTH_EXPLAIN}</p>
|
|
|
|
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
|
<tr>
|
|
|
|
<th align="center">{L_AUTH_SELECT}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}"> </td>
|
|
</tr>
|
|
</table></form>
|