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