-
Notifications
You must be signed in to change notification settings - Fork 0
/
features_table.html
executable file
·153 lines (128 loc) · 6.69 KB
/
features_table.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!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__inner">
<div class="page-content__breadcrumbs">
<a href="">Главная</a> /
<a href="">Заголовок</a>
</div>
<div class="page-content__heading">Заголовок</div>
<div class="page-content__col-group mt10">
<div class="page-content__text page-content__text_features">
<table class="features-table">
<thead>
<tr>
<th>Дата обновления</th>
<th>Номер шины</th>
<th>
Статус
<a href="#" title="Статус">(?)</a>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>21.12.12</td>
<td>8913ytp1uih"</td>
<td>Балуется <a href="#" title="Описание статуса">(?)</a></td>
</tr>
<tr>
<td>21.12.12</td>
<td>8913ytp1uih"</td>
<td>Балуется <a href="#" title="Описание статуса">(?)</a></td>
</tr>
<tr>
<td>21.12.12</td>
<td>8913ytp1uih"</td>
<td>Каркас кукусик <a href="#" title="Описание статуса">(?)</a></td>
</tr>
<tr>
<td>21.12.12</td>
<td>8913ytp1uih"</td>
<td>Балуется <a href="#" title="Описание статуса">(?)</a></td>
</tr>
</tbody>
</table>
</div>
<div class="features-table-help">
<div class="features-table-help__title">Справочник по статусам</div>
<table class="features-table-help__table">
<tr>
<th>Дата</th>
<th>Документы</th>
</tr>
<tr>
<td>12.12.12</td>
<td>
<a href="">Счет</a>,
<a href="">Счет-фактура</a>
</td>
</tr>
</table>
</div>
</div>
</div> <!-- /.page-content__inner -->
</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/script.js"></script>
</body>
</html>