mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Добавил выпадающее меню, исправил поля ввода
This commit is contained in:
@@ -19,16 +19,18 @@
|
||||
<p class="logo-text">J.a.r.v.i.s </p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="header_right clearfix">
|
||||
<label class="form__cell-header ">
|
||||
<input type="text" class="form__input-text-mod" placeholder="email" >
|
||||
</label>
|
||||
<label class="form__cell-header">
|
||||
<input type="text" class="form__input-text-mod" placeholder="password">
|
||||
</label>
|
||||
<a href="" class="input">
|
||||
<input type="button" href="/content.html" name="scriptbutton" class="header_btn" value="Войти" >
|
||||
</a>
|
||||
<div class="header_right">
|
||||
<div class="contacts">
|
||||
<div class="drop">
|
||||
<a href="" class="contacts__schedule">Нужна помощь?</a>
|
||||
<div class="dropdown dropdown_mod">
|
||||
<div class="drop-block drop-block_mod">
|
||||
<div class="triangle triangle_mod"></div>
|
||||
<p>Обратитесь в службу поддержки по адресу:<b>jarvis@mail.ru</b> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -44,57 +46,23 @@
|
||||
<div class="form__fields">
|
||||
<div class="form__element">
|
||||
<div class="form__row clearfix">
|
||||
<!-- <label class="form__cell">
|
||||
<div class="form__field-title">
|
||||
Ваше имя
|
||||
</div>
|
||||
<input type="text" class="form__input-text" placeholder="Введите имя">
|
||||
</label>
|
||||
<label class="form__cell">
|
||||
<div class="form__field-title">
|
||||
Ваша фамилия
|
||||
</div>
|
||||
<input type="text" class="form__input-text" placeholder="Введите фамилию">
|
||||
</label> -->
|
||||
|
||||
<label class="form__log">
|
||||
<div class="form__field-title">
|
||||
Введите логин
|
||||
</div>
|
||||
<input type="text" class="form__input-text" placeholder="Введите login" name = "UserLogin">
|
||||
</label>
|
||||
<label class="form__log">
|
||||
<div class="form__field-title">
|
||||
Введите email
|
||||
</div>
|
||||
<input type="text" class="form__input-text" placeholder="Введите email">
|
||||
</label>
|
||||
<input type="text" class="form__input-text" placeholder="Введите логин" name = "UserLogin">
|
||||
</label>
|
||||
<label class="form__log">
|
||||
<div class="form__field-title" >
|
||||
Введите пароль
|
||||
</div>
|
||||
<input type="text" class="form__input-text" placeholder="Введите пароль" name = "UserPass">
|
||||
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "UserPass">
|
||||
</label>
|
||||
</div>
|
||||
<div class="form__btns">
|
||||
<div class="form__controls">
|
||||
<div class="form__controls-btns clearfix">
|
||||
<!-- <div class="form__container-left">
|
||||
<p class="form__field-title">
|
||||
Пол
|
||||
</p>
|
||||
<div class="form__controls-left">
|
||||
<label class="form__radio">
|
||||
<input type="radio" name="review" class="form__radio-elem" checked>
|
||||
<div class="form__radio-fake"></div>
|
||||
<div class="form__radio-text">Муж.</div>
|
||||
</label>
|
||||
<label class="form__radio">
|
||||
<input type="radio" name="review" class="form__radio-elem" >
|
||||
<div class="form__radio-fake"></div>
|
||||
<div class="form__radio-text ">Жен.</div>
|
||||
</label>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form__controls-right">
|
||||
<button type="submit" value="Отправить" class="form__submit" name="RegButton" href="/content" >Регистрация</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user