-
Notifications
You must be signed in to change notification settings - Fork 0
/
tire_request.html
executable file
·134 lines (105 loc) · 5.91 KB
/
tire_request.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Mishlen</title>
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<script src="http://modernizr.com/downloads/modernizr-2.5.3.js"></script>
</head>
<body>
<div class="page-wrap">
<header class="page-header c">
<a href="#" class="page-header__logo l"></a>
<nav class="page-header__nav r">
<span class="l font-yellow">Добро пожаловать в Мишлен бизнес-бонус</span>
<div class="vr l ml10 mr10"></div>
<div class="page-header__nav__dropdown l js-dropdown">
<a href="#" class="page-header__nav__dropdown__title">выбрать раздел</a>
<div class="page-header__nav__dropdown__menu">
<a href="">Что такое и где оно такое?</a>
<a href="">Такой раздел</a>
<a href="">И раздел эдакий</a>
</div> <!-- /.page-header__nav__dropdown__menu -->
</div> <!-- /.page-header__nav__dropdown -->
<a href="#" class="r font-yellow mr20">Выход</a>
<div class="c"></div>
<div class="page-header__nav__hr"></div>
<div class="page-header__nav__bottom">
<div class="page-header__nav__dropdown l js-dropdown">
<a href="#" class="page-header__nav__dropdown__title">МИШЛЕН</a>
<div class="page-header__nav__dropdown__menu">
<a href="">Что такое и где оно такое?</a>
<a href="">Такой раздел</a>
<a href="">И раздел эдакий</a>
</div> <!-- /.page-header__nav__dropdown__menu -->
</div> <!-- /.page-header__nav__dropdown -->
<div class="vr vr_alt l ml10 mr10"></div>
<div class="page-header__nav__dropdown l js-dropdown">
<a href="#" class="page-header__nav__dropdown__title page-header__nav__dropdown__title_yellow">условия участия в акции</a>
<div class="page-header__nav__dropdown__menu">
<a href="">Что такое и где оно такое?</a>
<a href="">Такой раздел</a>
<a href="">И раздел эдакий</a>
</div> <!-- /.page-header__nav__dropdown__menu -->
</div> <!-- /.page-header__nav__dropdown -->
<div class="vr vr_alt l ml10 mr10"></div>
<a href="" class="l">мультижизнь</a>
<div class="vr vr_alt l ml10 mr10"></div>
<a href="" class="l">расширенная гарантия</a>
</div> <!-- /.page-header__nav__bottom -->
</nav> <!-- /.page-header__nav -->
</header>
<div class="page-content c">
<div class="page-content__breadcrumbs">
<a href="">Главная</a> /
<a href="">Личный кабинет участника акции</a>
</div>
<div class="page-content__heading">Заявка на выкуп каркасов</div>
<div class="account account_min-height">
<div class="page-content__michelin page-content__michelin_border"></div>
<form action="" method="POST" class="tire-request-form">
<script type="text/template">
<div class="form-row">
<select name="model[]" class="js-customselect tire-request-form__model" style="width: 200px;">
<option value="">--модель шины--</option>
<option value="1">Не указано2</option>
<option value="2">Не указано3</option>
<option value="3">Очень длинное название модели шины</option>
</select>
<span class="r">
<select name="quantity[]" class="js-customselect tire-request-form__quantity" style="width: 200px;">
<option value="">--выберите количество--</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</span>
</div>
</script>
<div class="tire-request-form__inputs">
<div class="form-row form-row_submit form-row_center">
<a href="" class="tire-request-form__add-position-button btn">Добавить позицию</a><br>
<button class="btn tire-request-form__add-button" disabled>Отправить</button>
</div>
</div>
</form>
</div> <!-- /.account -->
<div class="tires-footer">
<a href="">Статусы каркасов</a>
</div>
</div> <!-- /.page-content -->
<footer class="page-footer c">
<a href="">Правовая оговорка</a> |
<a href="Обратная связь">Обратная связь</a> |
<span>Все права защищены © 2013 Мишлен</span>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
<script defer src="js/jquery.customselect.js"></script>
<script defer src="js/script.js"></script>
</body>
</html>