Line 3... |
Line 3... |
3 |
|
3 |
|
Line 4... |
Line 4... |
4 |
<? foreach ($noms as $nnTaxon => $nom) : ?>
|
4 |
<? foreach ($noms as $nnTaxon => $nom) : ?>
|
5 |
|
5 |
|
6 |
<li class="zone-resultat">
|
6 |
<li class="zone-resultat">
|
7 |
<div class="nom-sci">
|
7 |
<div class="nom-sci">
|
8 |
<a href="<?=$nom['urlFiche']?>" >
|
8 |
<a class="lien_fiche_eflore" href="<?=$nom['urlFiche']?>" >
|
9 |
<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
|
9 |
<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
|
Line 10... |
Line 10... |
10 |
</a>
|
10 |
</a>
|
11 |
</div>
|
11 |
</div>
|
12 |
|
12 |
|
13 |
<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
|
13 |
<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
|
14 |
<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" />
|
14 |
<img class="illustration_resultat_choro" src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" />
|
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 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])?>" 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">
|
Line 27... |
Line 27... |
27 |
Contribuer
|
27 |
Contribuer
|
28 |
</a>
|
28 |
</a>
|
29 |
</p>
|
29 |
</p>
|
30 |
<?php endif; ?>
|
30 |
<?php endif; ?>
|
31 |
<?php if (isset($imagesCoste[$taxons[$nnTaxon]][0])) : ?>
|
31 |
<?php if (isset($imagesCoste[$taxons[$nnTaxon]][0])) : ?>
|
32 |
<img src="<?=htmlentities($imagesCoste[$taxons[$nnTaxon]][0])?>" alt="illustration de Coste" />
|
32 |
<img class="illustration_resultat_coste" src="<?=htmlentities($imagesCoste[$taxons[$nnTaxon]][0])?>" alt="illustration de Coste" />
|
33 |
<?php endif; ?>
|
33 |
<?php endif; ?>
|
34 |
<?php endif; ?>
|
34 |
<?php endif; ?>
|
35 |
<?php if (isset($synonymes[$nnTaxon])) : ?>
|
35 |
<?php if (isset($synonymes[$nnTaxon])) : ?>
|
36 |
<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
|
36 |
<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
|
37 |
<ul class="synonymes" style="width:100%;">
|
37 |
<ul class="synonymes" style="width:100%;">
|