|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
</head> |
|
|
|
|
<body ng-controller="MainCtrl"> |
|
|
|
|
|
|
|
|
|
{% cms_toolbar %} |
|
|
|
|
{% cms_toolbar %} |
|
|
|
|
<div class="container"> |
|
|
|
|
|
|
|
|
|
<div class="wrapper no-print"> |
|
|
|
|
@ -33,10 +33,10 @@ |
|
|
|
|
<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 %} |
|
|
|
|
@ -56,18 +56,18 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% show_menu 0 1 100 100 "menu_header.html" %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="clearfix"></div> |
|
|
|
|
|
|
|
|
|
{% block content %}{% endblock content %} |
|
|
|
|
|
|
|
|
|
<footer> |
|
|
|
|
{% static_placeholder 'footer' %} |
|
|
|
|
|
|
|
|
|
{% static_placeholder 'footer' %} |
|
|
|
|
|
|
|
|
|
<div class="background-line-pattern"></div> |
|
|
|
|
<div class="about no-print"> |
|
|
|
|
<div class="about"> |
|
|
|
|
<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> |
|
|
|
|
@ -83,10 +83,10 @@ |
|
|
|
|
{% show_menu 0 1 100 100 "menu_footer.html" %} |
|
|
|
|
</div> |
|
|
|
|
<div class="content no-print"> |
|
|
|
|
{% static_placeholder 'footer_content' %} |
|
|
|
|
{% static_placeholder 'footer_content' %} |
|
|
|
|
</div> |
|
|
|
|
<div class="contacts pull-right"> |
|
|
|
|
{% static_placeholder 'footer-contacts' %} |
|
|
|
|
{% static_placeholder 'footer-contacts' %} |
|
|
|
|
</div> |
|
|
|
|
</footer> |
|
|
|
|
</div> |
|
|
|
|
|