Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 479 Rev 482
Line 3... Line 3...
3
		onclick="window.open(this.href); return false;">Ajouter une photo</a></p>
3
		onclick="window.open(this.href); return false;">Ajouter une photo</a></p>
4
	<div id="ef_illustration_info">
4
	<div id="ef_illustration_info">
5
		<ul id="efii_liste_cel">
5
		<ul id="efii_liste_cel">
6
		<?php foreach($cel['images'] as $id => $image) : ?>
6
		<?php foreach($cel['images'] as $id => $image) : ?>
7
			<li>
7
			<li>
8
				<a class="lien-image-cel" href="<?=$image['url.pop-up'];?>">
8
				<a class="lien-image-cel" href="<?=$image['url.pop-up.img'];?>">
9
					<img src="<?= $image['binaire.href']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['determination.nom_sci']?>" />
9
					<img src="<?= $image['binaire.href']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['determination.nom_sci']?>" />
10
				</a>
10
				</a>
11
				<p>
11
				<p>
12
					à <strong class="localisation"><?= $image['station.commune']; ?></strong><br />
12
					à <strong class="localisation"><?= $image['station.commune']; ?></strong><br />
13
					le <strong class="date-creation"><?= date('d/m/Y', strtotime($image['date'])); ?></strong><br /> 
13
					le <strong class="date-creation"><?= date('d/m/Y', strtotime($image['date'])); ?></strong><br /> 
14
					par <a class="mailto" onclick="javascript: window.open(this.href, 'Photo_{CEL_IMG_ID}', 'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no'); return false;" href="{CEL_URL_POPUP}">
14
					par <a class="mailto" href="<?= $image['url.pop-up.contact']; ?>">
15
							<strong class="auteur"><?= $image['auteur']; ?></strong> 
15
							<strong class="auteur"><?= $image['auteur.libelle']; ?></strong> 
16
							(Contacter ...)
16
							(Contacter ...)
17
						</a>
17
						</a>
18
				</p>
18
				</p>
19
			</li>
19
			</li>
20
			<?php endforeach; ?>
20
			<?php endforeach; ?>