Line 15... |
Line 15... |
15 |
<?php else : ?>
|
15 |
<?php else : ?>
|
16 |
<div class="absent">Pas de carte</div>
|
16 |
<div class="absent">Pas de carte</div>
|
17 |
<?php endif; ?>
|
17 |
<?php endif; ?>
|
18 |
<?php if ($nom['rang'] != 'Famille' && $nom['rang'] != 'Genre' && $nom['rang'] != 'Ordre') : ?>
|
18 |
<?php if ($nom['rang'] != 'Famille' && $nom['rang'] != 'Genre' && $nom['rang'] != 'Ordre') : ?>
|
19 |
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
|
19 |
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
|
20 |
<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
|
20 |
<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" title="<?= $nnTaxon; ?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
|
21 |
<?php else : ?>
|
21 |
<?php else : ?>
|
22 |
<p class="absent">
|
22 |
<p class="absent">
|
23 |
Pas de photo<br />
|
23 |
Pas de photo<br />
|
24 |
<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr"
|
24 |
<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr"
|
25 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|
25 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|