Просмотр файла smarty_template/web/reg.tpl

Размер файла: 744B
{include file="head.tpl"}
{include file="left.tpl"}


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


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



{/if}
{include file="right.tpl"}
{include file="foot.tpl"}