Line 368... |
Line 368... |
368 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
|
368 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
|
369 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
|
369 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
|
370 |
</h3>
|
370 |
</h3>
|
371 |
<div id="contenu-0" class="contenu">
|
371 |
<div id="contenu-0" class="contenu">
|
372 |
<?php if ($illustrations['imageUrl'] != '') : ?>
|
372 |
<?php if ($illustrations['imageUrl'] != '') : ?>
|
373 |
<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>"
|
373 |
<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>"
|
374 |
src="<?=$illustrations['imageUrl']?>" alt="Image de <?=$nom_retenu?> issue du cel, du site photoflora ou de la flore de Coste"
|
374 |
src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>"
|
375 |
style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
|
375 |
style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
|
376 |
<?php else : ?>
|
376 |
<?php else : ?>
|
377 |
<span class="absent" style="float:none; margin-left:55px">
|
377 |
<span class="absent" style="float:none; margin-left:55px">
|
378 |
Pas de photo<br />
|
378 |
Pas de photo<br />
|
379 |
<a href="http://www.tela-botanica.org/page:cel"
|
379 |
<a href="http://www.tela-botanica.org/page:cel"
|
Line 395... |
Line 395... |
395 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
|
395 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
|
396 |
</h3>
|
396 |
</h3>
|
397 |
<div id="contenu-3" class="contenu">
|
397 |
<div id="contenu-3" class="contenu">
|
398 |
<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
|
398 |
<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
|
399 |
<h4>Observations</h4>
|
399 |
<h4>Observations</h4>
|
400 |
<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
|
400 |
<img src="<?=htmlentities($repartition['eflore'])?>" alt="<?= $infos['nom_sci'] ?> - carte des observations" style="margin-left: 11px; width: 190px;" />
|
401 |
<? endif; ?>
|
401 |
<? endif; ?>
|
402 |
<? if ($repartition['chorodep'] != null) : ?>
|
402 |
<? if ($repartition['chorodep'] != null) : ?>
|
403 |
<h4>Répartition départementale</h4>
|
403 |
<h4>Répartition départementale</h4>
|
404 |
<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
|
404 |
<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
|
405 |
<? endif; ?>
|
405 |
<? endif; ?>
|
406 |
<br/>
|
406 |
<br/>
|
407 |
<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
407 |
<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
408 |
Voir +/Compléter
|
408 |
Voir +/Compléter
|
409 |
</a>
|
409 |
</a>
|