EIOS/tpl/tpl_cnange_password_forgot....

53 lines
2.1 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]> <html lang="ru" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="ru" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="ru"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Смена пароля</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<link href="/tpl/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="/tpl/assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="/tpl/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="/tpl/css/style.css" rel="stylesheet" />
<link href="/tpl/css/style-responsive.css" rel="stylesheet" />
<link href="/tpl/css/style-default.css" rel="stylesheet" id="style_color" />
</head>
<body class="lock">
<div class="lock-header">
<a class="center" id="logo" href="/">
<img class="center" alt="logo" src="/tpl/img/logo.png">
</a>
</div>
<div class="login-wrap">
<form action="/crps/" method="POST">
<div class="metro single-size navy-blue">
&nbsp;
</div>
<div class="metro double-size green">
<div class="input-append lock-input">
<input type="password" class="" placeholder="Новый пароль" name="pass0">
</div>
</div>
<div class="metro double-size green">
<div class="input-append lock-input">
<input type="password" class="" placeholder="Подтверждение нового пароля" name="pass1">
</div>
</div>
<div class="metro single-size navy-blue">
<button type="submit" class="btn login-btn" name="changepassw_forgot" style="font-size:24px;">
Сохранить
</button>
<input type="hidden" name="id_user" value="{$id_user}">
<input type="hidden" name="crsp" value="{$crsp}">
</div>
</form>
<div>{$err}</div>
</div>
</body>
</html>