Line 8... |
Line 8... |
8 |
<a class="lien_fiche_eflore" 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>
|
10 |
</a>
|
10 |
</a>
|
11 |
</div>
|
11 |
</div>
|
Line -... |
Line 12... |
- |
|
12 |
|
12 |
|
13 |
<?php if (isset($repartition)) : ?>
|
13 |
<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
|
14 |
<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
|
14 |
<img class="illustration_resultat_choro" src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" />
|
15 |
<img class="illustration_resultat_choro" src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" />
|
15 |
<?php else : ?>
|
16 |
<?php else : ?>
|
16 |
<div class="absent">Pas de carte</div>
|
17 |
<div class="absent">Pas de carte</div>
|
- |
|
18 |
<?php endif;endif; ?>
|
17 |
<?php endif; ?>
|
19 |
|
18 |
<?php if ($nom['rang'] != 'Famille' && $nom['rang'] != 'Genre' && $nom['rang'] != 'Ordre') : ?>
|
20 |
<?php if ($nom['rang'] != 'Famille' && $nom['rang'] != 'Genre' && $nom['rang'] != 'Ordre') : ?>
|
19 |
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
|
21 |
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
|
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;"/>
|
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;"/>
|
21 |
<?php else : ?>
|
- |
|
22 |
<p class="absent">
|
23 |
<?php else : ?>
|
23 |
Pas de photo<br />
|
24 |
<p class="absent">Pas de photo<br />
|
24 |
<a href="http://www.tela-botanica.org/page:cel"
|
25 |
<a href="<?=$urlWidget?>"
|
25 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|
26 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|
26 |
onclick="window.open(this.href); return false;" class="contribuer">
|
27 |
onclick="window.open(this.href); return false;" class="contribuer">
|
27 |
Contribuer
|
28 |
Contribuer
|
28 |
</a>
|
29 |
</a>
|
29 |
</p>
|
- |
|
30 |
<?php endif; ?>
|
- |
|
31 |
<?php if (isset($imagesCoste[$taxons[$nnTaxon]][0])) : ?>
|
- |
|
32 |
<img class="illustration_resultat_coste" src="<?=htmlentities($imagesCoste[$taxons[$nnTaxon]][0])?>" alt="illustration de Coste" />
|
- |
|
33 |
<?php endif; ?>
|
30 |
</p>
|
- |
|
31 |
<?php endif; ?>
|
- |
|
32 |
|
- |
|
33 |
<?php if (isset($dessins) && isset($dessins[$taxons[$nnTaxon]][0])) : ?>
|
- |
|
34 |
<img class="illustration_resultat_coste" src="<?=htmlentities($dessins[$taxons[$nnTaxon]][0])?>" alt="illustration de Coste" />
|
- |
|
35 |
<?php endif; ?>
|
- |
|
36 |
<?php endif; ?>
|
34 |
<?php endif; ?>
|
37 |
|
35 |
<?php if (isset($synonymes[$nnTaxon])) : ?>
|
38 |
<?php if (isset($synonymes[$nnTaxon])) : ?>
|
36 |
<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
|
39 |
<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
|
37 |
<ul class="synonymes" style="width:100%;">
|
40 |
<ul class="synonymes" style="width:100%;">
|
38 |
<?php for ($i = 0; ($i < 3); $i++) : ?>
|
41 |
<?php for ($i = 0; ($i < 3); $i++) : ?>
|
39 |
<?php if (isset($synonymes[$nnTaxon][$i])) : ?>
|
42 |
<?php if (isset($synonymes[$nnTaxon][$i])) : ?>
|
40 |
<li><b>syn.</b> <?=$synonymes[$nnTaxon][$i]['nomSci']?></li>
|
43 |
<li><b>syn.</b> <?=$synonymes[$nnTaxon][$i]['nomSci']?></li>
|