Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1146 Rev 1166
Line 27... Line 27...
27
 
27
 
28
		<div id="illustrations-organes">
28
		<div id="illustrations-organes">
29
		<? if (empty($organes) == false) :?>
29
		<? if (empty($organes) == false) :?>
30
			<ul class="liste-illustrations">
30
			<ul class="liste-illustrations">
31
			<? foreach($organes as $tag => $image) : ?>
31
			<? foreach($organes as $tag => $image) : ?>
32
				<? if ($image != null) : ?>
32
				<? if ($image && $image['binaire.href']) : ?>
33
				<li class="organe-moyen">
33
				<li class="organe-moyen">
34
					<?= ucfirst($tag); ?>
34
					<?= ucfirst($tag); ?>
35
					<a class="lien-image-cel" href="popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=<?= $image['id_image'] ?>">
35
					<a class="lien-image-cel" href="popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=<?= $image['id_image'] ?>">
36
						<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
36
						<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"