|
|
|
|
@ -23,7 +23,32 @@ |
|
|
|
|
ga('create', 'UA-3151423-1', 'auto'); |
|
|
|
|
ga('send', 'pageview'); |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<!-- Yandex.Metrika counter --> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
(function (d, w, c) { |
|
|
|
|
(w[c] = w[c] || []).push(function() { |
|
|
|
|
try { |
|
|
|
|
w.yaCounter21606697 = new Ya.Metrika( |
|
|
|
|
{id:21606697, webvisor:true, clickmap:true, trackLinks:true, accurateTrackBounce:true} |
|
|
|
|
); |
|
|
|
|
} catch(e) { } |
|
|
|
|
}); |
|
|
|
|
var n = d.getElementsByTagName("script")[0], |
|
|
|
|
s = d.createElement("script"), |
|
|
|
|
f = function () |
|
|
|
|
{ n.parentNode.insertBefore(s, n); } |
|
|
|
|
; |
|
|
|
|
s.type = "text/javascript"; |
|
|
|
|
s.async = true; |
|
|
|
|
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; |
|
|
|
|
if (w.opera == "[object Opera]") |
|
|
|
|
{ d.addEventListener("DOMContentLoaded", f, false); } |
|
|
|
|
else |
|
|
|
|
{ f(); } |
|
|
|
|
})(document, window, "yandex_metrika_callbacks"); |
|
|
|
|
</script> |
|
|
|
|
<noscript><div><img src="//mc.yandex.ru/watch/21606697" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
|
|
|
|
<!-- /Yandex.Metrika counter --> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<!--[if lt IE 8]> |
|
|
|
|
@ -215,7 +240,7 @@ |
|
|
|
|
<img src="/static/img/ajax-loader.gif" alt="" style="position: absolute;top: 50%;left: 50%;margin-top: -27px;margin-left: -27px;"/> |
|
|
|
|
</div> |
|
|
|
|
<p class="err-message">Поля, выделенные красным — обязательны для заполнения.</p> |
|
|
|
|
<form id="register-form" method="post" action="/page/seminar-prodvizhenie/handle/" onsubmit="_gaq.push(['_trackEvent', 'personal','register']);return true;">{% csrf_token %} |
|
|
|
|
<form id="register-form" method="post" action="/page/seminar-prodvizhenie/handle/" onsubmit="ga('send', 'event', 'personal', 'register');return true;">{% csrf_token %} |
|
|
|
|
<input id="id_type" name="type" type="hidden" value="Запрос на приглашение на семинар"> |
|
|
|
|
<div class="form-group required"> |
|
|
|
|
<input type="text" class="form-control" id="name" name="name" placeholder="Имя:"> |
|
|
|
|
@ -253,7 +278,7 @@ |
|
|
|
|
<img src="/static/img/ajax-loader.gif" alt="" style="position: absolute;top: 50%;left: 50%;margin-top: -27px;margin-left: -27px;"/> |
|
|
|
|
</div> |
|
|
|
|
<p class="err-message">Поля, выделенные красным — обязательны для заполнения.</p> |
|
|
|
|
<form id="register-form" method="post" action="/page/seminar-prodvizhenie/handle/" onsubmit="_gaq.push(['_trackEvent', 'online','register']);return true;">{% csrf_token %} |
|
|
|
|
<form id="register-online-form" method="post" action="/page/seminar-prodvizhenie/handle/" onsubmit="ga('send', 'event', 'online', 'register');return true;">{% csrf_token %} |
|
|
|
|
<input id="id_type" name="type" type="hidden" value="Запрос на онлайн-трансляцию"> |
|
|
|
|
<div class="form-group required"> |
|
|
|
|
<input type="text" class="form-control" id="name" name="name" placeholder="Имя:"> |
|
|
|
|
|