Update anpdf.phtml

This commit is contained in:
Вячеслав
2020-04-03 09:36:55 +00:00
parent 19122a79c9
commit 0dc73aab0c

View File

@@ -73,11 +73,11 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
<div style="display: flex;align-items:center;height: 51px;width: 100%;background: #2c2e35;box-sizing: border-box;"> <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: 50%;font-weight:bold;display: flex;justify-content: center;">
<?if (isset($prevurl)):?> <?if (isset($prevurl)):?>
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$prevurl?>"><&nbsp;</a></li> <li style="list-style-type:none;margin-right: 10px;float: left;border: 3px solid white;border-radius: 28px;padding: 2px 7px;"><a style="color:white;text-decoration: none;" href="<?=$prevurl?>"><&nbsp;Предыдущая страница</a></li>
<?endif?> <?endif?>
<li style="list-style-type:none;color:white;margin-right: 10px;float: left;"><?=$page?></li> <li style="list-style-type:none;color:white;margin-right: 10px;float: left;font-size: 1.7em;"><?=$page?></li>
<?if (isset($nexturl)):?> <?if (isset($nexturl)):?>
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$nexturl?>">&nbsp;></a></li> <li style="list-style-type:none;margin-right: 10px;float: left;border: 3px solid white;border-radius: 28px;padding: 2px 7px;"><a style="color:white;text-decoration: none;" href="<?=$nexturl?>">Следующая страница&nbsp;></a></li>
<?endif?> <?endif?>
</ul> </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: 50%;background: #69c;display: flex;height: 51px;align-items: center;justify-content: center;font-weight: bold;font-size: 1.1em;">