Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1132 | Rev 1181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1132 Rev 1168
Line 3... Line 3...
3
	<ul class="liste-illustrations">
3
	<ul class="liste-illustrations">
4
	<?php foreach($organes as $tag => $image) : ?>
4
	<?php foreach($organes as $tag => $image) : ?>
5
		<li class="icone-organe">
5
		<li class="icone-organe">
6
			<a class="lien-images-organes <? if (empty($image)) : ?>non-<? endif ?>fourni" data-tag="<?= $tag; ?>"
6
			<a class="lien-images-organes <? if (empty($image)) : ?>non-<? endif ?>fourni" data-tag="<?= $tag; ?>"
7
			  title="<? if (empty($image)) : ?>Aucune photo pour <? endif ?><?= $tag ?>">
7
			  title="<? if (empty($image)) : ?>Aucune photo pour <? endif ?><?= $tag ?>">
8
				<img class="icone-organe" src="presentations/images/icones_tags/<?= $tag; ?>.png" alt="<?= $tag ?>" />
8
				<img class="icone-organe" src="/eflore/consultation/presentations/images/icones_tags/<?= $tag; ?>.png" alt="<?= $tag ?>" />
9
				<?= $tag; ?>
9
				<?= $tag; ?>
10
			</a>
10
			</a>
11
		</li>
11
		</li>
12
	<?php endforeach; ?>
12
	<?php endforeach; ?>
13
	</ul>
13
	</ul>