Размер файла: 1.36Kb
{include file="head.tpl"}
{if $ERROR}
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
{$ERROR}
<br/>
<a href="#" onclick="history.back(); return false;">Назад</a>
</td>
</tr></table>
{else}
{if !$act}
<form class="login" action="avt.php?act=avt" method="post">
Логин:<br/>
<input class="logput" name="name" type="text" value=""/><br/>
Пароль:<br/>
<input class="logput" name="pass" type="password" value=""/><br/>
<input class="logput" type="submit" value="Войти!"/></form>
{/if}
{if $act==remember}
<form class="login" action="avt.php?act=sendpass" method="post">
Ваш логин:<br/>
<input class="logput" name="name" type="text" value=""/><br/>
Ваш email:<br/>
<input class="logput" name="mail" type="text" value=""/><br/>
<input class="logput" type="submit" value="Выслать!"/></form>
{/if}
<div class="raz"> Меню раздела</div>
<div class="menu1">
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
{if !$act}
<b>Автологин:</b>
<input class="logput" name="avt" type="text" value="{$home}avt.php?act=avt&l=ВАШ_ЛОГИН&p=ВАШ_ПАРОЛЬ"/><br/>
<a href="avt.php?act=remember">Забыли пароль?</a><br/>
{/if}
<a href="../index.php">На главную</a>
</td>
</tr>
</table>
</div>
{/if}
{include file="foot.tpl"}