81 |
delphine |
1 |
<!-- REF - DEBUT FICHE TAXON -->
|
|
|
2 |
<script type="text/javascript">
|
|
|
3 |
$(document).ready(function() {
|
|
|
4 |
$("#ref-ref").tabs({
|
|
|
5 |
cookie: {expires: 1}// Stocke un cookie pour 1 jour
|
|
|
6 |
});
|
|
|
7 |
});
|
|
|
8 |
</script>
|
105 |
jpm |
9 |
<h1>Fiche : <?=$nom." (".$num_nom.")"?></h1>
|
81 |
delphine |
10 |
|
|
|
11 |
<hr class="nettoyeur"/>
|
|
|
12 |
<div id="ref-ref" class="ref-onglets">
|
|
|
13 |
<ul class="ref-sommaire">
|
|
|
14 |
<li><a href="#ref-ref-nomenclature">Nomenclature</a></li>
|
|
|
15 |
<li><a href="#ref-ref-synonymie">Synonymie</a></li>
|
|
|
16 |
<li><a href="#ref-ref-classification">Classification</a></li>
|
|
|
17 |
<li><a href="#ref-ref-note">Notes</a></li>
|
|
|
18 |
<li><a href="#ref-ref-chorologie">Chorologie</a></li>
|
|
|
19 |
<li><a href="#ref-ref-complement">Compléments</a></li>
|
|
|
20 |
</ul>
|
|
|
21 |
|
|
|
22 |
<div id="ref-ref-nomenclature">
|
|
|
23 |
<h2>Nomenclature</h2>
|
105 |
jpm |
24 |
<table>
|
|
|
25 |
<thead>
|
81 |
delphine |
26 |
<tr>
|
105 |
jpm |
27 |
<th> </th>
|
81 |
delphine |
28 |
<th>Nom scientifique</th>
|
|
|
29 |
<th>Auteur</th>
|
|
|
30 |
<th>Année</th>
|
|
|
31 |
<th>Référence bibliographique</th>
|
|
|
32 |
<th>Nom addendum</th>
|
105 |
jpm |
33 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
81 |
delphine |
34 |
</tr>
|
|
|
35 |
</thead>
|
|
|
36 |
<tbody>
|
|
|
37 |
<? if (isset($selectionne)) : ?>
|
|
|
38 |
<tr>
|
110 |
jpm |
39 |
<th>Nom sélectionné <?=($num_nom == $num_nom_retenu) ? '(retenu)' : ''?></th>
|
81 |
delphine |
40 |
<td><?=$selectionne['nom_complet'];?>
|
106 |
delphine |
41 |
<? if ($selectionne['nom_complet'] != '') : ?>
|
|
|
42 |
<a href="<?=Recherche::getUrlRecherche($selectionne['nom_complet'], $referentiel)?>">
|
|
|
43 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
44 |
</a>
|
|
|
45 |
<? endif; ?>
|
81 |
delphine |
46 |
</td>
|
106 |
delphine |
47 |
<td>
|
|
|
48 |
<?=$selectionne['auteur'];?>
|
|
|
49 |
<? if ($selectionne['auteur'] != '') : ?>
|
|
|
50 |
<a href="<?=Recherche::getUrlRecherche('au:'.$selectionne['auteur'], $referentiel)?>">
|
|
|
51 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
52 |
</a>
|
|
|
53 |
<? endif; ?>
|
81 |
delphine |
54 |
</td>
|
|
|
55 |
<td><?=$selectionne['annee'];?>
|
106 |
delphine |
56 |
<? if ($selectionne['annee'] != '') : ?>
|
|
|
57 |
<a href="<?=Recherche::getUrlRecherche('an:'.$selectionne['annee'], $referentiel)?>">
|
|
|
58 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
59 |
</a>
|
|
|
60 |
<? endif; ?>
|
81 |
delphine |
61 |
</td>
|
|
|
62 |
<td><?=$selectionne['biblio_origine'];?>
|
106 |
delphine |
63 |
<? if ($selectionne['biblio_origine'] != '') : ?>
|
|
|
64 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$selectionne['biblio_origine'], $referentiel)?>">
|
|
|
65 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
66 |
</a>
|
|
|
67 |
<? endif; ?>
|
81 |
delphine |
68 |
</td>
|
|
|
69 |
<td><?=$selectionne['nom_addendum'];?></td>
|
|
|
70 |
<td><?=$selectionne['num_nom'];?></td>
|
|
|
71 |
</tr>
|
|
|
72 |
<? if (isset($selectionne['bas_num'])) : ?>
|
|
|
73 |
<tr>
|
105 |
jpm |
74 |
<th style="text-align:right;" title="Basionyme du nom sélectionné">a pour basionyme</th>
|
81 |
delphine |
75 |
<td>
|
|
|
76 |
<a href="<?=FicheTaxon::getUrlFicheTaxon($selectionne, 'bas')?>">
|
|
|
77 |
<?=$selectionne['bas_nom'];?>
|
|
|
78 |
</a>
|
106 |
delphine |
79 |
<? if ($selectionne['bas_nom'] != '') : ?>
|
|
|
80 |
<a href="<?=Recherche::getUrlRecherche($selectionne['bas_nom'], $referentiel)?>">
|
|
|
81 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
82 |
</a>
|
|
|
83 |
<? endif; ?>
|
81 |
delphine |
84 |
</td>
|
|
|
85 |
<td><?=$selectionne['bas_auteur'];?>
|
106 |
delphine |
86 |
<? if ($selectionne['bas_auteur'] != '') : ?>
|
|
|
87 |
<a href="<?=Recherche::getUrlRecherche('au:'.$selectionne['bas_auteur'], $referentiel)?>">
|
|
|
88 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
89 |
</a>
|
|
|
90 |
<? endif; ?>
|
81 |
delphine |
91 |
</td>
|
|
|
92 |
<td><?=$selectionne['bas_annee'];?>
|
106 |
delphine |
93 |
<? if ($selectionne['bas_annee'] != '') : ?>
|
|
|
94 |
<a href="<?=Recherche::getUrlRecherche('an:'.$selectionne['bas_annee'], $referentiel)?>">
|
|
|
95 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
96 |
</a>
|
|
|
97 |
<? endif; ?>
|
81 |
delphine |
98 |
</td>
|
|
|
99 |
<td><?=$selectionne['bas_bib'];?>
|
106 |
delphine |
100 |
<? if ($selectionne['bas_bib'] != '') : ?>
|
|
|
101 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$selectionne['bas_bib'], $referentiel)?>">
|
|
|
102 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
103 |
</a>
|
|
|
104 |
<? endif; ?>
|
81 |
delphine |
105 |
</td>
|
|
|
106 |
<td><?=$selectionne['bas_nom_add'];?></td>
|
|
|
107 |
<td><?=$selectionne['bas_num'];?></td>
|
|
|
108 |
</tr>
|
105 |
jpm |
109 |
<? endif; ?>
|
|
|
110 |
<? endif; ?>
|
|
|
111 |
<? if (isset($retenu)) : ?>
|
81 |
delphine |
112 |
<tr>
|
105 |
jpm |
113 |
<th>Nom retenu</th>
|
81 |
delphine |
114 |
<td><a href="<?=Recherche::getUrlFicheTaxon($retenu)?>"><?=$retenu['nom_complet'];?></a>
|
106 |
delphine |
115 |
<? if ($retenu['nom_complet'] != '') : ?>
|
|
|
116 |
<a href="<?=Recherche::getUrlRecherche($retenu['nom_complet'], $referentiel)?>">
|
|
|
117 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
118 |
</a>
|
|
|
119 |
<? endif; ?>
|
|
|
120 |
</td>
|
81 |
delphine |
121 |
<td><?=$retenu['auteur'];?>
|
106 |
delphine |
122 |
<? if ($retenu['auteur'] != '') : ?>
|
|
|
123 |
<a href="<?=Recherche::getUrlRecherche('au:'.$retenu['auteur'], $referentiel)?>">
|
|
|
124 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
125 |
</a>
|
|
|
126 |
<? endif; ?>
|
81 |
delphine |
127 |
</td>
|
|
|
128 |
<td><?=$retenu['annee'];?>
|
106 |
delphine |
129 |
<? if ($retenu['annee'] != '') : ?>
|
|
|
130 |
<a href="<?=Recherche::getUrlRecherche('an:'.$retenu['annee'], $referentiel)?>">
|
|
|
131 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
132 |
</a>
|
|
|
133 |
<? endif; ?>
|
81 |
delphine |
134 |
</td>
|
|
|
135 |
<td><?=$retenu['biblio_origine'];?>
|
106 |
delphine |
136 |
<? if ($retenu['biblio_origine'] != '') : ?>
|
|
|
137 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$retenu['biblio_origine'], $referentiel)?>">
|
|
|
138 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
139 |
</a>
|
|
|
140 |
<? endif; ?>
|
81 |
delphine |
141 |
</td>
|
|
|
142 |
<td><?=$retenu['nom_addendum'];?></td>
|
|
|
143 |
<td><?=$retenu['num_nom'];?></td>
|
|
|
144 |
</tr>
|
|
|
145 |
<? if (isset($retenu['bas_num'])) : ?>
|
|
|
146 |
<tr>
|
105 |
jpm |
147 |
<th style="text-align:right;" title="Basionyme du nom retenu">a pour basionyme</th>
|
81 |
delphine |
148 |
<td><a href="<?=FicheTaxon::getUrlFicheTaxon($retenu, 'bas')?>"><?=$retenu['bas_nom'];?>
|
106 |
delphine |
149 |
<? if ($retenu['bas_nom'] != '') : ?>
|
|
|
150 |
<a href="<?=Recherche::getUrlRecherche($retenu['bas_nom'], $referentiel)?>">
|
|
|
151 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
152 |
</a>
|
|
|
153 |
<? endif; ?>
|
81 |
delphine |
154 |
</td>
|
|
|
155 |
<td><?=$retenu['bas_auteur'];?>
|
106 |
delphine |
156 |
<? if ($retenu['bas_auteur'] != '') : ?>
|
|
|
157 |
<a href="<?=Recherche::getUrlRecherche('au:'.$retenu['bas_auteur'], $referentiel)?>">
|
|
|
158 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
159 |
</a>
|
|
|
160 |
<? endif; ?>
|
81 |
delphine |
161 |
</td>
|
|
|
162 |
<td><?=$retenu['bas_annee'];?>
|
106 |
delphine |
163 |
<? if ($retenu['bas_annee'] != '') : ?>
|
|
|
164 |
<a href="<?=Recherche::getUrlRecherche('an:'.$retenu['bas_annee'], $referentiel)?>">
|
|
|
165 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
166 |
</a>
|
|
|
167 |
<? endif; ?>
|
81 |
delphine |
168 |
</td>
|
|
|
169 |
<td><?=$retenu['bas_bib'];?>
|
106 |
delphine |
170 |
<? if ($retenu['bas_bib'] != '') : ?>
|
|
|
171 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$retenu['bas_bib'], $referentiel)?>">
|
|
|
172 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
173 |
</a>
|
|
|
174 |
<? endif; ?>
|
81 |
delphine |
175 |
</td>
|
|
|
176 |
<td><?=$retenu['bas_nom_add'];?></td>
|
|
|
177 |
<td><?=$retenu['bas_num'];?></td>
|
|
|
178 |
</tr>
|
105 |
jpm |
179 |
<? endif; ?>
|
|
|
180 |
<? endif; ?>
|
|
|
181 |
<? if ((isset($selectionne['nom_francais']) && $selectionne['nom_francais'] != '') ||
|
88 |
delphine |
182 |
(isset($retenu['nom_francais']) && $retenu['nom_francais'] != '')) : ?>
|
81 |
delphine |
183 |
<tr>
|
105 |
jpm |
184 |
<th>Nom français</th>
|
|
|
185 |
<td colspan="6"><?isset($retenu['nom_francais']) ? $nom_francais = $retenu['nom_francais'] :
|
81 |
delphine |
186 |
$nom_francais = $selectionne['nom_francais'];?>
|
|
|
187 |
<?=$nom_francais?>
|
|
|
188 |
<a href="<?=Recherche::getUrlRecherche($nom_francais, $referentiel)?>">
|
105 |
jpm |
189 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
190 |
</a>
|
81 |
delphine |
191 |
</td>
|
|
|
192 |
</tr>
|
105 |
jpm |
193 |
<? endif; ?>
|
|
|
194 |
<? if (isset($parents)) : ?>
|
81 |
delphine |
195 |
<tr>
|
105 |
jpm |
196 |
<th>Parent 01</th>
|
81 |
delphine |
197 |
<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p1')?>"><?=$parents['p1_nom'];?></a>
|
106 |
delphine |
198 |
<? if ($parents['p1_nom'] != '') : ?>
|
|
|
199 |
<a href="<?=Recherche::getUrlRecherche($parents['p1_nom'], $referentiel)?>">
|
|
|
200 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
201 |
</a>
|
|
|
202 |
<? endif; ?>
|
81 |
delphine |
203 |
</td>
|
|
|
204 |
<td><?=$parents['p1_auteur'];?>
|
106 |
delphine |
205 |
<? if ($parents['p1_auteur'] != '') : ?>
|
|
|
206 |
<a href="<?=Recherche::getUrlRecherche('au:'.$parents['p1_auteur'], $referentiel)?>">
|
|
|
207 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
208 |
</a>
|
|
|
209 |
<? endif; ?>
|
81 |
delphine |
210 |
</td>
|
|
|
211 |
<td><?=$parents['p1_annee'];?>
|
106 |
delphine |
212 |
<? if ($parents['p1_annee'] != '') : ?>
|
|
|
213 |
<a href="<?=Recherche::getUrlRecherche('an:'.$parents['p1_annee'], $referentiel)?>">
|
|
|
214 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
215 |
</a>
|
|
|
216 |
<? endif; ?>
|
81 |
delphine |
217 |
</td>
|
|
|
218 |
<td><?=$parents['p1_bib'];?>
|
106 |
delphine |
219 |
<? if ($parents['p1_bib'] != '') : ?>
|
|
|
220 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$parents['p1_bib'], $referentiel)?>">
|
|
|
221 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
222 |
</a>
|
|
|
223 |
<? endif; ?>
|
81 |
delphine |
224 |
</td>
|
|
|
225 |
<td><?=$parents['p1_nom_add'];?></td>
|
|
|
226 |
<td><?=$parents['p1_num'];?></td>
|
|
|
227 |
</tr>
|
|
|
228 |
<tr>
|
105 |
jpm |
229 |
<th>Parent 02</th>
|
81 |
delphine |
230 |
<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p2')?>"><?=$parents['p2_nom'];?></a>
|
106 |
delphine |
231 |
<? if ($parents['p2_nom'] != '') : ?>
|
|
|
232 |
<a href="<?=Recherche::getUrlRecherche($parents['p2_nom'], $referentiel)?>">
|
|
|
233 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
234 |
</a>
|
|
|
235 |
<? endif; ?>
|
81 |
delphine |
236 |
</td>
|
|
|
237 |
<td><?=$parents['p2_auteur'];?>
|
106 |
delphine |
238 |
<? if ($parents['p2_auteur'] != '') : ?>
|
|
|
239 |
<a href="<?=Recherche::getUrlRecherche('au:'.$parents['p2_auteur'], $referentiel)?>">
|
|
|
240 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
241 |
</a>
|
|
|
242 |
<? endif; ?>
|
81 |
delphine |
243 |
</td>
|
|
|
244 |
<td><?=$parents['p2_annee'];?>
|
106 |
delphine |
245 |
<? if ($parents['p2_annee'] != '') : ?>
|
|
|
246 |
<a href="<?=Recherche::getUrlRecherche('an:'.$parents['p2_annee'], $referentiel)?>">
|
|
|
247 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
248 |
</a>
|
|
|
249 |
<? endif; ?>
|
81 |
delphine |
250 |
</td>
|
|
|
251 |
<td><?=$parents['p2_bib'];?>
|
106 |
delphine |
252 |
<? if ($parents['p2_bib'] != '') : ?>
|
|
|
253 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$parents['p2_bib'], $referentiel)?>">
|
|
|
254 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
255 |
</a>
|
|
|
256 |
<? endif; ?>
|
81 |
delphine |
257 |
</td>
|
|
|
258 |
<td><?=$parents['p2_nom_add'];?></td>
|
|
|
259 |
<td><?=$parents['p2_num'];?></td>
|
|
|
260 |
</tr>
|
|
|
261 |
<? endif; ?>
|
|
|
262 |
</tbody>
|
|
|
263 |
</table>
|
|
|
264 |
|
|
|
265 |
<hr class="nettoyeur"/>
|
|
|
266 |
</div>
|
|
|
267 |
|
|
|
268 |
<div id="ref-ref-synonymie">
|
|
|
269 |
<h2>Synonymie</h2>
|
105 |
jpm |
270 |
<? if (isset($fiche_synonymie)) : ?>
|
|
|
271 |
<? foreach ($fiche_synonymie as $type => $synonymes) : ?>
|
91 |
delphine |
272 |
<table>
|
|
|
273 |
<thead>
|
|
|
274 |
<tr>
|
113 |
delphine |
275 |
<th><?=$type_synonymie[$type];?></th>
|
110 |
jpm |
276 |
<th class="vide" colspan="<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? '6' : '5';?>"> </th>
|
|
|
277 |
</tr>
|
|
|
278 |
<tr>
|
|
|
279 |
<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? "<th>Statut</th>" : '';?>
|
91 |
delphine |
280 |
<th>Nom scientifique</th>
|
|
|
281 |
<th>Auteur</th>
|
|
|
282 |
<th>Année</th>
|
|
|
283 |
<th>Référence bibliographique</th>
|
|
|
284 |
<th>Nom addendum</th>
|
105 |
jpm |
285 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
91 |
delphine |
286 |
</tr>
|
105 |
jpm |
287 |
</thead>
|
|
|
288 |
<tbody>
|
|
|
289 |
<? foreach ($synonymes as $synonyme) : ?>
|
110 |
jpm |
290 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
291 |
<?=($type == 'Homonymie (sensu)' || $type == 'mal appliquée') ? "<td>".$synonyme['statut']."</td>" : "";?>
|
93 |
delphine |
292 |
<td>
|
|
|
293 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
294 |
</td>
|
91 |
delphine |
295 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
296 |
<td><?=$synonyme['annee'];?></td>
|
|
|
297 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
298 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
299 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
300 |
</tr>
|
105 |
jpm |
301 |
<? endforeach ?>
|
91 |
delphine |
302 |
</tbody>
|
|
|
303 |
</table>
|
105 |
jpm |
304 |
<? endforeach ?>
|
|
|
305 |
<? endif; ?>
|
81 |
delphine |
306 |
</div>
|
|
|
307 |
|
|
|
308 |
<div id="ref-ref-classification">
|
|
|
309 |
<h2>Classification</h2>
|
|
|
310 |
|
85 |
delphine |
311 |
<?php if (isset($classification)) : ?>
|
105 |
jpm |
312 |
<? foreach ($classification as $type=>$class) : ?>
|
85 |
delphine |
313 |
<h3>Taxons <?=$type;?></h3>
|
|
|
314 |
<table>
|
|
|
315 |
<thead>
|
|
|
316 |
<tr>
|
|
|
317 |
<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Rang</th>
|
|
|
318 |
<th>Nom scientifique</th>
|
|
|
319 |
<th>Auteur</th>
|
|
|
320 |
<th>Année</th>
|
|
|
321 |
<th>Référence bibliographique</th>
|
|
|
322 |
<th>Nom addendum</th>
|
105 |
jpm |
323 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
85 |
delphine |
324 |
</tr>
|
|
|
325 |
</thead>
|
|
|
326 |
<tbody>
|
|
|
327 |
<? if ($class != '') : ?>
|
110 |
jpm |
328 |
<? foreach ($class as $rang => $taxon) : ?>
|
85 |
delphine |
329 |
<tr>
|
|
|
330 |
<? if ($type == 'inférieurs') : ?>
|
110 |
jpm |
331 |
<? for ($i = 1; $i <= $niveau; $i++) : ?>
|
85 |
delphine |
332 |
<? if ($i == $taxon['niveau']) : ?>
|
|
|
333 |
<td><?=$taxon['rang'];?></td>
|
|
|
334 |
<? else : ?>
|
|
|
335 |
<td></td>
|
|
|
336 |
<? endif; ?>
|
105 |
jpm |
337 |
<? endfor; ?>
|
85 |
delphine |
338 |
<? else : ?>
|
113 |
delphine |
339 |
<td><?=$valeur_rang[$taxon['rang']].' ('.$taxon['rang'].')';?></td>
|
85 |
delphine |
340 |
<? endif; ?>
|
110 |
jpm |
341 |
<td>
|
|
|
342 |
<a href="<?=Recherche::getUrlFicheTaxon($taxon)?>"><?=$taxon['nom_complet'];?></a>
|
|
|
343 |
</td>
|
85 |
delphine |
344 |
<td><?=$taxon['auteur'];?></td>
|
|
|
345 |
<td><?=$taxon['annee'];?></td>
|
|
|
346 |
<td><?=$taxon['biblio_origine'];?></td>
|
|
|
347 |
<td><?=$taxon['nom_addendum'];?></td>
|
|
|
348 |
<td><?=$taxon['num_nom'];?></td>
|
|
|
349 |
</tr>
|
105 |
jpm |
350 |
<? endforeach ?>
|
|
|
351 |
<? endif ?>
|
85 |
delphine |
352 |
</tbody>
|
|
|
353 |
</table>
|
105 |
jpm |
354 |
<? endforeach ?>
|
|
|
355 |
<? else : ?>
|
85 |
delphine |
356 |
<p>Aucune indication</p>
|
105 |
jpm |
357 |
<? endif ?>
|
81 |
delphine |
358 |
</div>
|
|
|
359 |
|
|
|
360 |
<div id="ref-ref-note">
|
|
|
361 |
<h2>Notes</h2>
|
|
|
362 |
<?= $info['notes'] ? '<h3>Notes générales</h3>'.$info['notes'] : '';?>
|
|
|
363 |
<?= $info['hybride_parent_01_notes'] ? '<h3>Notes parent 01 hybride</h3>'.$info['hybride_parent_01_notes'] : '';?>
|
|
|
364 |
<?= $info['hybride_parent_02_notes'] ? '<h3>Notes parent 02 hybride</h3>'.$info['hybride_parent_02_notes'] : '';?>
|
|
|
365 |
</div>
|
|
|
366 |
|
|
|
367 |
<div id="ref-ref-chorologie">
|
|
|
368 |
<h2>Chorologie</h2>
|
88 |
delphine |
369 |
<? if (isset($chorologie)) : ?>
|
110 |
jpm |
370 |
<table class="largeur-09">
|
|
|
371 |
<thead>
|
|
|
372 |
<tr>
|
|
|
373 |
<th class="largeur-03 vide"> </th>
|
|
|
374 |
<? foreach ($chorologie['Présence'] as $lieu=>$valeur) : ?>
|
|
|
375 |
<th class="largeur-02"><?=$lieu?></th>
|
|
|
376 |
<? endforeach ?>
|
|
|
377 |
</tr>
|
|
|
378 |
</thead>
|
|
|
379 |
<tbody>
|
105 |
jpm |
380 |
<? foreach ($chorologie as $param=>$lieux) : ?>
|
|
|
381 |
<tr>
|
|
|
382 |
<th><?=$param?></th>
|
|
|
383 |
<? foreach ($lieux as $lieu) : ?>
|
110 |
jpm |
384 |
<td><?=($lieu['code'] != '') ? $lieu['valeur'].' ('.$lieu['code'].')' : ' '?></td>
|
105 |
jpm |
385 |
<? endforeach ?>
|
81 |
delphine |
386 |
</tr>
|
105 |
jpm |
387 |
<? endforeach ?>
|
110 |
jpm |
388 |
</tbody>
|
81 |
delphine |
389 |
</table>
|
105 |
jpm |
390 |
<? else : ?>
|
|
|
391 |
<p>Aucune information disponible</p>
|
|
|
392 |
<? endif ?>
|
81 |
delphine |
393 |
</div>
|
|
|
394 |
|
|
|
395 |
<div id="ref-ref-complement">
|
|
|
396 |
<h2>Compléments</h2>
|
88 |
delphine |
397 |
<?php if (isset($complement)) : ?>
|
85 |
delphine |
398 |
<table>
|
105 |
jpm |
399 |
<? foreach ($complement as $champ=>$valeur) : ?>
|
85 |
delphine |
400 |
<tr>
|
|
|
401 |
<th><?=$champ;?></th>
|
|
|
402 |
<td><?=$valeur;?></td>
|
|
|
403 |
</tr>
|
105 |
jpm |
404 |
<? endforeach ?>
|
85 |
delphine |
405 |
</table>
|
81 |
delphine |
406 |
<?php else : ?>
|
85 |
delphine |
407 |
<p>Pas de champ complémentaire</p>
|
105 |
jpm |
408 |
<?php endif ?>
|
81 |
delphine |
409 |
</div>
|
|
|
410 |
|
|
|
411 |
</div>
|
|
|
412 |
<!-- REF - FIN FICHE TAXON -->
|