Fix some stuff again. Lots of work remaining.

This commit is contained in:
Sébastien Lucas 2013-05-15 22:09:28 +02:00
parent 7d81cbe893
commit b641a7e64f

View file

@ -20,7 +20,7 @@ $book->getLinkArray ();
<?php <?php
if (isset ($page) && $page == Base::PAGE_BOOK_DETAIL) { if (isset ($page) && $page == Base::PAGE_BOOK_DETAIL) {
?> ?>
<div> <article class="bookdetail">
<?php <?php
} else { } else {
?> ?>
@ -47,7 +47,7 @@ $book->getLinkArray ();
<?php <?php
} }
?> ?>
<h1><a rel="bookmark" href="<?php echo 'index.php' . $book->getUri () ?>"><img src="<?php echo getUrlWithVersion("images/Link.png") ?>" alt="permalink" /></a><?php echo htmlspecialchars ($book->title) ?></h1> <h1><a rel="bookmark" href="<?php echo $book->getDetailUrl (true) ?>"><img src="<?php echo getUrlWithVersion("images/Link.png") ?>" alt="<?php echo localize ("permalink.alternate") ?>" /></a><?php echo htmlspecialchars ($book->title) ?></h1>
<h3><?php echo localize("authors.title") ?>: </h3> <h3><?php echo localize("authors.title") ?>: </h3>
<p class="popupless"> <p class="popupless">