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.
 
 
 
 
 
 

86 lines
3.5 KiB

{% load static %}
{% load i18n %}
<footer class="layout">
<div class="layout-wrap footer-wrap">
<aside>
<div class="copy">© 2008 — {% now "Y" %} Expomap.ru</div>
<ul class="soc-media-buttons">
{% comment %}
<!-- task EXPO-145-->
<li><a href="http://expomap.ru/rss3.php/" target="_blank"><img src="{% static 'client/img/soc-medias/sm-icon-rss.png' %} " title="RSS" alt="RSS" /></a></li>
{% endcomment %}
<li><a href="https://www.facebook.com/Expomap" target="_blank"><img src="{% static 'client/img/soc-medias/sm-icon-fb.png" title="Facebook" alt="Facebook' %} " /></a></li>
<li><a href="http://www.linkedin.com/company/expomap-ru/" target="_blank"><img src="{% static 'client/img/soc-medias/sm-icon-lin.png" title="LinkedIn" alt="LinkedIn' %} " /></a></li>
<li><a href="http://vk.com/expomap" target="_blank"><img src="{% static 'client/img/soc-medias/sm-icon-vk.png" title="В контакте" alt="В контакте' %} " /></a></li>
<li><a href="https://twitter.com/expomap_ru" target="_blank"><img src="{% static 'client/img/soc-medias/sm-icon-twit.png" title="Twitter" alt="Twitter' %} " /></a></li>
</ul>
</aside>
<div class="footer-body mcl">
<nav>
<ul class="main-menu">
<li class="sub"><span>{% trans 'События' %}</span>
<ul>
<li><a href="/expo/">{% trans 'выставки' %}</a></li>
<li><a href="/conference/">{% trans 'конференции' %}</a></li>
</ul>
</li>
<li><a href="/places/">{% trans 'места' %}</a></li>
<li><a href="/members/">{% trans 'участники' %}</a></li>
</ul>
<ul class="s-menu">
<li><a href="/about/">{% trans 'о нас' %}</a></li>
<li><a href="/partners/">{% trans 'партнеры' %}</a></li>
<li><a href="/advertising/">{% trans 'реклама' %}</a></li>
<li><a href="/contacts/">{% trans 'контакты' %}</a></li>
<li><a href="/newsletters/{% if themes %}?{% for th in themes %}theme={{ th }}&{% endfor %}{% endif %}">{% trans 'подписаться' %}</a></li>
</ul>
</nav>
<div class="counters">
<ul>
<li>
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t14.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: number of pageviews for 24 hours,"+
" of visitors for 24 hours and for today is shown' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->
</li>
<li>
<a href="http://yandex.ru/cy?base=0&amp;host=expomap.ru" rel="nofollow">
<img src="http://www.yandex.ru/cycounter?expomap.ru"
width="88"
height="31"
alt="Яндекс цитирования"
border="0" />
</a>
</li>
<li>
<!-- begin of Top100 code -->
<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?2916249"></script>
<noscript>
<a href="http://top100.rambler.ru/navi/2916249/">
<img src="http://counter.rambler.ru/top100.cnt?2916249" alt="Rambler's Top100" border="0" />
</a>
</noscript>
<!-- end of Top100 code -->
</li>
</ul>
</div>
</div>
</div>
</footer>