Line 20... |
Line 20... |
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])?>" data-num-nom="<?= $nnTaxon; ?>" 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.'&num_nom='.$nnTaxon?>"
|
26 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|
26 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|
27 |
onclick="window.open(this.href); return false;" class="contribuer">
|
27 |
onclick="window.open(this.href); return false;" class="contribuer">
|
28 |
Contribuer
|
28 |
Contribuer
|
29 |
</a>
|
29 |
</a>
|
30 |
</p>
|
30 |
</p>
|