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.
318 lines
12 KiB
318 lines
12 KiB
{% spaceless %}
|
|
{% load cms_tags sekizai_tags menu_tags %}
|
|
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>{% block page-title %}{% page_attribute title %}{% endblock %}{% block site-title %} | Пенсионный фонд России{% endblock %}</title>
|
|
|
|
{% block meta_keywords %}
|
|
<meta name="keywords" lang="ru" content="{% page_attribute meta_keywords %}" />
|
|
{% endblock %}
|
|
|
|
{% block meta_description %}
|
|
<meta name="description" content="{% page_attribute meta_description %}" />
|
|
{% endblock %}
|
|
<meta name="telderi" content="11899c43006eae1e4f0ba77f7232acf8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="verify-admitad" content="65e3ea4237" />
|
|
<link rel="shortcut icon" href="{{ STATIC_URL }}favicon.ico" />
|
|
{% block common_css %}
|
|
<link rel="stylesheet" href="{{ STATIC_URL }}css/smoothness/jquery-ui-1.10.2.min.css" />
|
|
<link rel="stylesheet" href="{{ STATIC_URL }}css/common.css?_t=1493290827" />
|
|
<link rel="stylesheet" href="{{ STATIC_URL }}css/tinymce.css" />
|
|
{% endblock %}
|
|
{% endspaceless %}
|
|
|
|
{% render_block "css" %}
|
|
|
|
{% spaceless %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<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-55432721-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
<!-- Yandex.Metrika counter -->
|
|
<script type="text/javascript">
|
|
(function (d, w, c) {
|
|
(w[c] = w[c] || []).push(function() {
|
|
try {
|
|
w.yaCounter24845756 = new Ya.Metrika({id:24845756,
|
|
webvisor:true,
|
|
clickmap:true,
|
|
trackLinks:true,
|
|
accurateTrackBounce: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 = (d.location.protocol == "https:" ? "https:" : "http:") + "//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="//mc.yandex.ru/watch/24845756" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
<!-- /Yandex.Metrika counter -->
|
|
|
|
{% cms_toolbar %}
|
|
|
|
<div class="header">
|
|
|
|
<div class='wrapper'>
|
|
<a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/" class="logo"></a>
|
|
|
|
<div class='header-link header-link1{% if request.path == '/npf/' %} active-header-link{% endif %}'>
|
|
{% if request.path == '/npf/' %}
|
|
<span class='h'>Негосударственные пенсионные фонды</span>
|
|
{% else %}
|
|
<a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/npf/">Негосударственные пенсионные фонды</a>
|
|
{% endif %}
|
|
<span>Адреса, телефоны, рейтинг, отзывы клиентов</span>
|
|
</div>
|
|
|
|
{% url 'pensfonds-all' as the_pensfonds_url %}
|
|
|
|
<div class='header-link header-link2{% if request.path == the_pensfonds_url %} active-header-link{% endif %}'>
|
|
{% if request.path == the_pensfonds_url %}
|
|
<span class='h'>Отделения пенсионного фонда России</span>
|
|
{% else %}
|
|
<a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}{{ the_pensfonds_url }}">Отделения пенсионного фонда России</a>
|
|
{% endif %}
|
|
<span>Адреса, телефоны и режим работы всех отделений</span>
|
|
</div>
|
|
|
|
{% block header %}{% endblock %}
|
|
|
|
{% if request.path == the_pensfonds_url %}<div class='w-triangle2'></div>{% endif %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class='wide-bg'>
|
|
</div>
|
|
<div class="colmask {% block colmask-wrapper-add-class %}threecol{% endblock %}"> {# если 2 колонки, то вместо "threecol" класс "leftmenu" #}
|
|
{% block colmid-div-start %}
|
|
<div class="colmid"> {# если 2 колонки, то блок не нужен #}
|
|
{% endblock %}
|
|
|
|
<div class="colleft">
|
|
<div class="col2-left">
|
|
{% block menu-left %}
|
|
<ul class="menu-left">
|
|
{% show_menu 1 2 1 2 "cms/menu/left.html" %}
|
|
</ul>
|
|
{% endblock %}
|
|
|
|
{% block content-left %}{% endblock %}
|
|
|
|
{% include 'banner.html' with b_id='left-banner' b_block='left' b_size='' %}
|
|
|
|
<div class="sticky-banner">
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<!-- ПФ - колонка2 -->
|
|
<ins class="adsbygoogle"
|
|
style="display:inline-block;width:250px;height:360px"
|
|
data-ad-client="ca-pub-1611834627309058"
|
|
data-ad-slot="6879623111"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div> {# end of div.sticky-banner #}
|
|
</div>
|
|
|
|
<div class="col1-main">
|
|
{% block breadcrumbs %}
|
|
<div class="clear"></div>
|
|
<div class="breadcrumbs">
|
|
<ul>
|
|
{% show_breadcrumb "cms/menu/breadcrumbs.html" %}
|
|
{% block custom_breadcrumbs %}{% endblock %}
|
|
</ul>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block content-main %}{% endblock %}
|
|
{% block pre_footer %}
|
|
{% include 'pre_footer.html' %}
|
|
{% endblock %}
|
|
</div>
|
|
</div>
|
|
|
|
{% block colmid-div-end %}
|
|
</div>
|
|
{% endblock %}
|
|
</div>
|
|
|
|
|
|
<div class="footer">
|
|
<div class='wrapper'>
|
|
<div class='left-footer'>
|
|
<p>Пенсионный фонд.ру © {% now "Y" %}</p>
|
|
<a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/sitemap/">Карта сайта</a>
|
|
</div>
|
|
<div class='contact_admin'>
|
|
<a id="feedback_link" href="#">Связаться с администрацией</a>
|
|
</div>
|
|
{% block footer %}{% endblock %}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="info_dialog" class="hidden"></div>
|
|
|
|
{% with feedback_form as form %}
|
|
<div id="feedback_dialog" class="hidden dialog-block">
|
|
<p>Связаться с администрацией</p>
|
|
<form id="feedback_form" class="ajax-form" action="{% url 'feedback' %}" method="post" title="">
|
|
{% csrf_token %}
|
|
|
|
<div class="field">
|
|
{{ form.name.label_tag }}
|
|
{{ form.name }}
|
|
</div>
|
|
|
|
<div class="field">
|
|
{{ form.phone.label_tag }}
|
|
{{ form.phone }}
|
|
</div>
|
|
|
|
<div class="field">
|
|
{{ form.email.label_tag }}
|
|
{{ form.email }}
|
|
</div>
|
|
|
|
<div class="field">
|
|
{{ form.msg.label_tag }}
|
|
{{ form.msg }}
|
|
</div>
|
|
|
|
<div class="field">
|
|
{{ form.captcha.label_tag }}
|
|
{{ form.captcha }}
|
|
<a href="{% url 'captcha-refresh' %}" class='js-captcha-refresh' alt='Обновить'></a>
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<div class='errors'></div>
|
|
|
|
<button type="submit" role="submit" name="submit" class='submit_btn'>Отправить!</button>
|
|
</form>
|
|
</div>
|
|
{% endwith %}
|
|
|
|
{% block common_js %}
|
|
<!--[if lte IE 6]>
|
|
<script src="{{ STATIC_URL }}js/ie-png.js"></script>
|
|
<![endif]-->
|
|
<script src="{{ STATIC_URL }}js/jquery-1.10.2.min.js"></script>
|
|
<script src="{{ STATIC_URL }}js/jquery-ui-1.10.2.min.js"></script>
|
|
<script src="{{ STATIC_URL }}js/jquery.form.js"></script>
|
|
<script src="{{ STATIC_URL }}js/jquery-scrolltofixed-min.js"></script>
|
|
<script src="{{ STATIC_URL }}waypoints/jquery.waypoints.min.js"></script>
|
|
<script src="{{ STATIC_URL }}waypoints/shortcuts/inview.min.js"></script>
|
|
|
|
<script src="{{ STATIC_URL }}js/easing.js" type="text/javascript"></script>
|
|
<script src="{{ STATIC_URL }}js/jquery.ui.totop.js" type="text/javascript"></script>
|
|
|
|
<script src="{{ STATIC_URL }}js/csrf.js"></script>
|
|
<script src="{{ STATIC_URL }}js/main.js?_t=1455821413"></script>
|
|
|
|
<script>
|
|
$(function() {
|
|
var menu_height = $('.menu-left').height();
|
|
$('.wide-bg').height(menu_height + 25);
|
|
$('.main-text').css('min-height', menu_height + 25);
|
|
});
|
|
</script>
|
|
|
|
<script>
|
|
$(function() {
|
|
$(".sticky-banner").scrollToFixed({
|
|
marginTop: 10,
|
|
limit: function() {
|
|
var bb = $(".col1-main");
|
|
var bb_bottom = bb.position().top + bb.outerHeight();
|
|
var banner_bottom = $(this).position.top + $(this).outerHeight(true);
|
|
|
|
if (bb_bottom > banner_bottom)
|
|
return bb_bottom - $(this).outerHeight(true) - 20;
|
|
else
|
|
return banner_bottom;
|
|
},
|
|
zIndex: 999
|
|
});
|
|
|
|
var teas = {
|
|
interval_id: null,
|
|
delay: 2000,
|
|
busy: false,
|
|
url: "{% url 'teasers-show-many' %}",
|
|
max_ids: 100,
|
|
ids: [],
|
|
};
|
|
|
|
function teas_show() {
|
|
if (teas.busy || !teas.ids.length)
|
|
return;
|
|
|
|
teas.busy = true;
|
|
|
|
var _ids = [];
|
|
while (teas.ids.length > 0 && _ids.length < teas.max_ids) {
|
|
_ids.push(teas.ids.pop());
|
|
}
|
|
|
|
if (_ids.length > 0) {
|
|
$.ajax({
|
|
url: teas.url,
|
|
type: 'POST',
|
|
dataType: 'json',
|
|
data: {'ids[]': _ids},
|
|
cache: false,
|
|
});
|
|
}
|
|
|
|
teas.busy = false;
|
|
};
|
|
|
|
teas.interval_id = setInterval(teas_show, teas.delay);
|
|
|
|
$("div.one-teaser").waypoint({
|
|
handler: function() {
|
|
teas.ids.push(parseInt($(this.element).data('id')));
|
|
this.destroy(); // fire once
|
|
},
|
|
offset: 'bottom-in-view',
|
|
});
|
|
});
|
|
</script>
|
|
|
|
<script>
|
|
$(function() {
|
|
$().UItoTop({ easingType: 'easeOutQuart' });
|
|
});
|
|
</script>
|
|
|
|
{% endblock %}
|
|
|
|
{% block custom_js %}{% endblock %}
|
|
|
|
{% endspaceless %}
|
|
|
|
{% render_block "js" %}
|
|
<script type="text/javascript">var leadia_custom_param = {"webmaster":{"subaccount":"","product":"lawyer"},"widgetStyle":{"position":"right","horizontalMargin":"0"},"presetStyle":"#336699","consultant":{"name":"Небраскина О.Н.","jobTitle":"Консультант по вопросам ПФР","generateRandom":false}};(function(e,c){var b=function(b,d){var a=c.createElement("script");a.type="text/javascript";a.charset="UTF-8";a.src=b;"undefined"!==typeof d&&(e.lcloaderror=!0,a.onerror=d);c.body.appendChild(a)};b("//api.cloudleadia.com/wnew.js?wc=leadia/default/blade&w=10568&p=lawyer",function(){b("/_1504785325778.php")})})(window,document);</script>
|
|
</body>
|
|
</html>
|
|
|