|
|
|
@ -22,7 +22,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<div class="form-wrapper"> |
|
|
|
<div class="form-wrapper"> |
|
|
|
<form action="{{ form.submission_url }}" method="POST" enctype="multipart/form-data" onsubmit="yaCounter950321.reachGoal('Order'); ga('send', 'event', 'Service', 'order'); return true;"> |
|
|
|
<form action="{{ form.submission_url }}" method="POST" enctype="multipart/form-data" onsubmit="yaCounter950321.reachGoal('Order'); ga('send', 'event', 'Service', 'order', document.title); return true;"> |
|
|
|
<div class="form-errors" style="display:none;"></div> |
|
|
|
<div class="form-errors" style="display:none;"></div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="field-wrapper"> |
|
|
|
<div class="field-wrapper"> |
|
|
|
@ -101,7 +101,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-consultation xs-offset-bottom" ng-click="open('{{ instance.id }}');" onclick="yaCounter950321.reachGoal('OrderOpen'); ga('send', 'event', 'Service', 'order_open'); return true;" value="">{{ instance.title }}</button> |
|
|
|
<button class="btn btn-consultation xs-offset-bottom" ng-click="open('{{ instance.id }}');" onclick="yaCounter950321.reachGoal('OrderOpen'); ga('send', 'event', 'Service', 'order_open', document.title); return true;" value="">{{ instance.title }}</button> |
|
|
|
{% if request.LANGUAGE_CODE == 'ru' %} |
|
|
|
{% if request.LANGUAGE_CODE == 'ru' %} |
|
|
|
<p>Вы можете <em>обратить к нам с вопросом</em> или <em>заказать услугу</em> «{{ instance.name }}»</p> |
|
|
|
<p>Вы можете <em>обратить к нам с вопросом</em> или <em>заказать услугу</em> «{{ instance.name }}»</p> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
@ -120,7 +120,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
angular.element($('.order-form')[0]).scope().open({{ instance.id }}); |
|
|
|
angular.element($('.order-form')[0]).scope().open({{ instance.id }}); |
|
|
|
yaCounter950321.reachGoal('OrderOpen'); |
|
|
|
yaCounter950321.reachGoal('OrderOpen'); |
|
|
|
ga('send', 'event', 'Service', 'order_open'); |
|
|
|
ga('send', 'event', 'Service', 'order_open', document.title); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
consultation_link = true; |
|
|
|
consultation_link = true; |
|
|
|
|