Better book detail
This commit is contained in:
parent
b3eaeb8592
commit
2de35f9897
|
@ -21,7 +21,8 @@ $tags = $book->getTags ();
|
|||
<img src="fetch.php?id=<?php echo $book->id ?>&height=150" alt="cover" />
|
||||
</div>
|
||||
<div class="entryTitle"><?php echo htmlspecialchars ($book->title) ?></div>
|
||||
<div class="entrySection"><?php echo localize("authors.title") ?></div>
|
||||
<div class="entrySection">
|
||||
<span><?php echo localize("authors.title") ?></span>
|
||||
<div class="buttonEffect pad6">
|
||||
<?php
|
||||
$i = 0;
|
||||
|
@ -33,7 +34,9 @@ $tags = $book->getTags ();
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="entrySection"><?php echo localize("tags.title") ?></div>
|
||||
</div>
|
||||
<div class="entrySection">
|
||||
<span><?php echo localize("tags.title") ?></span>
|
||||
<div class="buttonEffect pad6">
|
||||
<?php
|
||||
$i = 0;
|
||||
|
@ -46,6 +49,7 @@ $tags = $book->getTags ();
|
|||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer" />
|
||||
<hr />
|
||||
<div><?php echo localize("content.summary") ?></div>
|
||||
|
|
Loading…
Reference in a new issue