add public design files
This commit is contained in:
22
design/default/html/password_remind.tpl
Normal file
22
design/default/html/password_remind.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
{* Письмо пользователю для восстановления пароля *}
|
||||
|
||||
{if $email_sent}
|
||||
<h1>Вам отправлено письмо</h1>
|
||||
|
||||
<p>На {$email|escape} отправлено письмо для восстановления пароля.</p>
|
||||
{else}
|
||||
<h1>Напоминание пароля</h1>
|
||||
|
||||
{if $error}
|
||||
<div class="message_error">
|
||||
{if $error == 'user_not_found'}Пользователь не найден
|
||||
{else}{$error}{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<form class="form" method="post">
|
||||
<label>Введите email, который вы указывали при регистрации</label>
|
||||
<input type="text" name="email" data-format="email" data-notice="Введите email" value="{$email|escape}" maxlength="255"/>
|
||||
<input type="submit" class="button_submit" value="Вспомнить" />
|
||||
</form>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user