mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 20:16: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>
|
||||
|
||||
Reference in New Issue
Block a user