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.
 
 
 
 
 
 

117 lines
5.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">
{% stylesheet 'main' %}
{% javascript 'vendor' %}
{% javascript 'main' %}
{% render_block "css" %}
<link rel="icon" type="image/svg+xml" href="/static/imgs/favicon.svg"/>
<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 %}">
</a>
<h5 class="slogan">{% trans 'Intellectual Property Protection' %}</h5>
</div>
<div class="header-content">
{% if request.current_page.parent %}
{% static_placeholder 'header-content-'|add:request.current_page.parent.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>
</ul>
<p class="city">{% trans 'Moscow' %}</p>
<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="/">
<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><nobr>{% trans "— There is nothing impossible. Almost nothing" %}</nobr></h5>
{% show_menu 0 1 100 100 "menu_footer.html" %}
</div>
<div class="contacts pull-right">
<ul class="list-unstyled">
<li>{% trans "Contact us:" %} <a href="mailto:info@zuykov.{% if current_language == "ru" %}ru{% else %}com{% endif %}">info@zuykov.com</a></li>
<li>{% trans "Groholskiy pereulok" %},<br/>
{% trans "dom 28" %}<br/>
{% trans "Moscow, Russia, 129090" %}
</li>
<li>+7 800 700-16-37</li>
</ul>
</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 -->
</body>
</html>