-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcabinet.html
More file actions
455 lines (433 loc) · 21.9 KB
/
cabinet.html
File metadata and controls
455 lines (433 loc) · 21.9 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<html ng-app="tourApp">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>tour</title>
<link href="js/jquery-ui-1.11.4.custom/jquery-ui.css" rel="stylesheet" type="text/css">
<script src="js/jquery-ui-1.11.4.custom/external/jquery/jquery.js"></script>
<script src="js/jquery-ui-1.11.4.custom/jquery-ui.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.selectric.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<!--script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script-->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/selectric.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script src="https://maps.googleapis.com/maps/api/js?v=3&signed_in=false"></script>
<script src="js/script.js"></script>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<style>
.max-width {
max-width: {{width}}px;
}
</style>
</head>
<body class="page-cabinet bybounds" ng-init="hideWhere=true;">
<ng-include src="'top.html'"></ng-include>
<div class="bg-orange tac fz13 white ttu p4 fwm">Поиск лучших — лучшие цены в России, найдёте дешевле, вернём разницу + 10%*</div>
<ng-include src="'searchform.html'"></ng-include>
<div class="flex1 bybounds">
<div class="max-width w100">
<div id="about-tabs" class=" f d stretch fwb fz15 tac" ng-init="tab='your-orders'">
<div class="f bybounds flex1 cyan">
<a href="#about" target="_self" class="tdn lh40" ng-click="tab='your-profile'">Мой профиль</a>
<div class="h10 bg-cyan"></div>
</div>
<div class="f bybounds flex1 orange">
<a href="#collective" target="_self" class="tdn lh40" ng-click="tab='your-orders'">Мои заказы</a>
<div class="h10 bg-orange"></div>
</div>
<div class="f bybounds flex1 green">
<a href="#trust-us" target="_self" class="tdn lh40" ng-click="tab='your-notebook'">Записная книжка</a>
<div class="h10 bg-green"></div>
</div>
<div class="f bybounds flex1 cyan">
<a href="#whywe" target="_self" class="tdn lh40">Аннулировать тур</a>
<div class="h10 bg-cyan"></div>
</div>
<div class="f bybounds flex1 orange">
<a href="#payment-ways" target="_self" class="tdn lh40">Изменить даты тура</a>
<div class="h10 bg-orange"></div>
</div>
<div class="f bybounds flex1 green">
<a href="#contacts" target="_self" class="tdn lh40">Мои бонусы</a>
<div class="h10 bg-green"></div>
</div>
</div>
</div>
<div class="your-orders f c stretch flex1" ng-show="tab=='your-orders'">
<div class="tac white ttu p30 fz16">Ваши заказы</div>
<div class="your-orders-wrapper flex1">
<div class="max-width">
<div class="p10 rounded5 bg-grey">
<div class="f d ws-r space4" ng-init="orders='unpaid'">
<div class="flex1 f">
<a class="orange-button h30 aib flex1" ng-click="orders='paid'" ng-class="orders=='paid' ? 'active' : ''">Оплаченные</a>
</div>
<div class="flex1 f">
<a class="orange-button h30 aib flex1" ng-click="orders='unpaid'" ng-class="orders=='unpaid' ? 'active' : ''">Неоплаченные</a>
</div>
<div class="flex1 f">
<a class="orange-button h30 aib flex1" ng-click="orders='archive'" ng-class="orders=='archive' ? 'active' : ''">Архив</a>
</div>
</div>
<div class="mt10" ng-show="orders=='archive'">
<div ng-repeat="l in [1, 1] track by $index" ng-include="'result.html'"></div>
</div>
<div class="mt10" ng-show="orders=='paid'">
<div class="f d stretch space10">
<div class="flex1" ng-include="'result.html'"></div>
<div class="saves bybounds">
<div>
<div class="bg-white p5 tac fz13">
Подтверждение отела:<br>
<span class="orange ttu">Ожидается</span>
</div>
<div class="bg-white p5 tac fz13 mt10">
Авиабилеты:<br>
<span class="green ttu">Подтверждены</span>
</div>
<div class="bg-white p5 tac fz13 mt10">
Статус визы:<br>
<span class="green ttu">Одобрена</span>
</div>
<div class="mt10 f">
<a href="/" class="h30 grey-button aib flex1">Аннулировать тур</a>
</div>
<div class="mt10 f">
<a href="/" class="h30 grey-button aib flex1">Изменить даты тура</a>
</div>
</div>
<div class="mt10">
<div class="f vcen hcen space10">
<img src="i/communicatemanager.png">
<div class="orange fz13 fwb">
Связаться<br>
с менеджером
</div>
</div>
<div class="mt10 f hcen space20">
<img src="i/viber-contacts.png">
<img src="i/skype-contacts.png">
<img src="i/whatsapp-contacts.png">
</div>
</div>
</div>
</div>
</div>
<div class="mt10" ng-show="orders=='unpaid'">
<div class="f d stretch space10">
<div class="flex1" ng-include="'result.html'"></div>
<div class="saves bybounds">
<div>
<div class="tac">
<div class="fz13">Оплатить до:</div>
<div class="fz18">
12:30<br>
21 июля 2016
</div>
</div>
<a class="f d mt20 space10 vcen orange tdn lh16" href="/">
<img src="i/paywithcard.png">
<span class="flex1">Оплатить<br>банковской картой</span>
</a>
<a class="f d mt20 space10 vcen orange tdn lh16" href="/">
<img src="i/paywithcash.png">
<span class="flex1">Оплатить<br>наличными в офисе</span>
</a>
<a class="f d mt20 space10 vcen orange tdn lh16" href="/">
<img src="i/paywithbill.png">
<span class="flex1">Безналичная оплата.<br>Получить счёт.</span>
</a>
</div>
<div class="mt10">
<div class="f vcen hcen space10">
<img src="i/communicatemanager.png">
<div class="orange fz13 fwb">
Связаться<br>
с менеджером
</div>
</div>
<div class="mt10 f hcen space20">
<img src="i/viber-contacts.png">
<img src="i/skype-contacts.png">
<img src="i/whatsapp-contacts.png">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt20" ng-show="orders=='paid' && tab=='your-orders'">
<div class="ttu fz16 tac">Аннулировать тур</div>
<div class="mt20">
<div class="f d stretch space20">
<div class="messages-date-and-name">
<div>18 сентября 2016</div>
<div class="fwl fz12 mt10">Ваш персональный менеджер</div>
<div>Дарья Сергеева</div>
<div class="h10 bg-green"></div>
</div>
<div class="flex1 f stretch">
<div class="grey-bubble p20 rounded10 fz15 flex1">
dsd
</div>
</div>
<div class="f vbot flex-answer">
<div class="f flex1">
<input type="submit" class="grey-button h30 flex1 aib" value="Ответить">
</div>
</div>
</div>
<div class="f d stretch space20 mt20">
<div class="messages-date-and-name">
<div>18 сентября 2016</div>
<div class="mt10">Кондратенко Дарья Сергеева</div>
<div class="h10 bg-orange"></div>
</div>
<div class="flex1 f stretch">
<div class="white-bubble p20 rounded10 fz15 flex1 f stretch">
<textarea class="flex1 b-0" placeholder="Текст сообщения" rows="10"></textarea>
</div>
</div>
<div class="f vbot flex-answer">
<div class="f flex1">
<input type="submit" class="grey-button h30 flex1 aib" value="Отправить">
</div>
</div>
</div>
<div class="f d stretch space20 mt20">
<div class="messages-date-and-name">
<div>18 сентября 2016</div>
<div class="mt10">Кондратенко Дарья Сергеева</div>
<div class="h10 bg-orange"></div>
</div>
<div class="flex1 f stretch">
<div class="grey-bubble p20 rounded10 fz15 flex1">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur.
</div>
</div>
<div class="f vbot flex-answer">
<div class="flex1 bg-grey grey777 tac rounded4 lh30 fwm">
Отправлено
</div>
</div>
</div>
</div>
</div>
<div class="mt20" ng-show="orders=='unpaid' && tab=='your-orders'">
<div class="tac fz16 ttu mb20">Безналичная оплата</div>
<form class="cabinet-bill">
<div class="tac fz16"> Для автоматического формирования счёта укажите пожалуйста следующие параметры:</div>
<div class="tac fwl mb20">В течении нескольких минут счёт будет отправлен на email, указанный при бронировании.
Оригиналы Договора, счёта, акта Вы сможете забрать в нашем офисе,
если Вы желаете, чтобы Мы привезли пакет документов вам, сообщите пожалуйста об этом вашему менеджеру.
</div>
<div class="f d space10 vcen">
<div class="form-label tar">Наименование ООО, ИП, ФИО физического лица</div>
<div class="flex1 f">
<input type="text" class="b-1 flex1" placeholder="ООО «Ромашка или ИП Терехов Александр Сергеевич или Иванов Сергей Николаевич">
</div>
</div>
<div class="f d space10 vcen mt10">
<div class="form-label tar">ИНН</div>
<div class="flex1 f d vcen space10">
<input type="text" class="b-1 flex1" placeholder="777372846">
<div> КПП (для ООО):</div>
<input type="text" class="b-1 flex1" placeholder="324523543245">
</div>
</div>
<div class="f d space10 vcen mt10">
<div class="form-label tar">Юридический адрес
(для ООО и ИП)</div>
<div class="flex1 f">
<input type="text" class="b-1 flex1" placeholder="125466, г. Москва, ул. Соколово-Мещерская, д. 25">
</div>
</div>
<div class="f d space10 vcen mt10">
<div class="form-label tar">Данные паспорта гражданина РФ
(для ИП и физического лица)</div>
<div class="flex1 f">
<input type="text" class="b-1 flex1" placeholder="45 97 067089, выдан 153 отделением милиции ОВД МО «Бирюлёво-Восточное">
</div>
</div>
<div class="f d space10 vcen mt10">
<div class="form-label tar">Адрес регистрации
(для физического лица)</div>
<div class="flex1 f">
<input type="text" class="b-1 flex1" placeholder="136456, г. Москва, ул. Родионовская, д. 24, кв. 38">
</div>
</div>
<div class="f d space10 vcen mt10">
<div class="form-label tar">Адрес регистрации
(для физического лица)</div>
<div class="flex1 f">
<input type="text" class="b-1 flex1" placeholder="136456, г. Москва, ул. Родионовская, д. 24, кв. 38">
</div>
</div>
<div class="f d space10 vcen mt20">
<div class="form-label tar"><input type="reset" value="Отмена" class="grey-button h30 aib"></div>
<div class="flex1 f d vcen">
<input type="submit" value="Сформировать и отправить на email@vasyapupkin.ru" class="green-button h30 aib ttu">
<div class="f d space6 vcen">
<div class="tar fz12 lh12">Другой<br>Email</div>
<a href="/" class="grey-button aib h30"><img src="i/pencil.png" style="margin:-2px -4px 0;"></a>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="your-profile f c stretch flex1" ng-show="tab=='your-profile'">
<div class="tac white ttu p30 fz16">Профиль покупателя</div>
<div class="your-profile-wrapper flex1">
<div class="max-width f hcen vcen">
<div class="your-profile-contents white-plate p20 flex1">
<div class="f d stretch space30">
<div class="f d stretch bg-grey fz16 flex1">
<div class="starter bg-orange"></div>
<div class="p10">
<div class="mb10">Александр Терехов</div>
<div><img src="i/russia.jpg"> +7 (495) 456-34-78 ceo@biletideshevo.ru</div>
</div>
<div class="f vbot p10">
<a href="/" class="h30 grey-button aib pencil">
<img src="i/pencil.png">
</a>
</div>
</div>
<div class="bybounds policy-div tac">
<div>
Пожалуйста, ознакомьтесь с нашей политикой безопасности
</div>
<div class="f">
<a href="/" class="grey-button flex1 aib h30">Изменить пароль</a>
</div>
</div>
</div>
<div class="f d r vtop mt20">
<div class="fwb">Ваш персональный менеджер:</div>
<div>Тайденова Дарья</div>
<div>
<img src="i/russia.jpg"> +7 (495) 456-34-78 | ceo@biletideshevo.ru
</div>
</div>
<div class="tac mt40">
<div class="ttu">Ваши банковские карты</div>
<div class="fwb mt20">У вас нет привязанных карт</div>
<div style="margin-left:auto; margin-right:auto; width:190px;" class="mt20 f">
<a href="/" class="aib grey-button h30 flex1">Отмена</a>
</div>
</div>
<div class="f d stretch space40 mt20">
<div class="rounded10 flex1 credit-face bybounds">
<div class="bg-white f d vcen p10-3">
<div>
<label class="f vcen"><input type="radio" name="cardtype"> <img src="i/visa.png" style="width:35px;"></label>
</div>
<div>
<label class="f vcen"><input type="radio" name="cardtype"> <img src="i/visa-electron.png" style="width:35px;"></label>
</div>
<div>
<label class="f vcen"><input type="radio" name="cardtype"> <img src="i/mastercard.png" style="width:25px;"></label>
</div>
<div>
<label class="f vcen"><input type="radio" name="cardtype"> <img src="i/maestro.png" style="width:25px;"></label>
</div>
</div>
<div class="f ph10">
<input type="text" placeholder="Номер карты" class="b-1 flex1 h30">
</div>
<div class="f d vcen space10 ph10">
<div class="white">Срок действия</div>
<div class="flex1">
<select class="selectric grey h30">
<option>Январь</option>
</select>
</div>
<div class="flex1">
<select class="selectric grey h30">
<option>2016</option>
</select>
</div>
</div>
<div class="f ph10">
<input type="text" placeholder="Фамилия Имя (как на карте)" class="b-1 flex1 h30">
</div>
</div>
<div class="rounded10 bg-orange flex1">
<div class="mt20 bg-white p10-3">Код безопасности</div>
<div class="f ph10 mt12">
<input type="text" placeholder="CVC/CVV" class="b-1 flex1 h30">
</div>
</div>
</div>
<div class="f d stretch mt20 space20">
<div class="flex1 fz11">
Настоящий сайт поддерживает 256-битное шифрование. Конфиденциальность сообщаемой персональной информации обеспечивается ОАО "Сбербанк России". Введенная информация не будет предоставлена третьим лицам за исключением случаев, предусмотренных законодательством РФ. Проведение платежей по банковским картам осуществляется в строгом соответствии с требованиями платежных систем Visa Int. и MasterCard Europe Sprl
</div>
<div class="bybounds saves">
<div class="f">
<input type="submit" value="Сохранить" class="green-button aib h30 flex1">
</div>
<div class="f">
<a href="/" class="grey-button flex1 aib h30">Добавить карту</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="your-notebook f r vcen flex1" ng-show="tab=='your-notebook'">
<div class="max-width flex1">
<div class="fz16 ttu tac">Записная книжка</div>
<div class="white-plate mt10">
<div class="f d stretch ws-r space6">
<div class="bg-grey flex1 f d stretch space10">
<div class="starter bg-orange"></div>
<div class="bybounds flex1 p10">
<div class="fz16">Турист 1: Александр Александрпович Терехов</div>
<div class="f d ws-r space30 vtop mt20">
<div>
<div class="fz12 fwl">Дата рождения</div>
<div>12.09.1978</div>
</div>
<div>
<div class="fz12 fwl">Серия и номер загранпаспорта</div>
<div>77 8890998</div>
</div>
<div>
<div class="fz12 fwl">Срок действия загранпаспорта</div>
<div>12.09.2019</div>
</div>
</div>
</div>
</div>
<div class="bybounds nb-buttons">
<div class="f">
<a href="/" class="grey-button aib h30 flex1">Редактировать данные <img src="i/pencil.png" style="margin-top:-2px;"></a>
</div>
<div class="f mt5">
<a href="/" class="grey-button aib h30 flex1">Удалить <img src="i/cross.png" style="margin-top:-2px;"></a>
</div>
<div class="f mt5">
<a href="/" class="grey-button aib h30 flex1">Добавить туриста <img src="i/nb-tourist.png" style="margin-top:-2px;"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<ng-include src="'bottom.html'"></ng-include>
</body>
</html>