ee3cea15
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
|
<div class="forms_" id="artboxcore-modal" aria-labelledby="Login" aria-hidden="true" style="display:none;">
<div class="forms_wr_">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 class="modal-title" id="Login">Заказать</h3>
</div>
<div class="modal-body">
<form id="get-itform" action="" method="POST" role="form">
|
5ba94c74
Alexey Boroda
-Modals ready, ne...
|
9
|
<div id="name-block" class="form-group field-booknow-email required">
|
ee3cea15
Alexey Boroda
first commit
|
10
|
<div class="on_input_"></div><label class="control-label" for="booknow-email">Ваше имя</label><input type="text" id="booknow-email" class="form-control" name="name" autocomplete="off" aria-required="true">
|
5ba94c74
Alexey Boroda
-Modals ready, ne...
|
11
|
</div><div id="email-block" class="form-group field-booknow-email required">
|
ee3cea15
Alexey Boroda
first commit
|
12
|
<div class="on_input_"></div><label class="control-label" for="booknow-email">Ваш e-mail</label><input type="text" id="booknow-email" class="form-control" name="email" autocomplete="off" aria-required="true">
|
5ba94c74
Alexey Boroda
-Modals ready, ne...
|
13
|
</div><div id="phone-block" class="form-group field-booknow-email required">
|
ee3cea15
Alexey Boroda
first commit
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<div class="on_input_"></div><label class="control-label" for="booknow-email">Ваш телефон</label><input type="text" id="booknow-email" class="form-control" name="phone" autocomplete="off" aria-required="true">
</div>
<div class="form-group field-booknow-message">
<label class="control-label" for="booknow-message">Комментарий</label>
<textarea id="booknow-message" class="form-control" name="message" rows="4"></textarea>
<p class="help-block help-block-error"></p>
</div>
<p class="text-center">
<button type="submit" class="send-form btn btn-lg btn-template-primary">Заказать</button> </p>
</form>
</div>
</div>
<div class="overlay-new"></div>
</div>
|
2f083e2c
Eugeny Galkovskiy
modal styles and ...
|
30
|
<div id="success-modal" class="success_" style="opacity: 0;display: none;top: 50%;">
|
ee3cea15
Alexey Boroda
first commit
|
31
32
33
|
<div class="forms_wr_">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
5ba94c74
Alexey Boroda
-Modals ready, ne...
|
34
|
<h3 class="modal-title" id="Success">Спасибо за заявку</h3>
|
ee3cea15
Alexey Boroda
first commit
|
35
36
37
|
</div>
<div class="modal-body">
|
5ba94c74
Alexey Boroda
-Modals ready, ne...
|
38
|
<p class="text-center">Мы скоро с вами свяжемся.</p>
|
ee3cea15
Alexey Boroda
first commit
|
39
|
<p class="text-center">
|
5ba94c74
Alexey Boroda
-Modals ready, ne...
|
40
|
<button type="button" class="btn btn-template-primary" data-dismiss="modal">Закрыть</button>
|
ee3cea15
Alexey Boroda
first commit
|
41
42
43
44
45
46
|
</p>
</div>
</div>
</div>
<div id="overlay" style="display:none;"></div>
|