progress bar & xp value alignment
This commit is contained in:
parent
3e040b777d
commit
0ae0543031
1 changed files with 5 additions and 3 deletions
|
|
@ -12,10 +12,12 @@
|
||||||
<p class="fwb"><?=$hierarchy['title_singular']?> <?=$group['pos']?>:
|
<p class="fwb"><?=$hierarchy['title_singular']?> <?=$group['pos']?>:
|
||||||
<?php if(!array_key_exists('access', $group) || $group['access']) : ?>
|
<?php if(!array_key_exists('access', $group) || $group['access']) : ?>
|
||||||
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>"><?=$group['title']?></a></p>
|
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>"><?=$group['title']?></a></p>
|
||||||
<div class="xpbar">
|
<div class="cf">
|
||||||
<span style="width:25%"></span>
|
<div class="xpbar">
|
||||||
|
<span style="width:25%"></span>
|
||||||
|
</div>
|
||||||
|
<p class="xpnumeric">350 / 450 XP</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="xpnumeric">350 / 450 XP</p>
|
|
||||||
<p>Einleitungstext: Mit völlig verseuchtem Tagewerk machst du dich an die Arbeit und stellst schnell fest...</p>
|
<p>Einleitungstext: Mit völlig verseuchtem Tagewerk machst du dich an die Arbeit und stellst schnell fest...</p>
|
||||||
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>" class="cta orange">Auf ins Abenteuer!</a>
|
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>" class="cta orange">Auf ins Abenteuer!</a>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue