Blame view

modules/default/views/login/reg.tpl 815 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <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>