| Line 58... |
Line 58... |
| 58 |
</span>
|
58 |
</span>
|
| 59 |
<ul class="liste_synonymes_basionyme">
|
59 |
<ul class="liste_synonymes_basionyme">
|
| 60 |
<?php foreach ($basionyme['synonymes'] as $id => $synonyme) : ?>
|
60 |
<?php foreach ($basionyme['synonymes'] as $id => $synonyme) : ?>
|
| 61 |
<?php if($id_b != $id) { ?>
|
61 |
<?php if($id_b != $id) { ?>
|
| 62 |
<li class="item_nomenclature">
|
62 |
<li class="item_nomenclature">
|
| 63 |
<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci']) ? ' surlignage' : '' ?>">
|
63 |
<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
|
| 64 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet'] ?></a>
|
64 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet'] ?></a>
|
| 65 |
</span>
|
65 |
</span>
|
| - |
|
66 |
<?if ($synonyme['source_biblio'] != '') { ?>
|
| - |
|
67 |
<a href="<?=$synonyme['source_biblio']?>">
|
| - |
|
68 |
<img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
|
| - |
|
69 |
</a>
|
| - |
|
70 |
<? } ?>
|
| 66 |
</li>
|
71 |
</li>
|
| 67 |
<?php } ?>
|
72 |
<?php } ?>
|
| 68 |
<?php endforeach; ?>
|
73 |
<?php endforeach; ?>
|
| 69 |
</ul>
|
74 |
</ul>
|
| 70 |
<?php endforeach; ?>
|
75 |
<?php endforeach; ?>
|
| Line 75... |
Line 80... |
| 75 |
|
80 |
|
| 76 |
<? if (isset($flores_synonymes)) : ?>
|
81 |
<? if (isset($flores_synonymes)) : ?>
|
| 77 |
<h2>Dénomination dans les flores usuelles</h2>
|
82 |
<h2>Dénomination dans les flores usuelles</h2>
|
| 78 |
<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
|
83 |
<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
|
| 79 |
<ul>
|
84 |
<ul>
|
| 80 |
<?php foreach ($flores_synonymes as $num_nom_syn => $infos_flore) : ?>
|
- |
|
| 81 |
<?php foreach ($infos_flore as $code => $flore) : ?>
|
85 |
<?php foreach ($flores_synonymes as $infos_flore) : ?>
|
| 82 |
<li class="item_nomenclature">
|
86 |
<li class="item_nomenclature">
|
| 83 |
<div>
|
87 |
<div>
|
| - |
|
88 |
Ce taxon est noté dans la flore <em><?= $infos_flore['nom_flore'] ?></em>
|
| - |
|
89 |
<?php if(isset($infos_flore['num'])) { ?>
|
| - |
|
90 |
sous :<br /><ul>
|
| 84 |
Dans la flore <em><?= $flore['nom_flore'] ?></em>,
|
91 |
<?php foreach ($infos_flore['num'] as $code => $flore) : ?>
|
| - |
|
92 |
<li>le nom de <em><?= $flore['nom_sci'] ?></em>
|
| - |
|
93 |
et <?=$infos_flore['type']?> <b><?= $flore['id'] ?></b><?=($flore['statut']) ? ' en tant que '.$flore['statut'] : ''?><br /></li>
|
| 85 |
ce taxon porte le nom de <em><?= $flore['nom_sci'] ?></em>
|
94 |
|
| 86 |
et le code <b><?= $flore['id'] ?></b><br />
|
95 |
<?php endforeach; ?>
|
| - |
|
96 |
</ul>
|
| - |
|
97 |
<?php } else { ?>
|
| - |
|
98 |
|
| 87 |
</div>
|
99 |
<?php } ?>
|
| 88 |
</li>
|
100 |
</div>
|
| 89 |
<?php endforeach; ?>
|
101 |
</li>
|
| 90 |
<?php endforeach; ?>
|
102 |
<?php endforeach; ?>
|
| 91 |
</ul><hr class="nettoyage" />
|
103 |
</ul><hr class="nettoyage" />
|
| 92 |
<?php } else { ?>
|
104 |
<?php } else { ?>
|
| 93 |
<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3>
|
105 |
<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3>
|