Subversion Repositories Applications.referentiel

Rev

Rev 114 | Rev 117 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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