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