EIOS/integration/tpl/tpl_footer.html

44 lines
2.3 KiB
HTML

<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
<div id="Toast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<svg class="bd-placeholder-img rounded me-2" width="20" height="20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#007aff" id="Toast_img"></rect></svg>
<strong class="me-auto" id="Toast_title"></strong>
<small id="Toast_time"></small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Закрыть"></button>
</div>
<div class="toast-body" id="Toast_body"></div>
</div>
</div>
{literal}
<!-- Yandex.Metrika informer -->
<a href="https://metrika.yandex.ru/stat/?id=64484032&amp;from=informer"
target="_blank" rel="nofollow"><img src="https://informer.yandex.ru/informer/64484032/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"
style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="64484032" data-lang="ru" /></a>
<!-- /Yandex.Metrika informer -->
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(64484032, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/64484032" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<script>$(document).ready(function(){
function online_check(){
$.ajax({url: '/rabprog/',cache:false,datatype:'json',method:'post',
data: 'online=1',success:function(data){}
});
}
setInterval(function() { online_check(); }, 480000);
})</script>
{/literal}
</body>
</html>