reg.tpl 815 Bytes
<h1>Ðåãèñòðàöèÿ</h1>
{include file="error.tpl"}
<form method="POST" action="{$this_url}">
<label>Èìÿ:<font color="red">*</font></label>
<input type="text" class="input_form" size="40" name="name" value="{$smarty.post.name}" />
<label>Email:<font color="red">*</font></label>
<input type="text" class="input_form" size="40" name="email" value="{$smarty.post.email}" />
<label>Ïàðîëü:<font color="red">*</font></label>
<input type="password" class="input_form" size="40" name="psw" value="{$smarty.post.psw}" />
<label>Ïîâòîðèòü ïàðîëü:<font color="red">*</font></label>
<input type="password" class="input_form" size="40" name="psw_to" value="{$smarty.post.psw_to}" />
<p>Ïîëÿ, âûäåëåííûå <span class="red">*</span>, çàïîëíèòå îáÿçàòåëüíî</p>
<input type="submit" class="submit" value="Çàðåãèñòðèðîâàòüñÿ" />
</form>