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>
|
117 |
delphine |
9 |
<h1>Fiche du nom sélectionné : <?=$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>
|
116 |
jpm |
20 |
<li><a href="#ref-ref-legende">Légende</a></li>
|
81 |
delphine |
21 |
</ul>
|
|
|
22 |
|
|
|
23 |
<div id="ref-ref-nomenclature">
|
|
|
24 |
<h2>Nomenclature</h2>
|
105 |
jpm |
25 |
<table>
|
|
|
26 |
<thead>
|
81 |
delphine |
27 |
<tr>
|
114 |
delphine |
28 |
<th class="largeur-03 vide"> </th>
|
81 |
delphine |
29 |
<th>Nom scientifique</th>
|
|
|
30 |
<th>Auteur</th>
|
|
|
31 |
<th>Année</th>
|
|
|
32 |
<th>Référence bibliographique</th>
|
|
|
33 |
<th>Nom addendum</th>
|
105 |
jpm |
34 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
81 |
delphine |
35 |
</tr>
|
|
|
36 |
</thead>
|
|
|
37 |
<tbody>
|
|
|
38 |
<? if (isset($selectionne)) : ?>
|
117 |
delphine |
39 |
<?=($num_nom == $num_nom_retenu)? '<tr class="nom_retenu">' : "<tr>";?>
|
110 |
jpm |
40 |
<th>Nom sélectionné <?=($num_nom == $num_nom_retenu) ? '(retenu)' : ''?></th>
|
81 |
delphine |
41 |
<td><?=$selectionne['nom_complet'];?>
|
106 |
delphine |
42 |
<? if ($selectionne['nom_complet'] != '') : ?>
|
|
|
43 |
<a href="<?=Recherche::getUrlRecherche($selectionne['nom_complet'], $referentiel)?>">
|
|
|
44 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
45 |
</a>
|
|
|
46 |
<? endif; ?>
|
81 |
delphine |
47 |
</td>
|
106 |
delphine |
48 |
<td>
|
|
|
49 |
<?=$selectionne['auteur'];?>
|
|
|
50 |
<? if ($selectionne['auteur'] != '') : ?>
|
|
|
51 |
<a href="<?=Recherche::getUrlRecherche('au:'.$selectionne['auteur'], $referentiel)?>">
|
|
|
52 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
53 |
</a>
|
|
|
54 |
<? endif; ?>
|
81 |
delphine |
55 |
</td>
|
|
|
56 |
<td><?=$selectionne['annee'];?>
|
106 |
delphine |
57 |
<? if ($selectionne['annee'] != '') : ?>
|
|
|
58 |
<a href="<?=Recherche::getUrlRecherche('an:'.$selectionne['annee'], $referentiel)?>">
|
|
|
59 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
60 |
</a>
|
|
|
61 |
<? endif; ?>
|
81 |
delphine |
62 |
</td>
|
|
|
63 |
<td><?=$selectionne['biblio_origine'];?>
|
106 |
delphine |
64 |
<? if ($selectionne['biblio_origine'] != '') : ?>
|
|
|
65 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$selectionne['biblio_origine'], $referentiel)?>">
|
|
|
66 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
67 |
</a>
|
|
|
68 |
<? endif; ?>
|
81 |
delphine |
69 |
</td>
|
|
|
70 |
<td><?=$selectionne['nom_addendum'];?></td>
|
|
|
71 |
<td><?=$selectionne['num_nom'];?></td>
|
|
|
72 |
</tr>
|
|
|
73 |
<? if (isset($selectionne['bas_num'])) : ?>
|
117 |
delphine |
74 |
<?=($selectionne['bas_num'] == $selectionne['bas_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
105 |
jpm |
75 |
<th style="text-align:right;" title="Basionyme du nom sélectionné">a pour basionyme</th>
|
81 |
delphine |
76 |
<td>
|
|
|
77 |
<a href="<?=FicheTaxon::getUrlFicheTaxon($selectionne, 'bas')?>">
|
|
|
78 |
<?=$selectionne['bas_nom'];?>
|
|
|
79 |
</a>
|
106 |
delphine |
80 |
<? if ($selectionne['bas_nom'] != '') : ?>
|
|
|
81 |
<a href="<?=Recherche::getUrlRecherche($selectionne['bas_nom'], $referentiel)?>">
|
|
|
82 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
83 |
</a>
|
|
|
84 |
<? endif; ?>
|
81 |
delphine |
85 |
</td>
|
|
|
86 |
<td><?=$selectionne['bas_auteur'];?>
|
106 |
delphine |
87 |
<? if ($selectionne['bas_auteur'] != '') : ?>
|
|
|
88 |
<a href="<?=Recherche::getUrlRecherche('au:'.$selectionne['bas_auteur'], $referentiel)?>">
|
|
|
89 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
90 |
</a>
|
|
|
91 |
<? endif; ?>
|
81 |
delphine |
92 |
</td>
|
|
|
93 |
<td><?=$selectionne['bas_annee'];?>
|
106 |
delphine |
94 |
<? if ($selectionne['bas_annee'] != '') : ?>
|
|
|
95 |
<a href="<?=Recherche::getUrlRecherche('an:'.$selectionne['bas_annee'], $referentiel)?>">
|
|
|
96 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
97 |
</a>
|
|
|
98 |
<? endif; ?>
|
81 |
delphine |
99 |
</td>
|
|
|
100 |
<td><?=$selectionne['bas_bib'];?>
|
106 |
delphine |
101 |
<? if ($selectionne['bas_bib'] != '') : ?>
|
|
|
102 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$selectionne['bas_bib'], $referentiel)?>">
|
|
|
103 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
104 |
</a>
|
|
|
105 |
<? endif; ?>
|
81 |
delphine |
106 |
</td>
|
|
|
107 |
<td><?=$selectionne['bas_nom_add'];?></td>
|
|
|
108 |
<td><?=$selectionne['bas_num'];?></td>
|
|
|
109 |
</tr>
|
105 |
jpm |
110 |
<? endif; ?>
|
|
|
111 |
<? endif; ?>
|
|
|
112 |
<? if (isset($retenu)) : ?>
|
117 |
delphine |
113 |
<tr class="nom_retenu">
|
105 |
jpm |
114 |
<th>Nom retenu</th>
|
81 |
delphine |
115 |
<td><a href="<?=Recherche::getUrlFicheTaxon($retenu)?>"><?=$retenu['nom_complet'];?></a>
|
106 |
delphine |
116 |
<? if ($retenu['nom_complet'] != '') : ?>
|
|
|
117 |
<a href="<?=Recherche::getUrlRecherche($retenu['nom_complet'], $referentiel)?>">
|
|
|
118 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
119 |
</a>
|
|
|
120 |
<? endif; ?>
|
|
|
121 |
</td>
|
81 |
delphine |
122 |
<td><?=$retenu['auteur'];?>
|
106 |
delphine |
123 |
<? if ($retenu['auteur'] != '') : ?>
|
|
|
124 |
<a href="<?=Recherche::getUrlRecherche('au:'.$retenu['auteur'], $referentiel)?>">
|
|
|
125 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
126 |
</a>
|
|
|
127 |
<? endif; ?>
|
81 |
delphine |
128 |
</td>
|
|
|
129 |
<td><?=$retenu['annee'];?>
|
106 |
delphine |
130 |
<? if ($retenu['annee'] != '') : ?>
|
|
|
131 |
<a href="<?=Recherche::getUrlRecherche('an:'.$retenu['annee'], $referentiel)?>">
|
|
|
132 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
133 |
</a>
|
|
|
134 |
<? endif; ?>
|
81 |
delphine |
135 |
</td>
|
|
|
136 |
<td><?=$retenu['biblio_origine'];?>
|
106 |
delphine |
137 |
<? if ($retenu['biblio_origine'] != '') : ?>
|
|
|
138 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$retenu['biblio_origine'], $referentiel)?>">
|
|
|
139 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
140 |
</a>
|
|
|
141 |
<? endif; ?>
|
81 |
delphine |
142 |
</td>
|
|
|
143 |
<td><?=$retenu['nom_addendum'];?></td>
|
|
|
144 |
<td><?=$retenu['num_nom'];?></td>
|
|
|
145 |
</tr>
|
|
|
146 |
<? if (isset($retenu['bas_num'])) : ?>
|
117 |
delphine |
147 |
<?=($retenu['bas_num'] == $retenu['bas_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
105 |
jpm |
148 |
<th style="text-align:right;" title="Basionyme du nom retenu">a pour basionyme</th>
|
81 |
delphine |
149 |
<td><a href="<?=FicheTaxon::getUrlFicheTaxon($retenu, 'bas')?>"><?=$retenu['bas_nom'];?>
|
106 |
delphine |
150 |
<? if ($retenu['bas_nom'] != '') : ?>
|
|
|
151 |
<a href="<?=Recherche::getUrlRecherche($retenu['bas_nom'], $referentiel)?>">
|
|
|
152 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
153 |
</a>
|
|
|
154 |
<? endif; ?>
|
81 |
delphine |
155 |
</td>
|
|
|
156 |
<td><?=$retenu['bas_auteur'];?>
|
106 |
delphine |
157 |
<? if ($retenu['bas_auteur'] != '') : ?>
|
|
|
158 |
<a href="<?=Recherche::getUrlRecherche('au:'.$retenu['bas_auteur'], $referentiel)?>">
|
|
|
159 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
160 |
</a>
|
|
|
161 |
<? endif; ?>
|
81 |
delphine |
162 |
</td>
|
|
|
163 |
<td><?=$retenu['bas_annee'];?>
|
106 |
delphine |
164 |
<? if ($retenu['bas_annee'] != '') : ?>
|
|
|
165 |
<a href="<?=Recherche::getUrlRecherche('an:'.$retenu['bas_annee'], $referentiel)?>">
|
|
|
166 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
167 |
</a>
|
|
|
168 |
<? endif; ?>
|
81 |
delphine |
169 |
</td>
|
|
|
170 |
<td><?=$retenu['bas_bib'];?>
|
106 |
delphine |
171 |
<? if ($retenu['bas_bib'] != '') : ?>
|
|
|
172 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$retenu['bas_bib'], $referentiel)?>">
|
|
|
173 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
174 |
</a>
|
|
|
175 |
<? endif; ?>
|
81 |
delphine |
176 |
</td>
|
|
|
177 |
<td><?=$retenu['bas_nom_add'];?></td>
|
|
|
178 |
<td><?=$retenu['bas_num'];?></td>
|
|
|
179 |
</tr>
|
105 |
jpm |
180 |
<? endif; ?>
|
|
|
181 |
<? endif; ?>
|
|
|
182 |
<? if ((isset($selectionne['nom_francais']) && $selectionne['nom_francais'] != '') ||
|
88 |
delphine |
183 |
(isset($retenu['nom_francais']) && $retenu['nom_francais'] != '')) : ?>
|
81 |
delphine |
184 |
<tr>
|
105 |
jpm |
185 |
<th>Nom français</th>
|
|
|
186 |
<td colspan="6"><?isset($retenu['nom_francais']) ? $nom_francais = $retenu['nom_francais'] :
|
81 |
delphine |
187 |
$nom_francais = $selectionne['nom_francais'];?>
|
|
|
188 |
<?=$nom_francais?>
|
|
|
189 |
<a href="<?=Recherche::getUrlRecherche($nom_francais, $referentiel)?>">
|
105 |
jpm |
190 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
191 |
</a>
|
81 |
delphine |
192 |
</td>
|
|
|
193 |
</tr>
|
105 |
jpm |
194 |
<? endif; ?>
|
|
|
195 |
<? if (isset($parents)) : ?>
|
117 |
delphine |
196 |
<?=($parents['p1_num'] == $parents['p1_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
105 |
jpm |
197 |
<th>Parent 01</th>
|
81 |
delphine |
198 |
<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p1')?>"><?=$parents['p1_nom'];?></a>
|
106 |
delphine |
199 |
<? if ($parents['p1_nom'] != '') : ?>
|
|
|
200 |
<a href="<?=Recherche::getUrlRecherche($parents['p1_nom'], $referentiel)?>">
|
|
|
201 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
202 |
</a>
|
|
|
203 |
<? endif; ?>
|
81 |
delphine |
204 |
</td>
|
|
|
205 |
<td><?=$parents['p1_auteur'];?>
|
106 |
delphine |
206 |
<? if ($parents['p1_auteur'] != '') : ?>
|
|
|
207 |
<a href="<?=Recherche::getUrlRecherche('au:'.$parents['p1_auteur'], $referentiel)?>">
|
|
|
208 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
209 |
</a>
|
|
|
210 |
<? endif; ?>
|
81 |
delphine |
211 |
</td>
|
|
|
212 |
<td><?=$parents['p1_annee'];?>
|
106 |
delphine |
213 |
<? if ($parents['p1_annee'] != '') : ?>
|
|
|
214 |
<a href="<?=Recherche::getUrlRecherche('an:'.$parents['p1_annee'], $referentiel)?>">
|
|
|
215 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
216 |
</a>
|
|
|
217 |
<? endif; ?>
|
81 |
delphine |
218 |
</td>
|
|
|
219 |
<td><?=$parents['p1_bib'];?>
|
106 |
delphine |
220 |
<? if ($parents['p1_bib'] != '') : ?>
|
|
|
221 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$parents['p1_bib'], $referentiel)?>">
|
|
|
222 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
223 |
</a>
|
|
|
224 |
<? endif; ?>
|
81 |
delphine |
225 |
</td>
|
|
|
226 |
<td><?=$parents['p1_nom_add'];?></td>
|
|
|
227 |
<td><?=$parents['p1_num'];?></td>
|
|
|
228 |
</tr>
|
117 |
delphine |
229 |
<?=($parents['p2_num'] == $parents['p2_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
105 |
jpm |
230 |
<th>Parent 02</th>
|
81 |
delphine |
231 |
<td><a href="<?=FicheTaxon::getUrlFicheTaxon($parents, 'p2')?>"><?=$parents['p2_nom'];?></a>
|
106 |
delphine |
232 |
<? if ($parents['p2_nom'] != '') : ?>
|
|
|
233 |
<a href="<?=Recherche::getUrlRecherche($parents['p2_nom'], $referentiel)?>">
|
|
|
234 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
235 |
</a>
|
|
|
236 |
<? endif; ?>
|
81 |
delphine |
237 |
</td>
|
|
|
238 |
<td><?=$parents['p2_auteur'];?>
|
106 |
delphine |
239 |
<? if ($parents['p2_auteur'] != '') : ?>
|
|
|
240 |
<a href="<?=Recherche::getUrlRecherche('au:'.$parents['p2_auteur'], $referentiel)?>">
|
|
|
241 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
242 |
</a>
|
|
|
243 |
<? endif; ?>
|
81 |
delphine |
244 |
</td>
|
|
|
245 |
<td><?=$parents['p2_annee'];?>
|
106 |
delphine |
246 |
<? if ($parents['p2_annee'] != '') : ?>
|
|
|
247 |
<a href="<?=Recherche::getUrlRecherche('an:'.$parents['p2_annee'], $referentiel)?>">
|
|
|
248 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
249 |
</a>
|
|
|
250 |
<? endif; ?>
|
81 |
delphine |
251 |
</td>
|
|
|
252 |
<td><?=$parents['p2_bib'];?>
|
106 |
delphine |
253 |
<? if ($parents['p2_bib'] != '') : ?>
|
|
|
254 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$parents['p2_bib'], $referentiel)?>">
|
|
|
255 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
|
|
256 |
</a>
|
|
|
257 |
<? endif; ?>
|
81 |
delphine |
258 |
</td>
|
|
|
259 |
<td><?=$parents['p2_nom_add'];?></td>
|
|
|
260 |
<td><?=$parents['p2_num'];?></td>
|
|
|
261 |
</tr>
|
|
|
262 |
<? endif; ?>
|
|
|
263 |
</tbody>
|
|
|
264 |
</table>
|
|
|
265 |
|
|
|
266 |
<hr class="nettoyeur"/>
|
|
|
267 |
</div>
|
|
|
268 |
|
|
|
269 |
<div id="ref-ref-synonymie">
|
|
|
270 |
<h2>Synonymie</h2>
|
117 |
delphine |
271 |
<? if ($info['synonyme_douteux'] == 1) : ?>
|
91 |
delphine |
272 |
<table>
|
|
|
273 |
<thead>
|
|
|
274 |
<tr>
|
117 |
delphine |
275 |
<th title="Le nom sélectionné est un synonyme douteux">Synonymie douteuse</th>
|
|
|
276 |
<th class="vide" colspan="5"> </th>
|
110 |
jpm |
277 |
</tr>
|
|
|
278 |
<tr>
|
91 |
delphine |
279 |
<th>Nom scientifique</th>
|
|
|
280 |
<th>Auteur</th>
|
|
|
281 |
<th>Année</th>
|
|
|
282 |
<th>Référence bibliographique</th>
|
|
|
283 |
<th>Nom addendum</th>
|
105 |
jpm |
284 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
91 |
delphine |
285 |
</tr>
|
105 |
jpm |
286 |
</thead>
|
|
|
287 |
<tbody>
|
117 |
delphine |
288 |
<tr>
|
|
|
289 |
<td><?=$info['nom_complet'];?></td>
|
|
|
290 |
<td><?=$info['auteur'];?></td>
|
|
|
291 |
<td><?=$info['annee'];?></td>
|
|
|
292 |
<td><?=$info['biblio_origine'];?></td>
|
|
|
293 |
<td><?=$info['nom_addendum'];?></td>
|
|
|
294 |
<td><?=$info['num_nom'];?></td>
|
|
|
295 |
</tr>
|
|
|
296 |
</tbody>
|
|
|
297 |
</table>
|
|
|
298 |
<? endif; ?>
|
|
|
299 |
<? if (isset($n)) : ?>
|
|
|
300 |
<table>
|
|
|
301 |
<thead>
|
|
|
302 |
<tr>
|
|
|
303 |
<th>Synonymie nomenclaturale</th>
|
|
|
304 |
<th class="vide" colspan="5"> </th>
|
|
|
305 |
</tr>
|
|
|
306 |
<tr>
|
|
|
307 |
<th>Nom scientifique</th>
|
|
|
308 |
<th>Auteur</th>
|
|
|
309 |
<th>Année</th>
|
|
|
310 |
<th>Référence bibliographique</th>
|
|
|
311 |
<th>Nom addendum</th>
|
|
|
312 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
313 |
</tr>
|
|
|
314 |
</thead>
|
|
|
315 |
<tbody>
|
|
|
316 |
<? foreach ($n as $synonyme) : ?>
|
110 |
jpm |
317 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
93 |
delphine |
318 |
<td>
|
|
|
319 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
320 |
</td>
|
91 |
delphine |
321 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
322 |
<td><?=$synonyme['annee'];?></td>
|
|
|
323 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
324 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
325 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
326 |
</tr>
|
105 |
jpm |
327 |
<? endforeach ?>
|
91 |
delphine |
328 |
</tbody>
|
|
|
329 |
</table>
|
105 |
jpm |
330 |
<? endif; ?>
|
117 |
delphine |
331 |
<? if (isset($t)) : ?>
|
|
|
332 |
<table>
|
|
|
333 |
<thead>
|
|
|
334 |
<tr>
|
|
|
335 |
<th>Synonymie taxonomique</th>
|
|
|
336 |
<th class="vide" colspan="5"> </th>
|
|
|
337 |
</tr>
|
|
|
338 |
<tr>
|
|
|
339 |
<th>Nom scientifique</th>
|
|
|
340 |
<th>Auteur</th>
|
|
|
341 |
<th>Année</th>
|
|
|
342 |
<th>Référence bibliographique</th>
|
|
|
343 |
<th>Nom addendum</th>
|
|
|
344 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
345 |
</tr>
|
|
|
346 |
</thead>
|
|
|
347 |
<tbody>
|
|
|
348 |
<? foreach ($t as $synonyme) : ?>
|
|
|
349 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
350 |
<td>
|
|
|
351 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
352 |
</td>
|
|
|
353 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
354 |
<td><?=$synonyme['annee'];?></td>
|
|
|
355 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
356 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
357 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
358 |
</tr>
|
|
|
359 |
<? endforeach ?>
|
|
|
360 |
</tbody>
|
|
|
361 |
</table>
|
|
|
362 |
<? endif; ?>
|
|
|
363 |
<? if (isset($i)) : ?>
|
|
|
364 |
<table>
|
|
|
365 |
<thead>
|
|
|
366 |
<tr>
|
|
|
367 |
<th>Synonymie indéterminée (pas de basionyme)</th>
|
|
|
368 |
<th class="vide" colspan="5"> </th>
|
|
|
369 |
</tr>
|
|
|
370 |
<tr>
|
|
|
371 |
<th>Nom scientifique</th>
|
|
|
372 |
<th>Auteur</th>
|
|
|
373 |
<th>Année</th>
|
|
|
374 |
<th>Référence bibliographique</th>
|
|
|
375 |
<th>Nom addendum</th>
|
|
|
376 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
377 |
</tr>
|
|
|
378 |
</thead>
|
|
|
379 |
<tbody>
|
|
|
380 |
<? foreach ($i as $synonyme) : ?>
|
|
|
381 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
382 |
<td>
|
|
|
383 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
384 |
</td>
|
|
|
385 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
386 |
<td><?=$synonyme['annee'];?></td>
|
|
|
387 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
388 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
389 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
390 |
</tr>
|
|
|
391 |
<? endforeach ?>
|
|
|
392 |
</tbody>
|
|
|
393 |
</table>
|
|
|
394 |
<? endif; ?>
|
|
|
395 |
<? if (isset($b)) : ?>
|
|
|
396 |
<table>
|
|
|
397 |
<thead>
|
|
|
398 |
<tr>
|
|
|
399 |
<th>Basionyme commun</th>
|
|
|
400 |
<th class="vide" colspan="5"> </th>
|
|
|
401 |
</tr>
|
|
|
402 |
<tr>
|
|
|
403 |
<th>Nom scientifique</th>
|
|
|
404 |
<th>Auteur</th>
|
|
|
405 |
<th>Année</th>
|
|
|
406 |
<th>Référence bibliographique</th>
|
|
|
407 |
<th>Nom addendum</th>
|
|
|
408 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
409 |
</tr>
|
|
|
410 |
</thead>
|
|
|
411 |
<tbody>
|
|
|
412 |
<? foreach ($b as $synonyme) : ?>
|
|
|
413 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
414 |
<td>
|
|
|
415 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
416 |
</td>
|
|
|
417 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
418 |
<td><?=$synonyme['annee'];?></td>
|
|
|
419 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
420 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
421 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
422 |
</tr>
|
|
|
423 |
<? endforeach ?>
|
|
|
424 |
</tbody>
|
|
|
425 |
</table>
|
|
|
426 |
<? endif; ?>
|
|
|
427 |
<? if (isset($ma)) : ?>
|
|
|
428 |
<table>
|
|
|
429 |
<thead>
|
|
|
430 |
<tr>
|
|
|
431 |
<th>Synonymie mal appliquée</th>
|
|
|
432 |
<th class="vide" colspan="6"> </th>
|
|
|
433 |
</tr>
|
|
|
434 |
<tr>
|
|
|
435 |
<th>Statut</th>
|
|
|
436 |
<th>Nom scientifique</th>
|
|
|
437 |
<th>Auteur</th>
|
|
|
438 |
<th>Année</th>
|
|
|
439 |
<th>Référence bibliographique</th>
|
|
|
440 |
<th>Nom addendum</th>
|
|
|
441 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
442 |
</tr>
|
|
|
443 |
</thead>
|
|
|
444 |
<tbody>
|
|
|
445 |
<? foreach ($ma as $synonyme) : ?>
|
|
|
446 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
447 |
<td><?=$synonyme['statut']?></td>
|
|
|
448 |
<td>
|
|
|
449 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
450 |
</td>
|
|
|
451 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
452 |
<td><?=$synonyme['annee'];?></td>
|
|
|
453 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
454 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
455 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
456 |
</tr>
|
|
|
457 |
<? endforeach ?>
|
|
|
458 |
</tbody>
|
|
|
459 |
</table>
|
|
|
460 |
<? endif; ?>
|
|
|
461 |
<? if (isset($o)) : ?>
|
|
|
462 |
<table>
|
|
|
463 |
<thead>
|
|
|
464 |
<tr>
|
|
|
465 |
<th>Synonymie orthographique</th>
|
|
|
466 |
<th class="vide" colspan="6"> </th>
|
|
|
467 |
</tr>
|
|
|
468 |
<tr>
|
|
|
469 |
<th>Statut</th>
|
|
|
470 |
<th>Nom scientifique</th>
|
|
|
471 |
<th>Auteur</th>
|
|
|
472 |
<th>Année</th>
|
|
|
473 |
<th>Référence bibliographique</th>
|
|
|
474 |
<th>Nom addendum</th>
|
|
|
475 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
476 |
</tr>
|
|
|
477 |
</thead>
|
|
|
478 |
<tbody>
|
|
|
479 |
<? foreach ($o as $synonyme) : ?>
|
|
|
480 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
481 |
<td><?=$synonyme['statut']?></td>
|
|
|
482 |
<td>
|
|
|
483 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
484 |
</td>
|
|
|
485 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
486 |
<td><?=$synonyme['annee'];?></td>
|
|
|
487 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
488 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
489 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
490 |
</tr>
|
|
|
491 |
<? endforeach ?>
|
|
|
492 |
</tbody>
|
|
|
493 |
</table>
|
|
|
494 |
<? endif; ?>
|
|
|
495 |
<? if (isset($pp)) : ?>
|
|
|
496 |
<table>
|
|
|
497 |
<thead>
|
|
|
498 |
<tr>
|
|
|
499 |
<th>Synonymie pro parte</th>
|
|
|
500 |
<th class="vide" colspan="5"> </th>
|
|
|
501 |
</tr>
|
|
|
502 |
<tr>
|
|
|
503 |
<th>Nom scientifique</th>
|
|
|
504 |
<th>Auteur</th>
|
|
|
505 |
<th>Année</th>
|
|
|
506 |
<th>Référence bibliographique</th>
|
|
|
507 |
<th>Nom addendum</th>
|
|
|
508 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
509 |
</tr>
|
|
|
510 |
</thead>
|
|
|
511 |
<tbody>
|
|
|
512 |
<? foreach ($pp as $synonyme) : ?>
|
|
|
513 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
514 |
<td>
|
|
|
515 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
516 |
</td>
|
|
|
517 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
518 |
<td><?=$synonyme['annee'];?></td>
|
|
|
519 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
520 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
521 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
522 |
</tr>
|
|
|
523 |
<? endforeach ?>
|
|
|
524 |
</tbody>
|
|
|
525 |
</table>
|
|
|
526 |
<? endif; ?>
|
|
|
527 |
<? if (isset($h)) : ?>
|
|
|
528 |
<table>
|
|
|
529 |
<thead>
|
|
|
530 |
<tr>
|
|
|
531 |
<th>Homonymie (sensu)</th>
|
|
|
532 |
<th class="vide" colspan="6"> </th>
|
|
|
533 |
</tr>
|
|
|
534 |
<tr>
|
|
|
535 |
<th>Statut</th>
|
|
|
536 |
<th>Nom scientifique</th>
|
|
|
537 |
<th>Auteur</th>
|
|
|
538 |
<th>Année</th>
|
|
|
539 |
<th>Référence bibliographique</th>
|
|
|
540 |
<th>Nom addendum</th>
|
|
|
541 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
|
|
542 |
</tr>
|
|
|
543 |
</thead>
|
|
|
544 |
<tbody>
|
|
|
545 |
<? foreach ($h as $synonyme) : ?>
|
|
|
546 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
|
|
547 |
<td><?=$synonyme['statut']?></td>
|
|
|
548 |
<td>
|
|
|
549 |
<a href="<?=Recherche::getUrlFicheTaxon($synonyme)?>"><?=$synonyme['nom_complet'];?></a>
|
|
|
550 |
</td>
|
|
|
551 |
<td><?=$synonyme['auteur'];?></td>
|
|
|
552 |
<td><?=$synonyme['annee'];?></td>
|
|
|
553 |
<td><?=$synonyme['biblio_origine'];?></td>
|
|
|
554 |
<td><?=$synonyme['nom_addendum'];?></td>
|
|
|
555 |
<td><?=$synonyme['num_nom'];?></td>
|
|
|
556 |
</tr>
|
|
|
557 |
<? endforeach ?>
|
|
|
558 |
</tbody>
|
|
|
559 |
</table>
|
|
|
560 |
<? endif; ?>
|
81 |
delphine |
561 |
</div>
|
|
|
562 |
|
|
|
563 |
<div id="ref-ref-classification">
|
|
|
564 |
<h2>Classification</h2>
|
|
|
565 |
|
85 |
delphine |
566 |
<?php if (isset($classification)) : ?>
|
105 |
jpm |
567 |
<? foreach ($classification as $type=>$class) : ?>
|
85 |
delphine |
568 |
<table>
|
|
|
569 |
<thead>
|
|
|
570 |
<tr>
|
114 |
delphine |
571 |
<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Taxons <?=$type;?></th>
|
|
|
572 |
<th class="vide" colspan="6"> </th>
|
|
|
573 |
</tr>
|
|
|
574 |
<tr>
|
85 |
delphine |
575 |
<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Rang</th>
|
|
|
576 |
<th>Nom scientifique</th>
|
|
|
577 |
<th>Auteur</th>
|
|
|
578 |
<th>Année</th>
|
|
|
579 |
<th>Référence bibliographique</th>
|
|
|
580 |
<th>Nom addendum</th>
|
105 |
jpm |
581 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
85 |
delphine |
582 |
</tr>
|
|
|
583 |
</thead>
|
|
|
584 |
<tbody>
|
|
|
585 |
<? if ($class != '') : ?>
|
110 |
jpm |
586 |
<? foreach ($class as $rang => $taxon) : ?>
|
85 |
delphine |
587 |
<tr>
|
|
|
588 |
<? if ($type == 'inférieurs') : ?>
|
110 |
jpm |
589 |
<? for ($i = 1; $i <= $niveau; $i++) : ?>
|
85 |
delphine |
590 |
<? if ($i == $taxon['niveau']) : ?>
|
114 |
delphine |
591 |
<td><?=$valeur_rang[$taxon['rang']].' ('.$taxon['rang'].')';?></td>
|
85 |
delphine |
592 |
<? else : ?>
|
|
|
593 |
<td></td>
|
|
|
594 |
<? endif; ?>
|
105 |
jpm |
595 |
<? endfor; ?>
|
85 |
delphine |
596 |
<? else : ?>
|
113 |
delphine |
597 |
<td><?=$valeur_rang[$taxon['rang']].' ('.$taxon['rang'].')';?></td>
|
85 |
delphine |
598 |
<? endif; ?>
|
110 |
jpm |
599 |
<td>
|
|
|
600 |
<a href="<?=Recherche::getUrlFicheTaxon($taxon)?>"><?=$taxon['nom_complet'];?></a>
|
|
|
601 |
</td>
|
85 |
delphine |
602 |
<td><?=$taxon['auteur'];?></td>
|
|
|
603 |
<td><?=$taxon['annee'];?></td>
|
|
|
604 |
<td><?=$taxon['biblio_origine'];?></td>
|
|
|
605 |
<td><?=$taxon['nom_addendum'];?></td>
|
|
|
606 |
<td><?=$taxon['num_nom'];?></td>
|
|
|
607 |
</tr>
|
105 |
jpm |
608 |
<? endforeach ?>
|
|
|
609 |
<? endif ?>
|
85 |
delphine |
610 |
</tbody>
|
|
|
611 |
</table>
|
105 |
jpm |
612 |
<? endforeach ?>
|
|
|
613 |
<? else : ?>
|
85 |
delphine |
614 |
<p>Aucune indication</p>
|
105 |
jpm |
615 |
<? endif ?>
|
81 |
delphine |
616 |
</div>
|
|
|
617 |
|
|
|
618 |
<div id="ref-ref-note">
|
|
|
619 |
<h2>Notes</h2>
|
|
|
620 |
<?= $info['notes'] ? '<h3>Notes générales</h3>'.$info['notes'] : '';?>
|
|
|
621 |
<?= $info['hybride_parent_01_notes'] ? '<h3>Notes parent 01 hybride</h3>'.$info['hybride_parent_01_notes'] : '';?>
|
|
|
622 |
<?= $info['hybride_parent_02_notes'] ? '<h3>Notes parent 02 hybride</h3>'.$info['hybride_parent_02_notes'] : '';?>
|
|
|
623 |
</div>
|
|
|
624 |
|
|
|
625 |
<div id="ref-ref-chorologie">
|
|
|
626 |
<h2>Chorologie</h2>
|
88 |
delphine |
627 |
<? if (isset($chorologie)) : ?>
|
110 |
jpm |
628 |
<table class="largeur-09">
|
|
|
629 |
<thead>
|
|
|
630 |
<tr>
|
|
|
631 |
<th class="largeur-03 vide"> </th>
|
|
|
632 |
<? foreach ($chorologie['Présence'] as $lieu=>$valeur) : ?>
|
|
|
633 |
<th class="largeur-02"><?=$lieu?></th>
|
|
|
634 |
<? endforeach ?>
|
|
|
635 |
</tr>
|
|
|
636 |
</thead>
|
|
|
637 |
<tbody>
|
105 |
jpm |
638 |
<? foreach ($chorologie as $param=>$lieux) : ?>
|
|
|
639 |
<tr>
|
|
|
640 |
<th><?=$param?></th>
|
|
|
641 |
<? foreach ($lieux as $lieu) : ?>
|
110 |
jpm |
642 |
<td><?=($lieu['code'] != '') ? $lieu['valeur'].' ('.$lieu['code'].')' : ' '?></td>
|
105 |
jpm |
643 |
<? endforeach ?>
|
81 |
delphine |
644 |
</tr>
|
105 |
jpm |
645 |
<? endforeach ?>
|
110 |
jpm |
646 |
</tbody>
|
81 |
delphine |
647 |
</table>
|
105 |
jpm |
648 |
<? else : ?>
|
|
|
649 |
<p>Aucune information disponible</p>
|
|
|
650 |
<? endif ?>
|
81 |
delphine |
651 |
</div>
|
|
|
652 |
|
|
|
653 |
<div id="ref-ref-complement">
|
|
|
654 |
<h2>Compléments</h2>
|
88 |
delphine |
655 |
<?php if (isset($complement)) : ?>
|
85 |
delphine |
656 |
<table>
|
105 |
jpm |
657 |
<? foreach ($complement as $champ=>$valeur) : ?>
|
85 |
delphine |
658 |
<tr>
|
|
|
659 |
<th><?=$champ;?></th>
|
|
|
660 |
<td><?=$valeur;?></td>
|
|
|
661 |
</tr>
|
105 |
jpm |
662 |
<? endforeach ?>
|
85 |
delphine |
663 |
</table>
|
81 |
delphine |
664 |
<?php else : ?>
|
85 |
delphine |
665 |
<p>Pas de champ complémentaire</p>
|
105 |
jpm |
666 |
<?php endif ?>
|
81 |
delphine |
667 |
</div>
|
|
|
668 |
|
116 |
jpm |
669 |
<div id="ref-ref-legende">
|
|
|
670 |
<h2>Légende</h2>
|
|
|
671 |
<p>
|
|
|
672 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="Icône lancer recherche"> :
|
|
|
673 |
en cliquant sur cette icône, vous relancerez une recherche avec pour motif de recherche la valeur du champ où
|
|
|
674 |
elle se trouve.
|
|
|
675 |
</p>
|
|
|
676 |
<p>
|
|
|
677 |
<img src="./interfaces/squelettes/css/referentiel/images/aide.png" alt="Icône aide contextuelle"> :
|
|
|
678 |
en survolant cette icône à l'aide de la souris, vous afficherez un message d'aide contextuel.
|
|
|
679 |
</p>
|
|
|
680 |
<h2>Informations</h2>
|
|
|
681 |
<p>
|
|
|
682 |
Lorsqu'un nom latin apparaît <strong>en gras</strong> dans la fiche, c'est qu'il correspond au nom retenu.
|
|
|
683 |
</p>
|
|
|
684 |
</div>
|
|
|
685 |
|
81 |
delphine |
686 |
</div>
|
|
|
687 |
<!-- REF - FIN FICHE TAXON -->
|