Update anpdf.phtml
This commit is contained in:
@@ -71,16 +71,16 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
||||
<canvas id="the-canvas" style="width:100%;margin: 2% 0;"></canvas>
|
||||
|
||||
<div style="display: flex;align-items:center;height: 51px;width: 100%;background: #2c2e35;box-sizing: border-box;">
|
||||
<ul id="pdf-nav" style="font-size: 1.1em;width: 50%;font-weight:bold;display: flex;justify-content: center;">
|
||||
<ul id="pdf-nav" style="font-size: 1.1em;width: 60%;font-weight:bold;display: flex;justify-content: center;">
|
||||
<?if (isset($prevurl)):?>
|
||||
<li style="list-style-type:none;margin-right: 15px;float: left;border: 3px solid white;border-radius: 28px;padding: 2px 10px;"><a style="color:white;text-decoration: none;" href="<?=$prevurl?>">< Предыдущая страница</a></li>
|
||||
<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>
|
||||
<?endif?>
|
||||
<li style="list-style-type:none;color:white;margin-right: 15px;float: left;font-size: 1.7em;"><?=$page?></li>
|
||||
<?if (isset($nexturl)):?>
|
||||
<li style="list-style-type:none;float: left;border: 3px solid white;border-radius: 28px;padding: 2px 10px;"><a style="color:white;text-decoration: none;" href="<?=$nexturl?>">Следующая страница ></a></li>
|
||||
<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>
|
||||
<?endif?>
|
||||
</ul>
|
||||
<p style="width: 50%;background: #69c;display: flex;height: 51px;align-items: center;justify-content: center;font-weight: bold;font-size: 1.1em;">
|
||||
<p style="width: 40%;background: #69c;display: flex;height: 51px;align-items: center;justify-content: center;font-weight: bold;font-size: 1.1em;">
|
||||
<a style="color:white;" href="https://argumenti.ru/robomail/486?utm_source=argumenti.ru&utm_medium=subscript&utm_campaign=promo">Получайте «Газету на @email»</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user