Файл: templates/login_body.tpl
Строк: 20
<p><a
href="{U_INDEX}">{L_INDEX}</a>|Вход</p>
<form
action="{S_LOGIN_ACTION}" method="post"
target="_top">
<table width="100%"
cellpadding="4" cellspacing="0" border="0"
class="forumline">
<tr>
<td
class="catSides">
<span
class="cattitle">Вход</span>
</td>
</tr>
<tr>
<td
class="row1">
{L_USERNAME}:<br/>
<input
type="text" name="username"
value="{USERNAME}"
/>
</td>
</tr>
<tr>
<td
class="row1">
{L_PASSWORD}:<br/>
<input
type="password" name="password"
/>
</td>
</tr>
</table>
<input
type="hidden" name="autologin" value="0"
/>
{S_HIDDEN_FIELDS}
<input class="subbutton"
type="submit" name="login" value="{L_LOGIN}"
/>
</form>
<p>
- <a
href="rules.php?id=6">Автологин</a><br/>
-
<a
href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a>
</p>