Blame view

mobile/source/modules/users/tmpl/profile/forget.html 499 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  
  <span class="z1">Восстановление пароля</span>
  <div class="registration">
  <form method="post" action="/?p_name=users_profile&act=forget_send">
  <table width="800">
    <tr>
      <td width="80">e-mail:</td>
      <td width="270"><input type="text" class="reg" name="email"  /></td>
      <td>${error}</td>
    </tr>
    
  
    <tr>
      <td>&nbsp;</td>
      <td><input name="" type="submit" value="Восстановить" class="go" /></td>
      <td>&nbsp;</td>
    </tr>
  </table>
  
  </form>
  </div>