add registr
This commit is contained in:
@@ -4,11 +4,15 @@
|
|||||||
<p><label for="username" id="formtitle">Вход в личный кабинет*</label></p>
|
<p><label for="username" id="formtitle">Вход в личный кабинет*</label></p>
|
||||||
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту" required autofocus /><span class="icon"><i class="far fa-envelope"></i></span></p>
|
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту" required autofocus /><span class="icon"><i class="far fa-envelope"></i></span></p>
|
||||||
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль" required ><span class="icon"><i class="fas fa-key"></i></p>
|
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль" required ><span class="icon"><i class="fas fa-key"></i></p>
|
||||||
<p><a href="<?=SITE?>reminder">Забыли пароль</a></p>
|
|
||||||
<p><a href="<?=SITE?>reminder">Создайте пароль</a></p>
|
|
||||||
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
|
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<p><a href="<?=SITE?>reminder">Забыли пароль</a></p>
|
||||||
|
<p><a href="<?=SITE?>reminder">Регистрация</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?if (isset($error)):?>
|
<?if (isset($error)):?>
|
||||||
<div id="error" style="color: red;"><?=$error?></div>
|
<div id="error" style="color: red;"><?=$error?></div>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
|||||||
Reference in New Issue
Block a user