Update anpdf.phtml
This commit is contained in:
@@ -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;border: 3px solid white;border-radius: 28px;padding: 2px 7px;"><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;"><a style="color:white;text-decoration: none;" href="<?=$prevurl?>">< Предыдущая страница</a></li>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
<li style="list-style-type:none;color:white;margin-right: 10px;float: left;font-size: 1.7em;"><?=$page?></li>
|
<li style="list-style-type:none;color:white;margin-right: 15px;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;border: 3px solid white;border-radius: 28px;padding: 2px 7px;"><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;"><a style="color:white;text-decoration: none;" href="<?=$nexturl?>">Следующая страница ></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;">
|
||||||
|
|||||||
Reference in New Issue
Block a user