evolve QuesttypeAgents with fixed Actions and Character submission handling
This commit is contained in:
parent
844a048074
commit
4ab600fb6d
22 changed files with 724 additions and 140 deletions
14
views/html/quests/submission.tpl
Normal file
14
views/html/quests/submission.tpl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<h1><?=_('Seminaries')?></h1>
|
||||
<h2><?=$seminary['title']?></h2>
|
||||
|
||||
<?=$questgroupshierarchypath?>
|
||||
<?=$questgroupspicture?>
|
||||
|
||||
<?php if(!is_null($media)) : ?>
|
||||
<img src="<?=$linker->link(array('media','index',$seminary['url'],$media['url']))?>" />
|
||||
<?php endif ?>
|
||||
|
||||
<h3><?=sprintf(_('Submission of %s'),$character['name'])?></h1>
|
||||
<section>
|
||||
<?=$output?>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue