Line 5... |
Line 5... |
5 |
<a href="<?=$nom['urlFiche']?>">
|
5 |
<a href="<?=$nom['urlFiche']?>">
|
6 |
<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
|
6 |
<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
|
7 |
</a>
|
7 |
</a>
|
Line 8... |
Line 8... |
8 |
|
8 |
|
9 |
<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
|
9 |
<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
|
10 |
<img src="<?=$repartition['urls'][$nnTaxon]?>" alt="Carte de répartition" class="repartition_vignette"/>
|
10 |
<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
|
11 |
<?php else : ?>
|
11 |
<?php else : ?>
|
12 |
<div class="absent">Pas de carte</div>
|
12 |
<div class="absent">Pas de carte</div>
|
13 |
<?php endif; ?>
|
13 |
<?php endif; ?>
|
14 |
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
|
14 |
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
|
15 |
<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
|
15 |
<img src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
|
16 |
<?php else : ?>
|
16 |
<?php else : ?>
|
17 |
<p class="absent">
|
17 |
<p class="absent">
|
18 |
Pas de photo<br />
|
18 |
Pas de photo<br />
|
19 |
<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr"
|
19 |
<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr"
|