Files
anpdf/app/views/book.phtml
Your Name 36ae051927 s
2021-06-11 12:46:53 +03:00

38 lines
1.6 KiB
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.

<<<<<<< HEAD
<section id="row">
<div id="book_id">
<img style="width:100%;" src="<?=$book['pic']?>">
</div>
<div id="priceanons">
<p class="pricename"><?=$book['pricename']?></p>
<?=$book['priceanons']?>
<?if ($buy_status):?>
<p class="price"><a href="<?=$book['links']['pdf']?>">Читать PDF</a></p>
<!-- <p><a href="<?=$book['links']['text']?>">Читать текст</a></p> -->
<?if ($book['category_id'] == 1):?>
<p><a href="<?=$book['links']['download']?>">Скачать PDF</a></p>
<?endif?>
<?else:?>
<?$paylink = 'https://argumenti.ru/robomail/'.$book['price_id']?>
<p class="price"><a href="<?=$paylink?>">Купить за <?=$book['price']?> руб.</a></p>
<?endif?>
</div>
</section>
=======
<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>
>>>>>>> 76dc03e5a573e5b455e746185677a5a6c1bc6406