Update anpdf.phtml

This commit is contained in:
Вячеслав
2020-04-03 09:45:26 +00:00
parent 5659046c93
commit 94bdb93305

View File

@@ -71,7 +71,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
<canvas id="the-canvas" style="width:100%;margin: 2% 0;"></canvas> <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;"> <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: 60%;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;padding:0px;">
<?if (isset($prevurl)):?> <?if (isset($prevurl)):?>
<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?>"><&nbsp;Предыдущая страница</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?>"><&nbsp;Предыдущая страница</a></li>
<?endif?> <?endif?>