mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Модель сессии и логина переписана и работает
This commit is contained in:
@@ -22,22 +22,20 @@
|
||||
<div class="header_right">
|
||||
<div class="contacts">
|
||||
<div class="drop">
|
||||
<div href="" class="contacts__schedule">Войти</div>
|
||||
<div class="contacts__schedule">Войти</div>
|
||||
<div class="dropdown">
|
||||
<form action="" method="POST">
|
||||
<div class="drop-block">
|
||||
<div class="drop-block">
|
||||
<form action="/login" method="POST">
|
||||
<div class="triangle"></div>
|
||||
<label class="form__cell-header ">
|
||||
<input type="text" class="form__input-text-mod" placeholder="Логин" name= "LogUserLogin">
|
||||
</label>
|
||||
<label class="form__cell-header">
|
||||
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserLogin">
|
||||
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserPassw">
|
||||
</label>
|
||||
<a href="/login" class="input">
|
||||
<input type="button" href="/login" name="LogButton" class="header_btn" value="Войти" >
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
<button type="submit" value="Войти" class="header_btn" name="LogButton" >Вход</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -63,7 +61,7 @@
|
||||
<p class="text_content">Ваш индивидуальный помощник на каждый день</p>
|
||||
</div>
|
||||
<div class="input-button">
|
||||
<a href="" class="input">
|
||||
<a href="/registration" class="input">
|
||||
<input type="button" href="/registration" name="scriptbutton" class="welcome__btn" value="Регистрация" >
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<input type="text" class="form__input-text-mod" placeholder="Логин" name= "LogUserLogin">
|
||||
</label>
|
||||
<label class="form__cell-header">
|
||||
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserLogin">
|
||||
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserPassw">
|
||||
</label>
|
||||
<a href="" class="input">
|
||||
<input type="button" href="/content.html" name="LogButton" class="header_btn" value="Войти" >
|
||||
@@ -88,7 +88,7 @@
|
||||
<div class="form__controls">
|
||||
<div class="form__controls-btns clearfix">
|
||||
<div class="form__controls-right">
|
||||
<button type="submit" value="Отправить" class="form__submit" name="RegButton" href="/content" >Регистрация</button>
|
||||
<button type="submit" value="Отправить" class="form__submit" name="RegButton" >Регистрация</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user