Reduce a little the size of HTML page size

This commit is contained in:
Sébastien Lucas 2013-05-24 11:33:34 +02:00
bovenliggende df03815ec6
commit 83e1a1172c
1 gewijzigde bestanden met toevoegingen van 23 en 17 verwijderingen

Bestand weergeven

@ -238,39 +238,45 @@
<a class="fancydetail" href="<?php echo $entry->book->getDetailUrl () ?>">
<div class="fullclickpopup">
<h2><span class="st"><?php echo htmlspecialchars ($entry->title) ?></span>
<?php
<?php
if ($entry->book->getPubDate() != "")
{
?>
?>
<span class="sp">(<?php echo $entry->book->getPubDate() ?>)</span>
<?php
<?php
}
?>
<span class="sr"><?php echo $entry->book->getRating () ?></span></h2>
?>
<?php
if (!is_null ($entry->book->rating)) {
?>
<span class="sr"><?php echo $entry->book->getRating () ?></span>
<?php
}
?>
</h2>
<h4><?php echo localize("authors.title") . " : " ?></h4><span class="sa"><?php echo htmlspecialchars ($entry->book->getAuthorsName ()) ?></span><br />
<?php
<?php
$tags = $entry->book->getTagsName ();
if (!empty ($tags)) {
?>
?>
<h4><?php echo localize("tags.title") . " : </h4>" . htmlspecialchars ($tags) ?><br />
<?php
<?php
}
?>
<?php
?>
<?php
$serie = $entry->book->getSerie ();
if (!is_null ($serie)) {
?>
?>
<h4><?php echo localize("series.title") . " : " ?></h4><span class="ss"><?php echo htmlspecialchars ($serie->name) . " (" . $entry->book->seriesIndex . ")" ?></span><br />
<?php
<?php
}
?></div></a>
?>
</div></a>
</article>
<?php
<?php
}
?>
<?php
}
?>
?>
</section>
<footer>
<div class="footright">