mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Добавил имена кнопкам
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<header class="header">
|
||||
<div class="container clearfix">
|
||||
<div class="header_left clearfix">
|
||||
<a href="/" class="logo-decor">
|
||||
<a href="" class="logo-decor">
|
||||
<img class="logo_icon" src="{{ url_for('static', filename='./img/815a836e51c6f20226cb07df7f32895c.png') }}" alt="">
|
||||
<p class="logo-text">J.a.r.v.i.s </p>
|
||||
</a>
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="drop-block">
|
||||
<div class="triangle triangle_mod"></div>
|
||||
<a href="" class="input">
|
||||
<input type="button" href="" name="scriptbutton" class="header_btn header_btn_mod" value="Выйти" >
|
||||
<input type="button" href="" name="LogOut" class="header_btn header_btn_mod" value="Выйти" >
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -53,7 +53,7 @@
|
||||
</label>
|
||||
<label class="form__log">
|
||||
<div class="form__field-title" >
|
||||
Если:
|
||||
Условие:
|
||||
</div>
|
||||
<select class="form__input-text" >
|
||||
<option>Lorem ipsum dolor sit amet.</option>
|
||||
@@ -113,13 +113,13 @@
|
||||
</div>
|
||||
<form action="" method="POST">
|
||||
<label class="form__log">
|
||||
<input type="text" class="form__input-text" placeholder="Логин" name = "">
|
||||
<input type="text" class="form__input-text" placeholder="Логин" name = "TelegUserLogin">
|
||||
</label>
|
||||
<div class="form__btns">
|
||||
<div class="form__controls">
|
||||
<div class="form__controls-btns clearfix">
|
||||
<div class="form__controls-right">
|
||||
<button type="submit" value="Отправить" class="form__submit" name="" >Изменить</button>
|
||||
<button type="submit" value="Отправить" class="form__submit" name="TelegButton" >Изменить</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,20 +22,22 @@
|
||||
<div class="header_right">
|
||||
<div class="contacts">
|
||||
<div class="drop">
|
||||
<a href="" class="contacts__schedule">Войти</a>
|
||||
<div href="" class="contacts__schedule">Войти</div>
|
||||
<div class="dropdown">
|
||||
<form action="" method="POST">
|
||||
<div class="drop-block">
|
||||
<div class="triangle"></div>
|
||||
<label class="form__cell-header ">
|
||||
<input type="text" class="form__input-text-mod" placeholder="Логин" >
|
||||
<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="Пароль">
|
||||
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserLogin">
|
||||
</label>
|
||||
<a href="/login" class="input">
|
||||
<input type="button" href="/login" name="scriptbutton" class="header_btn" value="Войти" >
|
||||
<input type="button" href="/login" name="LogButton" class="header_btn" value="Войти" >
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -61,7 +63,7 @@
|
||||
<p class="text_content">Ваш индивидуальный помощник на каждый день</p>
|
||||
</div>
|
||||
<div class="input-button">
|
||||
<a href="/registration" class="input">
|
||||
<a href="" class="input">
|
||||
<input type="button" href="/registration" name="scriptbutton" class="welcome__btn" value="Регистрация" >
|
||||
</a>
|
||||
</div>
|
||||
@@ -80,7 +82,7 @@
|
||||
<p class="footer-full-text">Сделано с любовью и старанием на курсе ВГУ "Тестирование ПО" <b class="footer-text_name"></b> </p>
|
||||
</div>
|
||||
<div class="footer-q clearfix">
|
||||
<a href="/" class="logo-text">j.a.r.v.i.s</a>
|
||||
<a href="" class="logo-text">j.a.r.v.i.s</a>
|
||||
</div>
|
||||
<div class="footer-q clearfix">
|
||||
<p class="footer-messeger_text">Наши социальные сети</p>
|
||||
|
||||
@@ -22,20 +22,22 @@
|
||||
<div class="header_right">
|
||||
<div class="contacts">
|
||||
<div class="drop">
|
||||
<a href="" class="contacts__schedule">Войти</a>
|
||||
<div href="" class="contacts__schedule">Войти</div>
|
||||
<div class="dropdown">
|
||||
<form action="" method="POST">
|
||||
<div class="drop-block">
|
||||
<div class="triangle"></div>
|
||||
<label class="form__cell-header ">
|
||||
<input type="text" class="form__input-text-mod" placeholder="Логин" >
|
||||
<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="Пароль">
|
||||
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserLogin">
|
||||
</label>
|
||||
<a href="" class="input">
|
||||
<input type="button" href="/content.html" name="scriptbutton" class="header_btn" value="Войти" >
|
||||
<input type="button" href="/content.html" name="LogButton" class="header_btn" value="Войти" >
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -73,13 +75,13 @@
|
||||
<div class="form__field-title">
|
||||
Введите логин
|
||||
</div>
|
||||
<input type="text" class="form__input-text" placeholder="Введите логин" name = "UserLogin">
|
||||
<input type="text" class="form__input-text" placeholder="Введите логин" name = "RegUserLogin">
|
||||
</label>
|
||||
<label class="form__log">
|
||||
<div class="form__field-title" >
|
||||
Введите пароль
|
||||
</div>
|
||||
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "UserPassw">
|
||||
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "RegUserPassw">
|
||||
</label>
|
||||
</div>
|
||||
<div class="form__btns">
|
||||
|
||||
Reference in New Issue
Block a user