Subversion Repositories Applications.referentiel

Rev

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

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