|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<link href="/static/bower_components/Bootflat/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
<link href="/static/bower_components/Bootflat/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
<link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet"> |
|
|
|
<link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet"> |
|
|
|
<link href="/static/less/_.css?v=10" rel="stylesheet"> |
|
|
|
<link href="/static/less/_.css?v=11" rel="stylesheet"> |
|
|
|
<link href="/static/css/select2.min.css" rel="stylesheet"> |
|
|
|
<link href="/static/css/select2.min.css" rel="stylesheet"> |
|
|
|
<link rel="stylesheet" type="text/css" href="/static/bower_components/sweetalert/lib/sweet-alert.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="/static/bower_components/sweetalert/lib/sweet-alert.css"> |
|
|
|
<link href="/static/js/icheck/skins/square/blue.css" rel="stylesheet"> |
|
|
|
<link href="/static/js/icheck/skins/square/blue.css" rel="stylesheet"> |
|
|
|
@ -238,7 +238,6 @@ |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<form action="/" id="call-form" class="form mfp-hide call-form" method="post"> |
|
|
|
<form action="/" id="call-form" class="form mfp-hide call-form" method="post"> |
|
|
|
<h3>Заказать бесплатный звонок</h3> |
|
|
|
<h3>Заказать бесплатный звонок</h3> |
|
|
|
<input id="id_reply_to" name="reply_to" type="hidden"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="control-label" for="id_name">Ваше имя</label> |
|
|
|
<label class="control-label" for="id_name">Ваше имя</label> |
|
|
|
@ -267,6 +266,44 @@ |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
|
|
|
|
<form action="/" id="order-form" class="form mfp-hide order-form" method="post"> |
|
|
|
|
|
|
|
<h3>Запрос наличия и цены</h3> |
|
|
|
|
|
|
|
<input id="id_item" name="item" type="hidden"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<label class="control-label" for="id_name">Ваше имя</label> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class=" "> |
|
|
|
|
|
|
|
<input class=" form-control" id="id_name" maxlength="45" name="name" type="text"> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<label class="control-label" for="id_phone">Номер телефона</label> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class=" "> |
|
|
|
|
|
|
|
<input class=" form-control" id="id_phone" maxlength="254" name="phone" type="text"> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<label class="control-label" for="id_email">Email (если есть)</label> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class=" "> |
|
|
|
|
|
|
|
<input class=" form-control" id="id_email" maxlength="254" name="email" type="email"> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
<label class="control-label" for="id_comment">Комментарий (необязательно)</label> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class=" "> |
|
|
|
|
|
|
|
<input class=" form-control" id="id_comment" maxlength="254" name="comment" type="text"> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group text-left"> |
|
|
|
|
|
|
|
<button type="submit" name="call-order" class="btn btn-primary"><span class="glyphicon glyphicon-phone-alt" |
|
|
|
|
|
|
|
aria-hidden="true"></span> Сделать запрос |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
{% block footer_scripts %} |
|
|
|
{% block footer_scripts %} |
|
|
|
<script src="/static/bower_components/jquery/dist/jquery.min.js"></script> |
|
|
|
<script src="/static/bower_components/jquery/dist/jquery.min.js"></script> |
|
|
|
<script src="/static/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> |
|
|
|
<script src="/static/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> |
|
|
|
@ -280,7 +317,7 @@ |
|
|
|
<script src="/static/js/Selecter/jquery.fs.selecter.min.js"></script> |
|
|
|
<script src="/static/js/Selecter/jquery.fs.selecter.min.js"></script> |
|
|
|
<script src="/static/js/select2.min.js"></script> |
|
|
|
<script src="/static/js/select2.min.js"></script> |
|
|
|
<script src="/static/js/mp/dist/jquery.magnific-popup.min.js"></script> |
|
|
|
<script src="/static/js/mp/dist/jquery.magnific-popup.min.js"></script> |
|
|
|
<script src="/static/js/_.js?v=6"></script> |
|
|
|
<script src="/static/js/_.js?v=7"></script> |
|
|
|
{% endblock footer_scripts %} |
|
|
|
{% endblock footer_scripts %} |
|
|
|
{% block jss %}{% endblock jss %} |
|
|
|
{% block jss %}{% endblock jss %} |
|
|
|
{% if messages %} |
|
|
|
{% if messages %} |
|
|
|
|