Line 8... |
Line 8... |
8 |
<dt>Titre</dt><dd><?= $image['determination.nom_sci'] ?><br /></dd>
|
8 |
<dt>Titre</dt><dd><?= $image['determination.nom_sci'] ?><br /></dd>
|
9 |
<dt>Description</dt><dd><?= $image['determination.libelle'] ?><br /></dd>
|
9 |
<dt>Description</dt><dd><?= $image['determination.libelle'] ?><br /></dd>
|
10 |
<dt>Localisation</dt><dd><?=$image['station.commune'] ?><br /></dd>
|
10 |
<dt>Localisation</dt><dd><?=$image['station.commune'] ?><br /></dd>
|
11 |
<dt>Auteur</dt>
|
11 |
<dt>Auteur</dt>
|
12 |
<dd>
|
12 |
<dd>
|
- |
|
13 |
<? if ($image['auteur.id']) : ?>
|
13 |
<a href="http://tela-botanica.org/profil:<?= $image['auteur.id'] ?>"><?=$image['auteur.libelle']?></a>
|
14 |
<a href="http://tela-botanica.org/profil:<?= $image['auteur.id'] ?>"
|
- |
|
15 |
title="Voir le profil de cet utilisateur (nécessite d'être identifié)">
|
- |
|
16 |
<?= $image['auteur.libelle'] ?>
|
- |
|
17 |
</a>
|
- |
|
18 |
<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)"
|
14 |
<a class="mailto" href="<?= $urlContact ?>">(Contacter ...)</a>
|
19 |
class="mailto" href="<?= $urlContact ?>">
|
- |
|
20 |
(Contacter ...)
|
- |
|
21 |
</a>
|
- |
|
22 |
<? else : ?>
|
- |
|
23 |
<?= $image['auteur.libelle'] ?>
|
- |
|
24 |
- (profil indisponible)
|
- |
|
25 |
<? endif ?>
|
15 |
</dd>
|
26 |
</dd>
|
16 |
<dt>Date d'observation</dt><dd><?= $image['date'] ?><br /></dd>
|
27 |
<dt>Date d'observation</dt><dd><?= $image['date'] ?><br /></dd>
|
17 |
<dt>Licence</dt><dd><a class="lien-externe" href="http://www.tela-botanica.org/page:licence">CC-BY-SA</a></dd>
|
28 |
<dt>Licence</dt><dd><a class="lien-externe" href="http://www.tela-botanica.org/page:licence">CC-BY-SA</a></dd>
|
18 |
</dl>
|
29 |
</dl>
|
19 |
</div>
|
30 |
</div>
|