Line 4... |
Line 4... |
4 |
$("#ref-ref").tabs({
|
4 |
$("#ref-ref").tabs({
|
5 |
cookie: {expires: 1}// Stocke un cookie pour 1 jour
|
5 |
cookie: {expires: 1}// Stocke un cookie pour 1 jour
|
6 |
});
|
6 |
});
|
7 |
});
|
7 |
});
|
8 |
</script>
|
8 |
</script>
|
9 |
<h1>Fiche du nom sélectionné : <?=$nom." (".$num_nom.")"?></h1>
|
9 |
<h1>Fiche du nom sélectionné : <?=$nom." (".$num_nom.")"?>
|
- |
|
10 |
<?= ($exclu_taxref == 1 || $exclu_taxref == 9) ?
|
- |
|
11 |
'<span title="nom présent dans la base de travail mais non transmis au MNHN">- nom exclu de tax-ref</span>'
|
- |
|
12 |
: ''; ?>
|
- |
|
13 |
|
- |
|
14 |
</h1>
|
Line 10... |
Line 15... |
10 |
|
15 |
|
11 |
<hr class="nettoyeur"/>
|
16 |
<hr class="nettoyeur"/>
|
12 |
<div id="ref-ref" class="ref-onglets">
|
17 |
<div id="ref-ref" class="ref-onglets">
|
13 |
<ul class="ref-sommaire">
|
18 |
<ul class="ref-sommaire">
|
Line 16... |
Line 21... |
16 |
<li><a href="#ref-ref-classification">Classification</a></li>
|
21 |
<li><a href="#ref-ref-classification">Classification</a></li>
|
17 |
<li><a href="#ref-ref-note">Notes</a></li>
|
22 |
<li><a href="#ref-ref-note">Notes</a></li>
|
18 |
<li><a href="#ref-ref-chorologie">Chorologie</a></li>
|
23 |
<li><a href="#ref-ref-chorologie">Chorologie</a></li>
|
19 |
<li><a href="#ref-ref-complement">Compléments</a></li>
|
24 |
<li><a href="#ref-ref-complement">Compléments</a></li>
|
20 |
<li><a href="#ref-ref-legende">Aide</a></li>
|
25 |
<li><a href="#ref-ref-legende">Aide</a></li>
|
- |
|
26 |
<li><a href="#ref-ref-mail">Mail</a></li>
|
21 |
</ul>
|
27 |
</ul>
|
Line 22... |
Line 28... |
22 |
|
28 |
|
23 |
<div id="ref-ref-nomenclature">
|
29 |
<div id="ref-ref-nomenclature">
|
24 |
<h2>Nomenclature</h2>
|
30 |
<h2>Nomenclature</h2>
|
25 |
<table class="largeur-16">
|
31 |
<table class="largeur-16">
|
26 |
<thead>
|
32 |
<thead>
|
27 |
<tr>
|
33 |
<tr>
|
28 |
<th class="largeur-03 vide"> </th>
|
34 |
<th class="largeur-03 vide"> </th>
|
29 |
<th class="largeur-02">Nom scientifique</th>
|
35 |
<th class="largeur-02-5">Nom scientifique</th>
|
30 |
<th class="largeur-02">Auteur</th>
|
36 |
<th class="largeur-02">Auteur</th>
|
31 |
<th class="largeur-01">Année</th>
|
37 |
<th class="largeur-01">Année</th>
|
32 |
<th class="largeur-05">Référence bibliographique</th>
|
38 |
<th class="largeur-04">Référence bibliographique</th>
|
33 |
<th class="largeur-02">Nom addendum</th>
|
39 |
<th class="largeur-02">Nom addendum</th>
|
34 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
40 |
<th class="largeur-01-5" title="Identifiant numérique du nom scientifique">num_nom</th>
|
35 |
</tr>
|
41 |
</tr>
|
36 |
</thead>
|
42 |
</thead>
|
37 |
<tbody>
|
- |
|
38 |
<? if (isset($selectionne)) : ?>
|
43 |
<tbody>
|
39 |
<?=($num_nom == $num_nom_retenu)? '<tr class="nom_retenu">' : "<tr>";?>
|
44 |
<?=($num_nom == $num_nom_retenu)? '<tr class="nom_retenu">' : "<tr>";?>
|
40 |
<th>Nom sélectionné <?=($num_nom == $num_nom_retenu) ? '(retenu)' : ''?></th>
|
45 |
<th>Nom sélectionné <?=($num_nom == $num_nom_retenu) ? '(retenu)' : ''?></th>
|
41 |
<td><?=$selectionne['nom_sci'];?>
|
46 |
<td><?=$nom;?>
|
42 |
<? if ($selectionne['nom_sci'] != '') : ?>
|
47 |
<? if ($nom != '') : ?>
|
43 |
<a href="<?=Recherche::getUrlRecherche($selectionne['nom_sci'], $referentiel)?>">
|
48 |
<a href="<?=Recherche::getUrlRecherche($nom, $referentiel)?>">
|
44 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
49 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
45 |
</a>
|
50 |
</a>
|
46 |
<? endif; ?>
|
51 |
<? endif; ?>
|
47 |
</td>
|
52 |
</td>
|
48 |
<td>
|
53 |
<td>
|
49 |
<?=$selectionne['auteur'];?>
|
54 |
<?=$info['auteur'];?>
|
50 |
<? if ($selectionne['auteur'] != '') : ?>
|
55 |
<? if ($info['auteur'] != '') : ?>
|
51 |
<a href="<?=Recherche::getUrlRecherche('au:'.$selectionne['auteur'], $referentiel)?>">
|
56 |
<a href="<?=Recherche::getUrlRecherche('au:'.$info['auteur'], $referentiel)?>">
|
52 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
57 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
53 |
</a>
|
58 |
</a>
|
54 |
<? endif; ?>
|
59 |
<? endif; ?>
|
55 |
</td>
|
60 |
</td>
|
56 |
<td><?=$selectionne['annee'];?>
|
61 |
<td><?=$info['annee'];?>
|
57 |
<? if ($selectionne['annee'] != '') : ?>
|
62 |
<? if ($info['annee'] != '') : ?>
|
58 |
<a href="<?=Recherche::getUrlRecherche('an:'.$selectionne['annee'], $referentiel)?>">
|
63 |
<a href="<?=Recherche::getUrlRecherche('an:'.$info['annee'], $referentiel)?>">
|
59 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
64 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
60 |
</a>
|
65 |
</a>
|
61 |
<? endif; ?>
|
66 |
<? endif; ?>
|
62 |
</td>
|
67 |
</td>
|
63 |
<td><?=$selectionne['biblio_origine'];?>
|
68 |
<td><?=$info['biblio_origine'];?>
|
64 |
<? if ($selectionne['biblio_origine'] != '') : ?>
|
69 |
<? if ($info['biblio_origine'] != '') : ?>
|
65 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$selectionne['biblio_origine'], $referentiel)?>">
|
70 |
<a href="<?=Recherche::getUrlRecherche('bib:'.$info['biblio_origine'], $referentiel)?>">
|
66 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
71 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
67 |
</a>
|
72 |
</a>
|
68 |
<? endif; ?>
|
73 |
<? endif; ?>
|
69 |
</td>
|
74 |
</td>
|
70 |
<td><?=$selectionne['nom_addendum'];?></td>
|
75 |
<td><?=$info['nom_addendum'];?></td>
|
71 |
<td><?=$selectionne['num_nom'];?></td>
|
76 |
<td><?=$num_nom;?></td>
|
- |
|
77 |
</tr>
|
72 |
</tr>
|
78 |
<? if (isset($selectionne)) : ?>
|
73 |
<? if (isset($selectionne['bas_num'])) : ?>
|
79 |
<? if (isset($selectionne['bas_num'])) : ?>
|
74 |
<?=($selectionne['bas_num'] == $selectionne['bas_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
80 |
<?=($selectionne['bas_num'] == $selectionne['bas_num_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
75 |
<th style="text-align:right;" title="Basionyme du nom sélectionné">a pour basionyme</th>
|
81 |
<th style="text-align:right;" title="Basionyme du nom sélectionné">a pour basionyme</th>
|
76 |
<td>
|
82 |
<td>
|
Line 106... |
Line 112... |
106 |
</td>
|
112 |
</td>
|
107 |
<td><?=$selectionne['bas_nom_add'];?></td>
|
113 |
<td><?=$selectionne['bas_nom_add'];?></td>
|
108 |
<td><?=$selectionne['bas_num'];?></td>
|
114 |
<td><?=$selectionne['bas_num'];?></td>
|
109 |
</tr>
|
115 |
</tr>
|
110 |
<? endif; ?>
|
116 |
<? endif; ?>
|
111 |
<? endif; ?>
|
117 |
<? endif; ?>
|
112 |
<? if (isset($retenu)) : ?>
|
118 |
<? if (isset($retenu)) : ?>
|
113 |
<tr class="nom_retenu">
|
119 |
<tr class="nom_retenu">
|
114 |
<th>Nom retenu</th>
|
120 |
<th>Nom retenu</th>
|
115 |
<td><a href="<?=Recherche::getUrlFicheTaxon($retenu)?>"><?=$retenu['nom_sci'];?></a>
|
121 |
<td><a href="<?=Recherche::getUrlFicheTaxon($retenu)?>"><?=$retenu['nom_sci'];?></a>
|
116 |
<? if ($retenu['nom_sci'] != '') : ?>
|
122 |
<? if ($retenu['nom_sci'] != '') : ?>
|
Line 268... |
Line 274... |
268 |
<? if ($info['hybride_parent_02_notes']) : ?>
|
274 |
<? if ($info['hybride_parent_02_notes']) : ?>
|
269 |
<tr><th>Parent 02 notes</th><td colspan="6"><?=$info['hybride_parent_02_notes'];?></td></tr>
|
275 |
<tr><th>Parent 02 notes</th><td colspan="6"><?=$info['hybride_parent_02_notes'];?></td></tr>
|
270 |
<? endif; ?>
|
276 |
<? endif; ?>
|
271 |
</tbody>
|
277 |
</tbody>
|
272 |
</table>
|
278 |
</table>
|
- |
|
279 |
<table class="largeur-15">
|
- |
|
280 |
<thead>
|
- |
|
281 |
<tr>
|
- |
|
282 |
<th class="largeur-5" colspan="2">Composition du nom sélectionné (<?=$num_nom?>)</th>
|
- |
|
283 |
<th class="largeur-10 vide" colspan="4"> </th>
|
- |
|
284 |
</tr>
|
273 |
|
285 |
<tr>
|
- |
|
286 |
<th class="largeur-02-5">nom_supra_generique</th>
|
- |
|
287 |
<th class="largeur-02-5">genre</th>
|
- |
|
288 |
<th class="largeur-02-5">epithete_infra_generique</th>
|
- |
|
289 |
<th class="largeur-02-5">epithete_sp</th>
|
- |
|
290 |
<th class="largeur-02-5">type_epithete</th>
|
- |
|
291 |
<th class="largeur-02-5">epithete_infra_sp</th>
|
- |
|
292 |
</tr>
|
- |
|
293 |
</thead>
|
- |
|
294 |
<tbody>
|
- |
|
295 |
<tr>
|
- |
|
296 |
<td><?=$info['nom_supra_generique'];?></td>
|
- |
|
297 |
<td><?=$info['genre'];?></td>
|
- |
|
298 |
<td><?=$info['epithete_infra_generique'];?></td>
|
- |
|
299 |
<td><?=$info['epithete_sp'];?></td>
|
- |
|
300 |
<td><?=$info['type_epithete'];?></td>
|
- |
|
301 |
<td><?=$info['epithete_infra_sp'];?></td>
|
- |
|
302 |
</tr>
|
- |
|
303 |
</tbody>
|
- |
|
304 |
<thead>
|
- |
|
305 |
<tr>
|
- |
|
306 |
<th >cultivar_groupe</th>
|
- |
|
307 |
<th >cultivar</th>
|
- |
|
308 |
<th >nom_commercial</th>
|
- |
|
309 |
<th class="vide" colspan="3"> </th>
|
- |
|
310 |
</tr>
|
- |
|
311 |
</thead>
|
- |
|
312 |
<tbody>
|
- |
|
313 |
<tr>
|
- |
|
314 |
<td><?=$info['cultivar_groupe'];?></td>
|
- |
|
315 |
<td><?=$info['cultivar'];?></td>
|
- |
|
316 |
<td><?=$info['nom_commercial'];?></td>
|
- |
|
317 |
</tr>
|
- |
|
318 |
</tbody>
|
- |
|
319 |
</table>
|
274 |
<hr class="nettoyeur"/>
|
320 |
<hr class="nettoyeur"/>
|
275 |
</div>
|
321 |
</div>
|
Line 276... |
Line 322... |
276 |
|
322 |
|
277 |
<div id="ref-ref-synonymie">
|
323 |
<div id="ref-ref-synonymie">
|
Line 287... |
Line 333... |
287 |
<th class="largeur-03">Nom scientifique</th>
|
333 |
<th class="largeur-03">Nom scientifique</th>
|
288 |
<th class="largeur-04">Auteur</th>
|
334 |
<th class="largeur-04">Auteur</th>
|
289 |
<th class="largeur-01">Année</th>
|
335 |
<th class="largeur-01">Année</th>
|
290 |
<th class="largeur-05">Référence bibliographique</th>
|
336 |
<th class="largeur-05">Référence bibliographique</th>
|
291 |
<th class="largeur-02">Nom addendum</th>
|
337 |
<th class="largeur-02">Nom addendum</th>
|
292 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
338 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">num_nom</th>
|
293 |
</tr>
|
339 |
</tr>
|
294 |
</thead>
|
340 |
</thead>
|
295 |
<tbody>
|
341 |
<tbody>
|
296 |
<tr>
|
342 |
<tr>
|
297 |
<td><?=$info['nom_sci'];?></td>
|
343 |
<td><?=$info['nom_sci'];?></td>
|
Line 315... |
Line 361... |
315 |
<th class="largeur-03">Nom scientifique</th>
|
361 |
<th class="largeur-03">Nom scientifique</th>
|
316 |
<th class="largeur-04">Auteur</th>
|
362 |
<th class="largeur-04">Auteur</th>
|
317 |
<th class="largeur-01">Année</th>
|
363 |
<th class="largeur-01">Année</th>
|
318 |
<th class="largeur-05">Référence bibliographique</th>
|
364 |
<th class="largeur-05">Référence bibliographique</th>
|
319 |
<th class="largeur-02">Nom addendum</th>
|
365 |
<th class="largeur-02">Nom addendum</th>
|
320 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
366 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">num_nom</th>
|
321 |
</tr>
|
367 |
</tr>
|
322 |
</thead>
|
368 |
</thead>
|
323 |
<tbody>
|
369 |
<tbody>
|
324 |
<? foreach ($n as $synonyme) : ?>
|
370 |
<? foreach ($n as $synonyme) : ?>
|
325 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
371 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 347... |
Line 393... |
347 |
<th class="largeur-03">Nom scientifique</th>
|
393 |
<th class="largeur-03">Nom scientifique</th>
|
348 |
<th class="largeur-04">Auteur</th>
|
394 |
<th class="largeur-04">Auteur</th>
|
349 |
<th class="largeur-01">Année</th>
|
395 |
<th class="largeur-01">Année</th>
|
350 |
<th class="largeur-05">Référence bibliographique</th>
|
396 |
<th class="largeur-05">Référence bibliographique</th>
|
351 |
<th class="largeur-02">Nom addendum</th>
|
397 |
<th class="largeur-02">Nom addendum</th>
|
352 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
398 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">num_nom</th>
|
353 |
</tr>
|
399 |
</tr>
|
354 |
</thead>
|
400 |
</thead>
|
355 |
<tbody>
|
401 |
<tbody>
|
356 |
<? foreach ($t as $synonyme) : ?>
|
402 |
<? foreach ($t as $synonyme) : ?>
|
357 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
403 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 370... |
Line 416... |
370 |
<? endif; ?>
|
416 |
<? endif; ?>
|
371 |
<? if (isset($i)) : ?>
|
417 |
<? if (isset($i)) : ?>
|
372 |
<table class="largeur-16">
|
418 |
<table class="largeur-16">
|
373 |
<thead>
|
419 |
<thead>
|
374 |
<tr>
|
420 |
<tr>
|
375 |
<th class="largeur-03">Synonymie indéterminée <br />(pas de basionyme)</th>
|
421 |
<th class="largeur-03">Synonymes</th>
|
376 |
<th class="largeur-13 vide" colspan="5"> </th>
|
422 |
<th class="largeur-13 vide" colspan="5"> </th>
|
377 |
</tr>
|
423 |
</tr>
|
378 |
<tr>
|
424 |
<tr>
|
379 |
<th class="largeur-03">Nom scientifique</th>
|
425 |
<th class="largeur-03">Nom scientifique</th>
|
380 |
<th class="largeur-04">Auteur</th>
|
426 |
<th class="largeur-04">Auteur</th>
|
381 |
<th class="largeur-01">Année</th>
|
427 |
<th class="largeur-01">Année</th>
|
382 |
<th class="largeur-05">Référence bibliographique</th>
|
428 |
<th class="largeur-05">Référence bibliographique</th>
|
383 |
<th class="largeur-02">Nom addendum</th>
|
429 |
<th class="largeur-02">Nom addendum</th>
|
384 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
430 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">num_nom</th>
|
385 |
</tr>
|
431 |
</tr>
|
386 |
</thead>
|
432 |
</thead>
|
387 |
<tbody>
|
433 |
<tbody>
|
388 |
<? foreach ($i as $synonyme) : ?>
|
434 |
<? foreach ($i as $synonyme) : ?>
|
389 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
435 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 412... |
Line 458... |
412 |
<th class="largeur-02">Nom scientifique</th>
|
458 |
<th class="largeur-02">Nom scientifique</th>
|
413 |
<th class="largeur-02">Auteur</th>
|
459 |
<th class="largeur-02">Auteur</th>
|
414 |
<th class="largeur-01">Année</th>
|
460 |
<th class="largeur-01">Année</th>
|
415 |
<th class="largeur-05">Référence bibliographique</th>
|
461 |
<th class="largeur-05">Référence bibliographique</th>
|
416 |
<th class="largeur-02">Nom addendum</th>
|
462 |
<th class="largeur-02">Nom addendum</th>
|
417 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
463 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">num_nom</th>
|
418 |
</tr>
|
464 |
</tr>
|
419 |
</thead>
|
465 |
</thead>
|
420 |
<tbody>
|
466 |
<tbody>
|
421 |
<? foreach ($ma as $synonyme) : ?>
|
467 |
<? foreach ($ma as $synonyme) : ?>
|
422 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
468 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 446... |
Line 492... |
446 |
<th class="largeur-02">Nom scientifique</th>
|
492 |
<th class="largeur-02">Nom scientifique</th>
|
447 |
<th class="largeur-02">Auteur</th>
|
493 |
<th class="largeur-02">Auteur</th>
|
448 |
<th class="largeur-01">Année</th>
|
494 |
<th class="largeur-01">Année</th>
|
449 |
<th class="largeur-05">Référence bibliographique</th>
|
495 |
<th class="largeur-05">Référence bibliographique</th>
|
450 |
<th class="largeur-02">Nom addendum</th>
|
496 |
<th class="largeur-02">Nom addendum</th>
|
451 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
|
497 |
<th class="largeur-01" title="Identifiant numérique du nom scientifique">num_nom</th>
|
452 |
</tr>
|
498 |
</tr>
|
453 |
</thead>
|
499 |
</thead>
|
454 |
<tbody>
|
500 |
<tbody>
|
455 |
<? foreach ($o as $synonyme) : ?>
|
501 |
<? foreach ($o as $synonyme) : ?>
|
456 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
502 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 479... |
Line 525... |
479 |
<th>Nom scientifique</th>
|
525 |
<th>Nom scientifique</th>
|
480 |
<th>Auteur</th>
|
526 |
<th>Auteur</th>
|
481 |
<th>Année</th>
|
527 |
<th>Année</th>
|
482 |
<th>Référence bibliographique</th>
|
528 |
<th>Référence bibliographique</th>
|
483 |
<th>Nom addendum</th>
|
529 |
<th>Nom addendum</th>
|
484 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
530 |
<th title="Identifiant numérique du nom scientifique">num_nom</th>
|
485 |
</tr>
|
531 |
</tr>
|
486 |
</thead>
|
532 |
</thead>
|
487 |
<tbody>
|
533 |
<tbody>
|
488 |
<? foreach ($pp as $synonyme) : ?>
|
534 |
<? foreach ($pp as $synonyme) : ?>
|
489 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
535 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 512... |
Line 558... |
512 |
<th>Nom scientifique</th>
|
558 |
<th>Nom scientifique</th>
|
513 |
<th>Auteur</th>
|
559 |
<th>Auteur</th>
|
514 |
<th>Année</th>
|
560 |
<th>Année</th>
|
515 |
<th>Référence bibliographique</th>
|
561 |
<th>Référence bibliographique</th>
|
516 |
<th>Nom addendum</th>
|
562 |
<th>Nom addendum</th>
|
517 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
563 |
<th title="Identifiant numérique du nom scientifique">num_nom</th>
|
518 |
</tr>
|
564 |
</tr>
|
519 |
</thead>
|
565 |
</thead>
|
520 |
<tbody>
|
566 |
<tbody>
|
521 |
<? foreach ($h as $synonyme) : ?>
|
567 |
<? foreach ($h as $synonyme) : ?>
|
522 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
568 |
<?=($synonyme['num_nom'] == $synonyme['num_nom_retenu'])? '<tr class="nom_retenu">' : "<tr>";?>
|
Line 552... |
Line 598... |
552 |
<th>Nom scientifique</th>
|
598 |
<th>Nom scientifique</th>
|
553 |
<th>Auteur</th>
|
599 |
<th>Auteur</th>
|
554 |
<th>Année</th>
|
600 |
<th>Année</th>
|
555 |
<th>Référence bibliographique</th>
|
601 |
<th>Référence bibliographique</th>
|
556 |
<th>Nom addendum</th>
|
602 |
<th>Nom addendum</th>
|
557 |
<th title="Identifiant numérique du nom scientifique">Id</th>
|
603 |
<th title="Identifiant numérique du nom scientifique">num_nom</th>
|
558 |
</tr>
|
604 |
</tr>
|
559 |
</thead>
|
605 |
</thead>
|
560 |
<tbody>
|
606 |
<tbody>
|
561 |
<? if ($class != '') : ?>
|
607 |
<? if ($class != '') : ?>
|
562 |
<? foreach ($class as $rang => $taxon) : ?>
|
608 |
<? foreach ($class as $rang => $taxon) : ?>
|
Line 647... |
Line 693... |
647 |
</div>
|
693 |
</div>
|
Line 648... |
Line 694... |
648 |
|
694 |
|
649 |
<div id="ref-ref-legende">
|
695 |
<div id="ref-ref-legende">
|
650 |
<h2>Légende</h2>
|
696 |
<h2>Légende</h2>
|
651 |
<p>
|
697 |
<p>
|
652 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="Icône lancer recherche"> :
|
698 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="Icône lancer recherche"/> :
|
653 |
en cliquant sur cette icône, vous relancerez une recherche avec pour motif de recherche la valeur du champ où
|
699 |
en cliquant sur cette icône, vous relancerez une recherche avec pour motif de recherche la valeur du champ où
|
654 |
elle se trouve.
|
700 |
elle se trouve.
|
655 |
</p>
|
701 |
</p>
|
656 |
<p>
|
702 |
<p>
|
657 |
<img src="./interfaces/squelettes/css/referentiel/images/aide.png" alt="Icône aide contextuelle"> :
|
703 |
<img src="./interfaces/squelettes/css/referentiel/images/aide.png" alt="Icône aide contextuelle" /> :
|
658 |
en survolant cette icône à l'aide de la souris, vous afficherez un message d'aide contextuel.
|
704 |
en survolant cette icône à l'aide de la souris, vous afficherez un message d'aide contextuel.
|
659 |
</p>
|
705 |
</p>
|
660 |
<h2>Informations</h2>
|
706 |
<h2>Informations</h2>
|
661 |
<p>
|
707 |
<p>
|
662 |
Lorsqu'un nom latin apparaît <strong>en gras</strong> dans la fiche, c'est qu'il correspond au nom retenu.
|
708 |
Lorsqu'un nom latin apparaît <strong>en gras</strong> dans la fiche, c'est qu'il correspond au nom retenu.
|
663 |
</p>
|
709 |
</p>
|
- |
|
710 |
</div>
|
- |
|
711 |
<div id="ref-ref-mail">
|
- |
|
712 |
<form METHOD=POST ENCTYPE="text/plain" ACTION="mailto:delphine@tela-botanica.org?
|
- |
|
713 |
subject=Modification de <?=$nom;?> (<?=$num_nom?>)">
|
- |
|
714 |
<pre>
|
- |
|
715 |
E-mail : <input NAME=email size=30 /> Date : <input NAME=date size=8 value="06/06/2011" /> <br />
|
- |
|
716 |
Nom scientifique : <?=$nom;?> Num_nom : <?=$num_nom;?><br /><br />
|
- |
|
717 |
Champ(s) concerné(s) : <input NAME=champs size=66 />
|
- |
|
718 |
Motif : <textarea NAME=motif rows=5 cols=63></textarea>
|
- |
|
719 |
Modification proposée : <textarea NAME=modifications rows=2 cols=63></textarea>
|
- |
|
720 |
Références publications : <textarea NAME=references rows=2 cols=63></textarea>
|
- |
|
721 |
Observations entre auteurs : <textarea NAME=observations rows=2 cols=63></textarea>
|
- |
|
722 |
<input TYPE=SUBMIT VALUE=Envoyer />
|
- |
|
723 |
<input TYPE=RESET VALUE=Effacer />
|
- |
|
724 |
</pre>
|
- |
|
725 |
</form>
|
Line 664... |
Line 726... |
664 |
</div>
|
726 |
</div>
|
665 |
|
727 |
|
666 |
</div>
|
728 |
</div>
|