You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
6.2 KiB
136 lines
6.2 KiB
{% load cms_tags staticfiles sekizai_tags menu_tags i18n %}
|
|
{% load pipeline %}
|
|
<!doctype html>
|
|
<html ng-app="zuykov">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{% block title %}Zuykov and partners{% endblock title %}</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="description" content="{% page_attribute "meta_description" %}" />
|
|
<meta name="google-site-verification" content="EoS8MgJcpPun9wGnGcnkZwIscIul2QSCu-gDPQ5hWew" />
|
|
<meta name='yandex-verification' content='5a95933195045ad8' />
|
|
|
|
|
|
{% stylesheet 'main' %}
|
|
{% javascript 'vendor' %}
|
|
{% javascript 'main' %}
|
|
|
|
{% render_block "css" %}
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/static/imgs/favicon.svg"/>
|
|
<link rel="icon" type="image/x-icon" href="/static/imgs/favicon.ico">
|
|
<link rel="alternate icon" type="image/png" href="/static/imgs/favicon.png"/>
|
|
|
|
</head>
|
|
<body ng-controller="MainCtrl">
|
|
|
|
{% cms_toolbar %}
|
|
<div class="container">
|
|
|
|
<div class="wrapper no-print">
|
|
<div class="header-logo">
|
|
<a href="/{{request.LANGUAGE_CODE}}/">
|
|
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}" class="header-logo-desktop">
|
|
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'_mobile.svg' as image_static %}{% static image_static %}{% endwith %}" class="header-logo-mobile">
|
|
</a>
|
|
|
|
{% static_placeholder 'header-slogan-main-'|add:request.current_page.get_root.reverse_id %}
|
|
|
|
|
|
</div>
|
|
<div class="header-content">
|
|
{% if request.current_page.parent %}
|
|
{% static_placeholder 'header-content-'|add:request.current_page.get_root.reverse_id %}
|
|
{% elif request.current_page.reverse_id %}
|
|
{% static_placeholder 'header-content-main-'|add:request.current_page.reverse_id %}
|
|
{% endif %}
|
|
</div>
|
|
<div class="header-contacts">
|
|
<ul class="list-unstyled list-inline">
|
|
<li>{% language_chooser 'language_chooser.html' %}</li>
|
|
<li><a href="{% page_url "about" %}"><strong>{% page_attribute "page_title" "about" %}</strong></a></li>
|
|
<li><a href="{% page_url "contacts" %}"><strong>{% page_attribute "page_title" "contacts" %}</strong></a></li>
|
|
</ul>
|
|
<div class="consultation">
|
|
{% static_placeholder 'consultation' %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% show_menu 0 1 100 100 "menu_header.html" %}
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{% block content %}{% endblock content %}
|
|
|
|
<footer>
|
|
{% static_placeholder 'footer' %}
|
|
|
|
<div class="background-line-pattern"></div>
|
|
<div class="about no-print">
|
|
<a href="/" class="no-border">
|
|
<img src="{% with 'imgs/logo_footer_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}">
|
|
</a>
|
|
<p class="copyright">© 2004—{% now "Y" %}</p>
|
|
<ul class="list-unstyled">
|
|
<li><a href="{% page_url "about" %}">{% page_attribute "page_title" "about" %}</a></li>
|
|
<li><a href="{% page_url "contacts" %}"><strong>{% page_attribute "page_title" "contacts" %}</a></strong></li>
|
|
<li>{% language_chooser 'language_chooser.html' %}</li>
|
|
</ul>
|
|
</div>
|
|
<div class="menu no-print">
|
|
<h5 class="footer-slogan"><nobr>{% trans "— There is nothing impossible. Almost nothing" %}</nobr></h5>
|
|
{% show_menu 0 1 100 100 "menu_footer.html" %}
|
|
</div>
|
|
<div class="content no-print">
|
|
{% static_placeholder 'footer_content' %}
|
|
</div>
|
|
<div class="contacts pull-right">
|
|
{% static_placeholder 'footer-contacts' %}
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
{% render_block "js" %}
|
|
|
|
<!-- Yandex.Metrika counter -->
|
|
<script type="text/javascript">
|
|
(function (d, w, c) {
|
|
(w[c] = w[c] || []).push(function() {
|
|
try {
|
|
w.yaCounter950321 = new Ya.Metrika({
|
|
id:950321,
|
|
clickmap:true,
|
|
trackLinks:true,
|
|
accurateTrackBounce:true,
|
|
webvisor: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 = "https://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="https://mc.yandex.ru/watch/950321" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
<!-- /Yandex.Metrika counter -->
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-35642647-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|