xp bars for seminary list

This commit is contained in:
Daniel 2014-04-28 15:19:05 +02:00
commit c22b121e04

View file

@ -21,6 +21,12 @@
<?=$seminary['title']?> <?=$seminary['title']?>
<?php endif ?> <?php endif ?>
</p> </p>
<div class="cf">
<div class="xpbar">
<span style="width:25%"></span>
</div>
<p class="xpnumeric">25 / 100 XP</p>
</div>
<p><small><?=sprintf(_('created by %s on %s'), $seminary['creator']['username'], $dateFormatter->format(new \DateTime($seminary['created'])))?></small></p> <p><small><?=sprintf(_('created by %s on %s'), $seminary['creator']['username'], $dateFormatter->format(new \DateTime($seminary['created'])))?></small></p>
<p><?=\hhu\z\Utils::t($seminary['description'])?></p> <p><?=\hhu\z\Utils::t($seminary['description'])?></p>
<?php if(!array_key_exists('usercharacter', $seminary)) : ?> <?php if(!array_key_exists('usercharacter', $seminary)) : ?>