2020-04-01 21:26:25 +03:00
< html >
< head >
2020-04-02 14:38:26 +00:00
< title > Еженедельник Аргументы Недели - <? = $title ?> </ title >
2020-04-03 19:37:42 +03:00
< script src = "/pub/scripts/pdf.js" > < / script >
2020-04-02 14:29:31 +00:00
< link rel = "icon" type = "image/ico" href = "https://argumenti.ru/favicon.ico" >
2020-04-01 21:26:25 +03:00
< / head >
2020-04-02 10:14:10 +00:00
< body style = "width: 87%;margin: 0px auto;margin-top: 2%;background: #f5f5f5;" >
2020-04-03 19:23:37 +03:00
< script >
var url = '<? = $pdfile ?> ';
var scale = <? = $scale ?> ;
var pageNumber = <? = $page ?> ;
< / script >
< script src = "/pub/scripts/anpdf.js" > < / script >
2020-04-02 11:31:21 +00:00
<!-- Rating Mail.ru counter -->
< script type = "text/javascript" >
var _tmr = window._tmr || (window._tmr = []);
_tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
(function (d, w, id) {
if (d.getElementById(id)) return;
var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true; ts.id = id;
ts.src = "https://top-fwz1.mail.ru/js/code.js";
var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
})(document, window, "topmailru-code");
< / script > < noscript > < div >
< img src = "https://top-fwz1.mail.ru/counter?id=1069168;js=na" style = "border:0;position:absolute;left:-9999px;" alt = "Top.Mail.Ru" / >
< / div > < / noscript >
<!-- //Rating Mail.ru counter -->
<!-- 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(26004090, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
< / script >
< noscript > < div > < img src = "https://mc.yandex.ru/watch/26004090" style = "position:absolute; left:-9999px;" alt = "" / > < / div > < / noscript >
<!-- /Yandex.Metrika counter -->
2020-04-02 11:36:36 +00:00
< 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-11186859-1', 'auto');
ga('send', 'pageview');
< / script >
2020-04-02 09:31:37 +00:00
< h1 style = "font-size: 1.4em;text-align: center;" >
< a style = "color: #4e4f55;text-decoration:underline;" href = "https://argumenti.ru/" > Аргументы Недели</ a > → < a style = "color: #4e4f55;text-decoration:underline;letter-spacing: 0.3px;" href = "/" > <? = $title ?> </ a >
< / h1 >
2020-04-02 09:36:14 +00:00
<!-- Yandex.RTB R - A - 50615 - 61 -->
< div id = "yandex_rtb_R-A-50615-61" > < / div >
< script type = "text/javascript" >
(function(w, d, n, s, t) {
w[n] = w[n] || [];
w[n].push(function() {
Ya.Context.AdvManager.render({
blockId: "R-A-50615-61",
renderTo: "yandex_rtb_R-A-50615-61",
async: true
});
});
t = d.getElementsByTagName("script")[0];
s = d.createElement("script");
s.type = "text/javascript";
s.src = "//an.yandex.ru/system/context.js";
s.async = true;
t.parentNode.insertBefore(s, t);
})(this, this.document, "yandexContextAsyncCallbacks");
< / script >
2020-04-03 13:51:29 +00:00
< canvas id = "the-canvas" style = "width:100%;margin: 2% 0;text-align:center;" > Загружаем pdf. Пожалуйста подождите...< / canvas >
2020-04-01 21:26:25 +03:00
2020-04-02 11:15:36 +00:00
< div style = "display: flex;align-items:center;height: 51px;width: 100%;background: #2c2e35;box-sizing: border-box;" >
2020-04-03 09:45:26 +00:00
< ul id = "pdf-nav" style = "font-size: 1.1em;width: 60%;font-weight:bold;display: flex;justify-content: center;padding:0px;" >
2020-04-02 14:33:24 +00:00
<? if ( isset ( $prevurl )) : ?>
2020-04-03 09:43:24 +00:00
< li style = "list-style-type:none;margin-right: 15px;float: left;border: 3px solid white;border-radius: 28px;padding: 2px 10px;font-size: .85em;display: flex;align-items: center;" >< a style = "color:white;text-decoration: none;" href = " <? = $prevurl ?> " > < Предыдущая страница</ a ></ li >
2020-04-02 14:33:24 +00:00
<? endif ?>
2020-04-03 09:39:26 +00:00
< li style = "list-style-type:none;color:white;margin-right: 15px;float: left;font-size: 1.7em;" > <? = $page ?> </ li >
2020-04-02 14:33:24 +00:00
<? if ( isset ( $nexturl )) : ?>
2020-04-03 09:43:24 +00:00
< li style = "list-style-type:none;float: left;border: 3px solid white;border-radius: 28px;padding: 2px 10px;font-size: .85em;display: flex;align-items: center;" >< a style = "color:white;text-decoration: none;" href = " <? = $nexturl ?> " > Следующая страница ></ a ></ li >
2020-04-02 14:33:24 +00:00
<? endif ?>
< / ul >
2020-04-03 09:43:24 +00:00
< p style = "width: 40%;background: #69c;display: flex;height: 51px;align-items: center;justify-content: center;font-weight: bold;font-size: 1.1em;" >
2020-04-02 14:33:24 +00:00
< a style = "color:white;" href = "https://argumenti.ru/robomail/486?utm_source=argumenti.ru&utm_medium=subscript&utm_campaign=promo" > Получайте «Газету на @email»< / a >
< / p >
2020-04-02 11:15:36 +00:00
< / div >
2020-04-02 09:56:40 +00:00
< div id = "smi_teaser_13132" style = "width:100%;" >
< center >
< a href = "https://24smi.info/?utm_source=informer_13132" >
Агрегатор новостей 24С М И
< / a >
< / center >
< / div >
2020-04-01 21:26:25 +03:00
2020-04-02 09:56:40 +00:00
< script type = "text/JavaScript" encoding = "utf8" >
(function() {
var sm = document.createElement("script");
sm.type = "text/javascript";
sm.async = true;
sm.src = "//jsn.24smi.net/a/8/13132.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(sm, s);})();
< / script >
2020-04-01 21:26:25 +03:00
< / body >
< / html >