implement copying of Stations for Seminary copy feature

This commit is contained in:
oliver 2016-01-30 20:15:13 +01:00
commit 40a233fa7d
4342 changed files with 1215466 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<div class="moodpic">
<div>
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
</div>
</div>

View file

@ -0,0 +1,16 @@
<div class="moodpic">
<div>
<?php if(!is_null($medium)) : ?>
<img src="<?=$medium['url']?>" <?php if(!empty($medium['title'])) : ?>title="<?=$medium['title']?>"<?php endif ?> <?php if(!empty($medium['description'])) : ?>alt="<?=$medium['description']?>"<?php endif ?>/>
<?php if(!empty($medium['sourceurl'])) : ?>
<span class="source">
<a href="<?=$medium['sourceurl']?>" target="_blank" title="<?=_('Image source')?>" rel="nofollow">
<i class="fa fa-external-link"></i>
</a>
</span>
<?php endif ?>
<?php else : ?>
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
<?php endif ?>
</div>
</div>

View file

@ -0,0 +1,16 @@
<div class="moodpic">
<div>
<?php if(!is_null($medium)) : ?>
<img src="<?=$medium['url']?>" <?php if(!empty($medium['title'])) : ?>title="<?=$medium['title']?>"<?php endif ?> <?php if(!empty($medium['description'])) : ?>alt="<?=$medium['description']?>"<?php endif ?>/>
<?php if(!empty($medium['sourceurl'])) : ?>
<span class="source">
<a href="<?=$medium['sourceurl']?>" target="_blank" title="<?=_('Image source')?>" rel="nofollow">
<i class="fa fa-external-link"></i>
</a>
</span>
<?php endif ?>
<?php else : ?>
<img src="<?=$linker->link(array('grafics','questlab.jpg'))?>" />
<?php endif ?>
</div>
</div>