add report klan books
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
|
||||
|
||||
</style>
|
||||
|
||||
<h1>Книги в подписке</h1>
|
||||
<table>
|
||||
<?foreach ($books as $book):?>
|
||||
<tr>
|
||||
<td><?=$book['price_id']?></td>
|
||||
<td><?=$book['pricename']?></td>
|
||||
|
||||
<?if ($book['author_id'] > 0 ):?>
|
||||
<td><?=$book['author']?></td>
|
||||
<?elseif ($book['priceauthor'] !== ''):?>
|
||||
<td><?=$book['priceauthor']?></td>
|
||||
<?endif?>
|
||||
|
||||
</tr>
|
||||
<?endforeach?>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user