Line 1... |
Line 1... |
1 |
<div id="illustrations">
|
1 |
<div id="illustrations">
|
2 |
<p><a class="acceder-outil" href="http://www.tela-botanica.org/page:cel" title="Ajouter une photographie au moyen du Carnet en Ligne"
|
2 |
<p><a class="acceder-outil" href="http://www.tela-botanica.org/page:cel" title="Ajouter une photographie au moyen du Carnet en Ligne"
|
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="http://localhost/eflore-consultation/index.php?referentiel=bdtfx&niveau=2&module=popup-illustrations&action=fiche&id=<?=$id;?>">
|
8 |
<a class="lien-image-cel" href="<?=$image['url.pop-up'];?>">
|
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 />
|