Update anpdf.phtml
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<title><?=$title?></title>
|
||||
<script src="//mozilla.github.io/pdf.js/build/pdf.js"></script>
|
||||
|
||||
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||||
</head>
|
||||
<body style="width: 87%;margin: 0px auto;margin-top: 2%;background: #f5f5f5;">
|
||||
<!-- Rating Mail.ru counter -->
|
||||
@@ -74,11 +74,11 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
||||
<ul id="pdf-nav" style="font-size: 1.1em;width: 50%;">
|
||||
|
||||
<?if (isset($prevurl)):?>
|
||||
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$prevurl?>"><<?=$prevpage?></a></li>
|
||||
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$prevurl?>">< </a></li>
|
||||
<?endif?>
|
||||
<li style="list-style-type:none;color:white;margin-right: 10px;float: left;"><?=$page?></li>
|
||||
<?if (isset($nexturl)):?>
|
||||
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$nexturl?>"><?=$nextpage?>></a></li>
|
||||
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" 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;">
|
||||
|
||||
Reference in New Issue
Block a user