Rev 476 |
Rev 550 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
501 |
jpm |
1 |
<div id="info-img">
|
|
|
2 |
<img src="<?=$image['binaire.href']?>" alt="<?=$id?>" />
|
|
|
3 |
<dl>
|
|
|
4 |
<dt>Photo n°</dt><dd><?=$id?></dd>
|
|
|
5 |
<dt>Titre</dt><dd><?=$image['determination.nom_sci']?></dd>
|
|
|
6 |
<dt>Description</dt><dd><?=$image['determination.libelle']?></dd>
|
|
|
7 |
<dt>Localisation</dt><dd><?=$image['station.libelle']?></dd>
|
|
|
8 |
<dt>Auteur</dt>
|
|
|
9 |
<dd>
|
|
|
10 |
<?=$image['auteur.libelle']?>
|
|
|
11 |
<a class="mailto" href="<?= $image['urlContact']; ?>">(Contacter ...)</a>
|
|
|
12 |
</dd>
|
|
|
13 |
<dt>Date de création</dt><dd><?=$image['date']?></dd>
|
|
|
14 |
<dt>Licence</dt><dd><a href="http://www.tela-botanica.org/page:licence">CC-BY-SA</a></dd>
|
|
|
15 |
</dl>
|
|
|
16 |
</div>
|