View file smarty_template/lite/reg.tpl

File size: 882B
{include file="head.tpl"}

{if $ERROR}
<div class="d1">
{$ERROR}
<br/>
<a href="#" onclick="history.back(); return false;">Назад</a>
</div>
{else}


{if !$act}
<div class="d1">
<form class="login" action="reg.php?act=reg" method="post">
Логин:<br/>
<input class="logput" name="name" type="text" value=""/><br/>
Пароль:<br/>
<input class="logput" name="pass" type="text" value=""/><br/>
Почта:<br/>
<input class="logput" name="mail" type="text" value=""/><br/>
Код с картинки:
<img src="{$BASE}img.php"/><br/>
<input class="logput" name="code" type="text" value=""/><br/>
<input class="logput" type="submit" value="Регистрация!"/>
</form>
</div>
{/if}



<div class="d2"> Меню раздела</div>
<div class="d1">
<a href="../index.php">На главную</a>
</div>
{/if}
{include file="foot.tpl"}