Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 481 → Rev 482

/trunk/modules/fiche/squelettes/fiche_illustrations.tpl.html
5,14 → 5,14
<ul id="efii_liste_cel">
<?php foreach($cel['images'] as $id => $image) : ?>
<li>
<a class="lien-image-cel" href="<?=$image['url.pop-up'];?>">
<a class="lien-image-cel" href="<?=$image['url.pop-up.img'];?>">
<img src="<?= $image['binaire.href']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['determination.nom_sci']?>" />
</a>
<p>
à <strong class="localisation"><?= $image['station.commune']; ?></strong><br />
le <strong class="date-creation"><?= date('d/m/Y', strtotime($image['date'])); ?></strong><br />
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}">
<strong class="auteur"><?= $image['auteur']; ?></strong>
par <a class="mailto" href="<?= $image['url.pop-up.contact']; ?>">
<strong class="auteur"><?= $image['auteur.libelle']; ?></strong>
(Contacter ...)
</a>
</p>