mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Модель сессии и логина переписана и работает
This commit is contained in:
@@ -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