Tab to space again

This commit is contained in:
Sébastien Lucas 2013-05-16 14:00:28 +02:00
parent bce2d0fe5d
commit 4f31084dc7

View file

@ -28,7 +28,7 @@ $book->getLinkArray ();
<?php <?php
} }
?> ?>
<span class="cover"> <span class="cover">
<?php <?php
if ($book->hasCover) { if ($book->hasCover) {
?> ?>
@ -38,19 +38,19 @@ $book->getLinkArray ();
<?php <?php
} }
?> ?>
</span> </span>
<?php <?php
foreach ($book->getDatas() as $data) foreach ($book->getDatas() as $data)
{ {
?> ?>
<h2 class="download"><a href="<?php echo $data->getHtmlLink () ?>"><?php echo $data->format ?></a></h2> <h2 class="download"><a href="<?php echo $data->getHtmlLink () ?>"><?php echo $data->format ?></a></h2>
<?php <?php
} }
?> ?>
<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> <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>
<p class="popupless"> <p class="popupless">
<h3><?php echo localize("authors.title") ?>: </h3> <h3><?php echo localize("authors.title") ?>: </h3>
<?php <?php
$i = 0; $i = 0;
foreach ($authors as $author) { foreach ($authors as $author) {
@ -83,7 +83,7 @@ $book->getLinkArray ();
{ {
?> ?>
<p class="popupless"> <p class="popupless">
<h3><a href="index.php<?php $link = new LinkNavigation ($serie->getUri ()); echo $link->hrefXhtml () ?>"><?php echo localize("series.title") ?></a>: </h3> <h3><a href="index.php<?php $link = new LinkNavigation ($serie->getUri ()); echo $link->hrefXhtml () ?>"><?php echo localize("series.title") ?></a>: </h3>
<?php echo str_format (localize ("content.series.data"), $book->seriesIndex, htmlspecialchars ($serie->name)) ?> <?php echo str_format (localize ("content.series.data"), $book->seriesIndex, htmlspecialchars ($serie->name)) ?>
</p> </p>
<?php <?php