Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1460 Rev 1482
1
<div class="onglet_contenu" id="nomenclature">
1
<div class="onglet_contenu" id="nomenclature">
2
	<h2>Nom retenu <?php if (trim($date_maj) != "") : ?> (taxon modifié le : <?= $date_maj ?>)<? endif; ?></h2>
2
	<h2>Nom retenu <?php if (trim($date_maj) != "") : ?> (taxon modifié le : <?= $date_maj ?>)<? endif; ?></h2>
3
	<div style="float:right">
3
	<div style="float:right">
4
		<div class="legende">
4
		<div class="legende">
5
			<b>Légende</b><br />
5
			<b>Légende</b><br />
6
			<span class="legende_nom_retenu couleur_legende" style="margin:8px 5px 0 0"></span><span>Nom sélectionné</span>
6
			<span class="legende_nom_retenu couleur_legende" style="margin:8px 5px 0 0"></span><span>Nom sélectionné</span>
7
			<br />
7
			<br />
8
			<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />Lien vers diagnose
8
			<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />Lien vers diagnose
9
			<br />
9
			<br />
10
			<div class="imagettePlus"></div>Afficher la biblio
10
			<div class="imagettePlus"></div>Afficher la biblio
11
			<br />
11
			<br />
12
			<div class="imagetteMoins"></div>Masquer la biblio
12
			<div class="imagetteMoins"></div>Masquer la biblio
13
		</div>
13
		</div>
14
		<div style="padding:5px 10px; display:none" id="plieur">
14
		<div style="padding:5px 10px; display:none" id="plieur">
15
			<a class="lien_tout_deplier" href="#">Tout déplier</a> | <a class="lien_tout_plier" href="#">Tout plier</a>
15
			<a class="lien_tout_deplier" href="#">Tout déplier</a> | <a class="lien_tout_plier" href="#">Tout plier</a>
16
		</div>
16
		</div>
17
	</div>
17
	</div>
18
	<div class="onglet_marge_gauche">
18
	<div class="onglet_marge_gauche">
19
		<span class="nom retenu <?= ($nom_selectionne == $nom_retenu_formate) ? 'surlignage' : '' ?>">
19
		<span class="nom retenu <?= ($nom_selectionne == $nom_retenu_formate) ? 'surlignage' : '' ?>">
20
			<?if ($nom_retenu_source != '') { ?>
20
			<?if ($nom_retenu_source != '') { ?>
21
				<a class="lien_biblio_ext" href="<?=$nom_retenu_source?>" target="_blank" title="Voir la diagnose en ligne">
21
				<a class="lien_biblio_ext" href="<?=$nom_retenu_source?>" target="_blank" title="Voir la diagnose en ligne">
22
				<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
22
				<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
23
			</a> 
23
			</a> 
24
						<? } ?>
24
						<? } ?>
25
			<a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($nom_retenu_nn,'nom_scientifique'); ?>">
25
			<a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($nom_retenu_nn,'nom_scientifique'); ?>">
26
				<?= $nom_retenu_formate ?>
26
				<?= $nom_retenu_formate ?>
27
			</a>
27
			</a>
28
		</span>
28
		</span>
29
	</div>
29
	</div>
30
	<?php if($basionyme_nom_retenu != null && $basionyme_nom_retenu != '') { ?>
30
	<?php if($basionyme_nom_retenu != null && $basionyme_nom_retenu != '') { ?>
31
			<div class="nom onglet_marge_gauche basionyme_complet">
31
			<div class="nom onglet_marge_gauche basionyme_complet">
32
				Basionyme :
32
				Basionyme :
33
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme_nom_retenu_nn,'nom_scientifique'); ?>">
33
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme_nom_retenu_nn,'nom_scientifique'); ?>">
34
					<?= $basionyme_nom_retenu ?>
34
					<?= $basionyme_nom_retenu ?>
35
				</a>
35
				</a>
36
			</div>
36
			</div>
37
	<?php } ?>
37
	<?php } ?>
38
	
38
	
39
	<?php if($hybride_parent_01 != null && $hybride_parent_01 != '') { ?>
39
	<?php if($hybride_parent_01 != null && $hybride_parent_01 != '') { ?>
40
	Hybride de :<br />
40
	Hybride de :<br />
41
		Parent 1 : <span class="nom">
41
		Parent 1 : <span class="nom">
42
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_01_nn,'nom_scientifique'); ?>">
42
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_01_nn,'nom_scientifique'); ?>">
43
				<?= $hybride_parent_01 ?>
43
				<?= $hybride_parent_01 ?>
44
			</a>
44
			</a>
45
		</span><br />
45
		</span><br />
46
		Parent 2 : <span class="nom">
46
		Parent 2 : <span class="nom">
47
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_02_nn,'nom_scientifique'); ?>">
47
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_02_nn,'nom_scientifique'); ?>">
48
				<?= $hybride_parent_02 ?>
48
				<?= $hybride_parent_02 ?>
49
			</a>
49
			</a>
50
		</span>
50
		</span>
51
	<?php } ?>
51
	<?php } ?>
52
	
52
	
53
	<h2>Synonymes</h2>
53
	<h2>Synonymes</h2>
54
	<br />
54
	<br />
55
	<?php if(is_array($synonymes['noms']) && count($synonymes['noms']) > 0) { ?>
55
	<?php if(is_array($synonymes['noms']) && count($synonymes['noms']) > 0) { ?>
56
		<?php foreach ($synonymes['noms'] as $id_b => $basionyme) : ?>
56
		<?php foreach ($synonymes['noms'] as $id_b => $basionyme) : ?>
57
			<span class="nom basionyme_complet">
57
			<span class="nom basionyme_complet">
58
			<?php if($id_b != 'basionyme_inconnu') { ?>
58
			<?php if($id_b != 'basionyme_inconnu') { ?>
59
				<?if ($basionyme['source_biblio'] != '') { ?>
59
				<?if ($basionyme['source_biblio'] != '') { ?>
60
					<a class="lien_biblio_ext" href="<?=$basionyme['source_biblio']?>" target="_blank" title="Voir la diagnose en ligne">
60
					<a class="lien_biblio_ext" href="<?=$basionyme['source_biblio']?>" target="_blank" title="Voir la diagnose en ligne">
61
						<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
61
						<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
62
					</a> 
62
					</a> 
63
				<? } ?>
63
				<? } ?>
64
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme['infos_basionyme']['basionyme.id'],'nom_scientifique'); ?>">
64
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme['infos_basionyme']['basionyme.id'],'nom_scientifique'); ?>">
65
					<?= isset($basionyme['infos_basionyme']['basionyme_html_complet']) ? "Basionyme : ".$basionyme['infos_basionyme']['basionyme_html_complet'] : ''; ?>
65
					<?= isset($basionyme['infos_basionyme']['basionyme_html_complet']) ? "Basionyme : ".$basionyme['infos_basionyme']['basionyme_html_complet'] : ''; ?>
66
				</a>
66
				</a>
67
			<?php } else { ?>
67
			<?php } else { ?>
68
				Noms dont le basionyme est inconnu
68
				Noms dont le basionyme est inconnu
69
			<?php } ?>
69
			<?php } ?>
70
			</span>
70
			</span>
71
			<ul class="liste_synonymes_basionyme">
71
			<ul class="liste_synonymes_basionyme">
72
			<?php foreach ($basionyme['synonymes'] as $id => $synonyme) : ?>
72
			<?php foreach ($basionyme['synonymes'] as $id => $synonyme) : ?>
73
				<?php if($id_b != $id) { ?>
73
				<?php if($id_b != $id) { ?>
74
					<li class="item_nomenclature">
74
					<li class="item_nomenclature">
75
						<?if ($synonyme['source_biblio'] != '') { ?>
75
						<?if ($synonyme['source_biblio'] != '') { ?>
76
							<a class="lien_biblio_ext" href="<?=$synonyme['source_biblio']?>" target="_blank" title="Voir la diagnose en ligne">
76
							<a class="lien_biblio_ext" href="<?=$synonyme['source_biblio']?>" target="_blank" title="Voir la diagnose en ligne">
77
								<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
77
								<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
78
							</a> 
78
							</a> 
79
						<? } ?>
79
						<? } ?>
80
						<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
80
						<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
81
							<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
81
							<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
82
						</span>
82
						</span>
83
					</li>
83
					</li>
84
				<?php } ?>
84
				<?php } ?>
85
			<?php endforeach; ?>
85
			<?php endforeach; ?>
86
			</ul>
86
			</ul>
87
		<?php endforeach; ?>
87
		<?php endforeach; ?>
88
		<hr class="nettoyage" />
88
		<hr class="nettoyage" />
89
	<?php } else { ?>
89
	<?php } else { ?>
90
		<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
90
		<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
91
	<?php } ?>
91
	<?php } ?>
92
	
92
	
93
	<? if (isset($flores_synonymes)) : ?>
93
	<? if (isset($flores_synonymes)) : ?>
94
		<h2>Dénomination dans les flores usuelles</h2>
94
		<h2>Dénomination dans les flores usuelles</h2>
95
		<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
95
		<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
96
			<ul>
96
			<ul>
97
			<?php foreach ($flores_synonymes as $infos_flore) : ?>
97
			<?php foreach ($flores_synonymes as $infos_flore) : ?>
98
				<li class="item_nomenclature">
98
				<li class="item_nomenclature">
99
					<div>
99
					<div>
100
						Ce taxon est noté dans la flore <em><?= $infos_flore['nom_flore'] ?></em>
100
						Ce taxon est noté dans la flore <em><?= $infos_flore['nom_flore'] ?></em>
101
						<?php if(isset($infos_flore['num'])) { ?>
101
						<?php if(isset($infos_flore['num'])) { ?>
102
							sous :<br /><ul>
102
							sous :<br /><ul>
103
							<?php foreach ($infos_flore['num'] as $code => $flore) : ?>
103
							<?php foreach ($infos_flore['num'] as $code => $flore) : ?>
104
									<li>le nom de <em><?= $flore['nom_sci']  ?></em>
104
									<li>le nom de <em><?= $flore['nom_sci']  ?></em>
105
									et <?=$infos_flore['type']?> <b><?= $flore['id'] ?></b><?=($flore['statut']) ? ' en tant que '.$flore['statut'] : ''?><br /></li>
105
									et <?=$infos_flore['type']?> <b><?= $flore['id'] ?></b><?=($flore['statut']) ? ' en tant que '.$flore['statut'] : ''?><br /></li>
106
								
106
								
107
							<?php endforeach; ?>
107
							<?php endforeach; ?>
108
							</ul>
108
							</ul>
109
						<?php } else { ?>
109
						<?php } else { ?>
110
								
110
								
111
						<?php } ?>
111
						<?php } ?>
112
				</div>
112
				</div>
113
			</li>
113
			</li>
114
			<?php endforeach; ?>
114
			<?php endforeach; ?>
115
			</ul><hr class="nettoyage" />
115
			</ul><hr class="nettoyage" />
116
		<?php } else { ?>
116
		<?php } else { ?>
117
			<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3> 
117
			<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3> 
118
		<?php } ?>
118
		<?php } ?>
119
		<?php if($num_type != null) { ?>
119
		<?php if($num_type != null) { ?>
120
			<h3> Autres </h3>
120
			<h3> Autres </h3>
121
			<!-- On utilise une liste au cas où d'autres informations viendraient se greffer à cet endroit -->
121
			<!-- On utilise une liste au cas où d'autres informations viendraient se greffer à cet endroit -->
122
			<ul>
122
			<ul>
123
				<li class="item_nomenclature"> Numéro du type : <?= $num_type ?></li>
123
				<li class="item_nomenclature"> Numéro du type : <?= $num_type ?></li>
124
			</ul>
124
			</ul>
125
		<?php } ?>
125
		<?php } ?>
126
	<? endif; ?>
126
	<? endif; ?>
127
	<hr class="nettoyage" />
127
	<hr class="nettoyage" />
128
	<div class="conteneur_lien_metadonnees">
128
	<div class="conteneur_lien_metadonnees">
129
		<?= $synonymes['meta']['citation']?>
129
		<?= $synonymes['meta']['citation']?>
130
		<span class="conteneur_lien_metadonnees">
130
		<span class="conteneur_lien_metadonnees">
131
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
131
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
132
		</span>
132
		</span>
133
	</div>
133
	</div>
134
	
134
	
135
	<a class="acceder-outil gauche" href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=<?=$referentiel;?>&module=FicheTaxon&num_nom=<?=$nom_retenu_nn;?>">
135
	<a class="button standard link" href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=<?=$referentiel;?>&module=FicheTaxon&num_nom=<?=$nom_retenu_nn;?>">
136
	Consultez ce nom dans le référentiel en cours de mise à jour</a><br /><br />
136
	Consultez ce nom dans le référentiel en cours de mise à jour</a><br /><br />
137
	
137
	
138
	<hr class="nettoyage" />
138
	<hr class="nettoyage" />
139
	
139
	
140
	<span class="aide_wikini"> Partagez vos infos complémentaires sur ce nom, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
140
	<span class="aide_wikini"> Partagez vos infos complémentaires sur ce nom, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
141
	<div class="contenu_editable">
141
	<div class="contenu_editable">
142
		<div class="description wikini editable_sur_clic" title="nomenclature">
142
		<div class="description wikini editable_sur_clic" title="nomenclature">
143
			<?=$wikini['nomenclature']?>
143
			<?=$wikini['nomenclature']?>
144
		</div>
144
		</div>
145
	</div>
145
	</div>
146
	
146
	
147
	
147
	
148
	
148
	
149
	
149
	
150
	
150
	
151
	<h2>Place du taxon dans la classification APG III</h2>
151
	<h2>Place du taxon dans la classification APG III</h2>
152
	<table class="liste_taxons_superieurs">
152
	<table class="liste_taxons_superieurs">
153
		<tr>
153
		<tr>
154
			<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
154
			<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
155
		</tr>
155
		</tr>
156
		<?php if ($taxons_sup != array()) : ?>
156
		<?php if ($taxons_sup != array()) : ?>
157
			<?php foreach ($taxons_sup as $taxon) : ?>
157
			<?php foreach ($taxons_sup as $taxon) : ?>
158
				<tr>
158
				<tr>
159
					<td><?= $taxon['rang.libelle'] ?></td>
159
					<td><?= $taxon['rang.libelle'] ?></td>
160
					<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
160
					<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
161
							<?= $taxon['nom_sci'] ?>
161
							<?= $taxon['nom_sci'] ?>
162
						</a>
162
						</a>
163
					</td>
163
					</td>
164
					<td><?= $taxon['num_nom'] ?></td>
164
					<td><?= $taxon['num_nom'] ?></td>
165
				</tr>
165
				</tr>
166
			<?php endforeach; ?>
166
			<?php endforeach; ?>
167
		<?php endif; ?>
167
		<?php endif; ?>
168
		<tr class='surlignage'>
168
		<tr class='surlignage'>
169
			<td><?= $taxon_courant['rang.libelle'] ?></td>
169
			<td><?= $taxon_courant['rang.libelle'] ?></td>
170
			<td><?= $taxon_courant['nom_sci'] ?></td>
170
			<td><?= $taxon_courant['nom_sci'] ?></td>
171
			<td><?= $taxon_courant['num_nom'] ?></td>
171
			<td><?= $taxon_courant['num_nom'] ?></td>
172
		</tr>
172
		</tr>
173
		<?php if ($taxons_inf != array()) : ?>	
173
		<?php if ($taxons_inf != array()) : ?>	
174
			<?php foreach($taxons_inf as $taxon) : ?>
174
			<?php foreach($taxons_inf as $taxon) : ?>
175
				<tr>
175
				<tr>
176
					<td><?= $taxon['rang.libelle'] ?></td>
176
					<td><?= $taxon['rang.libelle'] ?></td>
177
					<td>
177
					<td>
178
						<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
178
						<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
179
							<?= $taxon['nom_sci'] ?>
179
							<?= $taxon['nom_sci'] ?>
180
						</a>
180
						</a>
181
					</td>
181
					</td>
182
					<td><?= $taxon['num_nom'] ?></td>
182
					<td><?= $taxon['num_nom'] ?></td>
183
				</tr>
183
				</tr>
184
			<?php endforeach; ?>
184
			<?php endforeach; ?>
185
		<?php endif; ?>
185
		<?php endif; ?>
186
	</table>
186
	</table>
187
	
187
	
188
	
188
	
189
	<div class="conteneur_lien_metadonnees">
189
	<div class="conteneur_lien_metadonnees">
190
		<?= $synonymes['meta']['citation']?>
190
		<?= $synonymes['meta']['citation']?>
191
		<span class="conteneur_lien_metadonnees">
191
		<span class="conteneur_lien_metadonnees">
192
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
192
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
193
		</span>
193
		</span>
194
	</div>
194
	</div>
195
	
195
	
196
	
196
	
197
	<script type="text/Javascript">
197
	<script type="text/Javascript">
198
		$('#plieur').show();	
198
		$('#plieur').show();	
199
		gestionBiblio($('#nomenclature'));
199
		gestionBiblio($('#nomenclature'));
200
	</script>
200
	</script>
201
</div>
201
</div>