Files
anpdf/app/views/book.phtml
Andrey Kuvshinov 76dc03e5a5 new link pdf
2021-06-09 13:30:55 +00:00

15 lines
739 B
PHTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="book_skeleton">
<div class="book_mini">
<img src="<?=$book['pic']?>">
<p class="book_mini_title"><?=$book['pricename']?></p>
<?if ($buy_status):?>
<p><a href="<?=$book['links']['pdf']?>">Открыть PDF</a></p>
<!-- <p><a href="<?=$book['links']['text']?>">Читать текст</a></p> -->
<?else:?>
<?$paylink = 'https://argumenti.ru/robomail/'.$book['price_id']?>
<p><?=$book['price']?> руб.</p>
<p><a href="<?=$paylink?>">Купить</a></p>
<?endif?>
</div>
<div><?=$book['priceanons']?></div>
</div>