remotes/origin/artem
spacenergy 11 years ago
parent 1455b406b7
commit 1880e4471d
  1. 34
      batiskaf/templates/jinja2/base.jinja

@ -49,9 +49,9 @@
<span class="yellow">+7 (777) 163-14-34</span> | <span class="yellow">+7 (777) 163-14-34</span> |
<span class="yellow">+7 (775) 859-12-17</span> | <span class="yellow">+7 (775) 859-12-17</span> |
<span class="yellow"><a href="#call-form" id="order-call-link"><span class="glyphicon glyphicon-phone-alt" <span class="yellow"><a href="#call-form" id="order-call-link"><span class="glyphicon glyphicon-phone-alt"
aria-hidden="true"></span> Заказать aria-hidden="true"></span> Заказать
звонок</a></span> | звонок</a></span> |
<a href="mailto:admin@batiskaf-kz.kz"><span class="glyphicon glyphicon-envelope" <a href="mailto:admin@batiskaf-kz.kz"><span class="glyphicon glyphicon-envelope"
aria-hidden="true"></span> Написать нам</a> | <a aria-hidden="true"></span> Написать нам</a> | <a
href="skype:batiskaf_kz?chat"><img href="skype:batiskaf_kz?chat"><img
src="/static/img/skype.png" alt="Написать в Skype" title="Написать в Skype" width="20" height="20"/></a> src="/static/img/skype.png" alt="Написать в Skype" title="Написать в Skype" width="20" height="20"/></a>
@ -63,9 +63,9 @@
<div class="container"> <div class="container">
<div class="logo-container"> <div class="logo-container">
<a href="/"><img src="/static/img/logo.png" alt="Батискаф-Казахстан" title="Батискаф-Казахстан" width="457" <a href="/"><img src="/static/img/logo.png" alt="Батискаф-Казахстан" title="Батискаф-Казахстан" width="457"
height="104"/></a> height="104"/></a>
</div> </div>
<div class="quick-access-container"> <div class="quick-access-container">
<form action="/store/search/" method="get"> <form action="/store/search/" method="get">
<input type="text" placeholder="Что ищем?" name="q" value="{{ request.GET['q']|default('') }}"/> <input type="text" placeholder="Что ищем?" name="q" value="{{ request.GET['q']|default('') }}"/>
@ -113,10 +113,10 @@
{% for col in child %} {% for col in child %}
<ul> <ul>
<li><a class="title" <li><a class="title"
href="{{ col.get_absolute_url() }}">{{ col.title }}</a> href="{{ col.get_absolute_url() }}">{{ col.title }}</a>
</li> </li>
{% for child2 in col.childs.all() %} {% for child2 in col.childs.all() %}
<li> <li>
<a href="{{ child2.get_absolute_url() }}">{{ child2.title }}</a> <a href="{{ child2.get_absolute_url() }}">{{ child2.title }}</a>
</li> </li>
{% endfor %} {% endfor %}
@ -432,10 +432,10 @@
{% endfor %} {% endfor %}
</script> </script>
{% endif %} {% endif %}
<!-- RedHelper --> <!-- BEGIN JIVOSITE CODE {literal} -->
<script id="rhlpscrtg" type="text/javascript" charset="utf-8" async="async" <script type='text/javascript'>
src="https://web.redhelper.ru/service/main.js?c=john8xxx"> (function(){ var widget_id = 'rfHEsPEnQy';
</script> var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//code.jivosite.com/script/widget/'+widget_id; var ss = document.getElementsByTagName('script')[0]; ss.parentNode.insertBefore(s, ss);})();</script>
<!--/Redhelper --> <!-- {/literal} END JIVOSITE CODE -->
</body> </body>
</html> </html>

Loading…
Cancel
Save