Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 955 Rev 966
Line 28... Line 28...
28
			<?php if (isset($cel['images'])) : ?>
28
			<?php if (isset($cel['images'])) : ?>
29
				<ul class="liste-illustrations">
29
				<ul class="liste-illustrations">
30
				<?php foreach($cel['images'] as $id => $image) : ?>
30
				<?php foreach($cel['images'] as $id => $image) : ?>
31
					<li><div>   
31
					<li><div>   
32
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
32
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
33
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" />
33
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" title="<?=$id;?>" />
34
						</a>
34
						</a>
35
						<p>
35
						<p>
36
							à <strong class="localisation"><?= $image['commune']; ?></strong><br />
36
							à <strong class="localisation"><?= $image['commune']; ?></strong><br />
37
							observée le <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
37
							observée le <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
38
							par <a class="mailto" href="<?= $image['urlContact']; ?>">
38
							par <a class="mailto" href="<?= $image['urlContact']; ?>">