Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 556 Rev 561
1
<!-- Fichier intermédiaire -->
1
<!-- Fichier intermédiaire -->
2
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
2
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
3
<script type="text/javascript">
3
<script type="text/javascript">
4
//<![CDATA[
4
//<![CDATA[
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
9
//]]>
9
//]]>
10
</script>
10
</script>
11
<div class="synthese">
11
<div class="synthese">
12
	<div class="colonne deuxtiers">
12
	<div class="colonne deuxtiers">
13
	
13
	
14
		<!-- Description -->
14
		<!-- Description -->
15
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
15
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
18
			</h3>
18
			</h3>
19
			<div id="contenu-1" class="contenu">
19
			<div id="contenu-1" class="contenu">
20
				<h4><?= $description['titre']?></h4>
20
				<h4><?= $description['titre']?></h4>
21
				<? if ($description['description'] == '') : ?>
21
				<? if ($description['description'] == '') : ?>
22
					<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
22
					<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
23
						Participez à la rédaction collaborative de cette description
23
						Participez à la rédaction collaborative de cette description
24
					</a>
24
					</a>
25
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
25
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
-
 
26
					<table class="desc">
26
					Chorologie : 
27
						<tr>
-
 
28
							<td colspan="2">
-
 
29
								<?if ($description['description']['type_bio'] != '') : ?>
27
					<?= ($description['description']['chorologie'] == '') ? 'Aucune donnée' : $description['description']['chorologie']; ?> <br/>
30
								 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
28
					Inflorescence : 
31
								 <? endif; ?>
-
 
32
							</td>
-
 
33
						</tr>
-
 
34
						<tr>
-
 
35
							<td colspan="2">
-
 
36
								<?  if ($description['description']['form_vegetale'] != '') : ?>
29
					<?= ($description['description']['inflorescence'] == '') ? 'Aucune donnée' : $description['description']['inflorescence']; ?><br/>
37
							 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
-
 
38
							 	<? endif; ?>
30
					Sexualité : 
39
							 </td>
-
 
40
						</tr>
-
 
41
						<tr>
-
 
42
							<td colspan="2">
-
 
43
								<? if ($description['description']['chorologie'] != ''): ?>
31
					 <?= ($description['description']['sexualite'] == '') ? 'Aucune donnée' : $description['description']['sexualite']; ?><br/>
44
							 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
32
					Ordre de maturation :
45
							 	<? endif; ?>
-
 
46
							</td>
-
 
47
						</tr>
-
 
48
						<tr>
-
 
49
							<td >
-
 
50
								<? if ($description['description']['inflorescence'] != '') : ?>
33
					<?= ($description['description']['ordre_maturation'] == '') ? 'Aucune donnée' : $description['description']['ordre_maturation']; ?><br/>
51
								 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
34
					Pollinisation :
52
								<? endif; ?>
-
 
53
								<? if ($description['description']['fruit'] != '') : ?>
35
					<?= ($description['description']['pollinisation'] == '') ? 'Aucune donnée' : $description['description']['pollinisation']; ?><br/>
54
								 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
36
					Fruit : 
55
								<? endif; ?>
-
 
56
								<? if ($description['description']['couleur_fleur'] != '') : ?>
37
					<?= ($description['description']['fruit'] == '') ? 'Aucune donnée' : $description['description']['fruit']; ?><br/>
57
								 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
38
					Dissémination :
58
								<? endif; ?>
-
 
59
								<? if ($description['description']['macule'] != '') : ?>
39
					<?= ($description['description']['dissemination'] == '') ? 'Aucune donnée' : $description['description']['dissemination']; ?><br/>
60
								 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
40
					Couleur de la fleur : 
61
								<? endif; ?>
-
 
62
								<? if ($description['description']['floraison'] != '') : ?>
41
					<?= ($description['description']['couleur_fleur'] == '') ? 'Aucune donnée' : $description['description']['couleur_fleur']; ?><br/>
63
								 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
-
 
64
								<? endif; ?>
42
					Macule : 
65
							</td>
-
 
66
							<td>
-
 
67
								<? if ($description['description']['sexualite'] != '') : ?>
43
					<?= ($description['description']['macule'] == '') ? 'Aucune donnée' : $description['description']['macule']; ?><br/>
68
								 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
44
					Floraison : 
69
								<? endif; ?>
-
 
70
								<?if ($description['description']['ordre_maturation'] != '') : ?>
45
					<?= ($description['description']['floraison'] == '') ? 'Aucune donnée' : $description['description']['floraison']; ?><br/>
71
								 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
46
					Type Biologique : 
72
								<? endif; ?>
-
 
73
								<? if ($description['description']['pollinisation'] != '') : ?>
47
					<?= ($$description['description']['type_bio'] == '') ? 'Aucune donnée' : $description['description']['type_bio']; ?><br/>
74
								 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
48
					Forme végétale : 
75
								<? endif; ?>
-
 
76
								<? if ($description['description']['dissemination'] != '') : ?>
49
					<?= ($description['description']['form_vegetale'] == '') ? 'Aucune donnée' : $description['description']['form_vegetale']; ?><br/>
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
-
 
78
								<? endif; ?>
-
 
79
							</td>
-
 
80
						</tr>
-
 
81
					</table>	
50
				<? else :
82
				<? else :
51
					 echo $description['description'];  endif;?>
83
					 echo $description['description'];  endif;?>
52
				<br /><br />
84
				<br /><br />
53
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
85
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
54
					Complétez cette description
86
					Complétez cette description
55
				</a>
87
				</a>
56
			</div>
88
			</div>
57
		</div>
89
		</div>
58
		
90
		
59
		<!-- Ethnobotanique -->
91
		<!-- Ethnobotanique -->
60
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
92
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
61
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
93
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
62
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
94
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
63
			</h3>
95
			</h3>
64
			<div id="contenu-4" class="contenu">
96
			<div id="contenu-4" class="contenu">
65
				<h4>Noms communs</h4>
97
				<h4>Noms communs</h4>
66
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
98
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
67
					Aucun nom vernaculaire<br /><br />
99
					Aucun nom vernaculaire<br /><br />
68
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
100
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
69
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
101
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
70
						Participez à la rédaction collaborative de la liste des noms communs
102
						Participez à la rédaction collaborative de la liste des noms communs
71
					</a>
103
					</a>
72
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
104
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
73
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
105
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
74
							Compléter cette liste
106
							Compléter cette liste
75
						</a>
107
						</a>
76
					<? } ?>
108
					<? } ?>
77
				<?php } else { ?>
109
				<?php } else { ?>
78
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
110
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
79
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
111
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
80
					<?php endforeach; ?>
112
					<?php endforeach; ?>
81
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
113
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
82
						<a href="<?=$url;?>ethnobotanique" style="float:right;" class="lien_ouverture_onglet_parent" >et 
114
						<a href="<?=$url;?>ethnobotanique" style="float:right;" class="lien_ouverture_onglet_parent" >et 
83
							<?= $ethnobotanique['autresNomsVerna'] ?>
115
							<?= $ethnobotanique['autresNomsVerna'] ?>
84
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
116
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
85
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
117
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
86
						</a><br />
118
						</a><br />
87
					<?php }?>
119
					<?php }?>
88
				<?php }?>
120
				<?php }?>
89
				<h4>Usages</h4>
121
				<h4>Usages</h4>
90
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
122
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
91
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
123
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
92
						Participez à la rédaction collaborative des usages
124
						Participez à la rédaction collaborative des usages
93
					</a>
125
					</a>
94
				<? } else { echo $ethnobotanique['wikini']['usage'];?><br /><br />
126
				<? } else { echo $ethnobotanique['wikini']['usage'];?><br /><br />
95
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
127
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
96
						Compléter ces informations
128
						Compléter ces informations
97
					</a>
129
					</a>
98
				<? } ?>
130
				<? } ?>
99
				<h4>Culture et arts</h4>
131
				<h4>Culture et arts</h4>
100
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
132
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
101
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
133
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
102
						Participez à la rédaction collaborative sur la culture et les arts
134
						Participez à la rédaction collaborative sur la culture et les arts
103
					</a>
135
					</a>
104
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];?><br /><br />
136
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];?><br /><br />
105
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
137
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
106
						Compléter ces informations
138
						Compléter ces informations
107
					</a>
139
					</a>
108
				<? } ?>
140
				<? } ?>
109
			</div>
141
			</div>
110
		</div>
142
		</div>
111
		
143
		
112
		<!-- Ecologie -->
144
		<!-- Ecologie -->
113
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
145
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
114
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
146
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
115
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
147
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
116
			</h3>
148
			</h3>
117
			<span id="contenu-8" class="contenu">
149
			<span id="contenu-8" class="contenu">
118
				<h4><?=$ecologie['titre']?></h4>
150
				<h4><?=$ecologie['titre']?></h4>
119
					<? if ($ecologie['description'] == "") : ?>
151
					<? if ($ecologie['description'] == "") : ?>
120
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
152
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
121
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
153
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
122
								Participez à la rédaction collaborative de l'écologie
154
								Participez à la rédaction collaborative de l'écologie
123
							</a>
155
							</a>
124
						<? else : echo $ecologie['wikini']['ecologie'];?><br /><br />
156
						<? else : echo $ecologie['wikini']['ecologie'];?><br /><br />
125
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" >
157
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" >
126
								Compléter ces informations
158
								Compléter ces informations
127
							</a>
159
							</a>
128
						<? endif; ?>
160
						<? endif; ?>
129
					<? else : ?>
161
					<? else : ?>
130
						<div class="fond_graphique">	
162
						<div class="fond_graphique">	
131
							<span class="titre">caractéristiques climatiques</span>
163
							<span class="titre">caractéristiques climatiques</span>
132
							<div class="graphique">
164
							<div class="graphique">
133
								<object  type="image/svg+xml" data="<?=$ecologie['description']['climat_url']?>" 
165
								<object  type="image/svg+xml" data="<?=$ecologie['description']['climat_url']?>" 
134
								class="svg" alt="<?=$ecologie['description']['climat_url_png']?>" >  
166
								class="svg" alt="<?=$ecologie['description']['climat_url_png']?>" >  
135
								</object>
167
								</object>
136
							</div>
168
							</div>
137
							<span class="titre">caractéristiques du sol</span>
169
							<span class="titre">caractéristiques du sol</span>
138
							<div class="graphique">
170
							<div class="graphique">
139
								<object  type="image/svg+xml" data="<?=$ecologie['description']['sol_url']?>" 
171
								<object  type="image/svg+xml" data="<?=$ecologie['description']['sol_url']?>" 
140
								class="svg" alt="<?=$ecologie['description']['sol_url_png']?>" >   
172
								class="svg" alt="<?=$ecologie['description']['sol_url_png']?>" >   
141
								</object>
173
								</object>
142
							</div>
174
							</div>
143
						</div>
175
						</div>
144
					<? endif; ?>
176
					<? endif; ?>
145
					
177
					
146
			</span>
178
			</span>
147
		</div>
179
		</div>
148
		
180
		
149
		<!-- Statut de protection -->
181
		<!-- Statut de protection -->
150
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
182
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
151
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
183
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
152
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
184
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
153
			</h3>
185
			</h3>
154
			<span id="contenu-7" class="contenu">
186
			<span id="contenu-7" class="contenu">
155
				<? if ($statut['wikini']['statuts_de_protection'] == '') {?>
187
				<? if ($statut['wikini']['statuts_de_protection'] == '') {?>
156
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
188
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
157
						Complétez nos données sur les statuts de protection
189
						Complétez nos données sur les statuts de protection
158
					</a>
190
					</a>
159
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
191
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
160
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
192
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
161
						Compléter cette liste
193
						Compléter cette liste
162
					</a>
194
					</a>
163
				<? } ?>
195
				<? } ?>
164
			</span>
196
			</span>
165
		</div>
197
		</div>
166
		
198
		
167
		<!-- Nomenclature -->
199
		<!-- Nomenclature -->
168
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
200
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
169
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
201
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
170
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
202
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
171
			</h3>
203
			</h3>
172
			<div id="contenu-6" class="contenu">
204
			<div id="contenu-6" class="contenu">
173
				<h4>Nom retenu</h4>
205
				<h4>Nom retenu</h4>
174
				<div>
206
				<div>
175
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
207
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
176
						<?= $nomenclature['nom_retenu_formate']; ?>
208
						<?= $nomenclature['nom_retenu_formate']; ?>
177
					</div>
209
					</div>
178
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
210
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
179
						<div class="nom"> Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
211
						<div class="nom"> Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
180
					<?php } ?>
212
					<?php } ?>
181
				</div>
213
				</div>
182
				
214
				
183
				<h4>Synonymes</h4>
215
				<h4>Synonymes</h4>
184
				<?php if($nomenclature['synonymes'] == array()) { ?>
216
				<?php if($nomenclature['synonymes'] == array()) { ?>
185
					Aucun synonyme
217
					Aucun synonyme
186
				<? } else { ?>
218
				<? } else { ?>
187
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
219
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
188
						<div class="nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
220
						<div class="nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
189
							<?= $synonyme['nom_sci_complet']; ?>
221
							<?= $synonyme['nom_sci_complet']; ?>
190
						</div>
222
						</div>
191
					<?php endforeach; ?>
223
					<?php endforeach; ?>
192
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
224
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
193
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
225
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
194
							<?= $nomenclature['autresSynonymesNbre'] ?>
226
							<?= $nomenclature['autresSynonymesNbre'] ?>
195
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
227
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
196
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
228
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
197
						</a>
229
						</a>
198
				<?php }} ?>
230
				<?php }} ?>
199
			</div>
231
			</div>
200
		</div>
232
		</div>
201
		
233
		
202
		<!-- Classification -->
234
		<!-- Classification -->
203
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
235
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
204
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
236
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
205
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
237
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
206
			</h3>
238
			</h3>
207
			<div id="contenu-5" class="contenu">
239
			<div id="contenu-5" class="contenu">
208
				<h4>Taxons supérieurs</h4>
240
				<h4>Taxons supérieurs</h4>
209
				<?php if($classification['taxons_sup'] != array()) { ?>	
241
				<?php if($classification['taxons_sup'] != array()) { ?>	
210
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
242
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
211
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
243
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
212
					<?php endforeach; ?>
244
					<?php endforeach; ?>
213
				<?php } else { ?>	
245
				<?php } else { ?>	
214
					<div>Aucun taxon supérieur référencé </div>
246
					<div>Aucun taxon supérieur référencé </div>
215
				<?php } ?>	
247
				<?php } ?>	
216
				<h4>Taxons inférieurs</h4>
248
				<h4>Taxons inférieurs</h4>
217
				<?php if($classification['taxons_inf'] != array()) { ?>
249
				<?php if($classification['taxons_inf'] != array()) { ?>
218
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
250
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
219
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
251
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
220
					<?php endforeach; ?>
252
					<?php endforeach; ?>
221
				<?php } else { ?>	
253
				<?php } else { ?>	
222
					<div>Aucun taxon inférieur référencé </div>
254
					<div>Aucun taxon inférieur référencé </div>
223
				<?php } ?>	
255
				<?php } ?>	
224
			</div>
256
			</div>
225
		</div>
257
		</div>
226
		
258
		
227
		<!-- Bibliographie -->	
259
		<!-- Bibliographie -->	
228
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
260
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
229
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
261
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
230
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
262
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
231
				</h3>
263
				</h3>
232
				<div id="contenu-2" class="contenu">
264
				<div id="contenu-2" class="contenu">
233
					<?php if (isset($bibliographie['wikini'])) { ?>
265
					<?php if (isset($bibliographie['wikini'])) { ?>
234
						<?= ($bibliographie['wikini']['biblio'] == '') ? 
266
						<?= ($bibliographie['wikini']['biblio'] == '') ? 
235
							'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
267
							'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
236
							Ajoutez votre bibliographie sur ce taxon</a>'
268
							Ajoutez votre bibliographie sur ce taxon</a>'
237
						: $bibliographie['wikini']['biblio'].
269
						: $bibliographie['wikini']['biblio'].
238
							'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
270
							'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
239
								Compléter cette  bibliographie</a>'; ?>
271
								Compléter cette  bibliographie</a>'; ?>
240
					<?php } else { ?>
272
					<?php } else { ?>
241
					
273
					
242
						<h4>Flores</h4>
274
						<h4>Flores</h4>
243
						<?php if ($bibliographie['flores'] == array()) { ?>
275
						<?php if ($bibliographie['flores'] == array()) { ?>
244
							Aucune flore indiquée
276
							Aucune flore indiquée
245
						<?php } else { ?>
277
						<?php } else { ?>
246
							<?php foreach ($bibliographie['flores'] as $flore) : ?>
278
							<?php foreach ($bibliographie['flores'] as $flore) : ?>
247
								<div> - <?= $flore; ?> </div>
279
								<div> - <?= $flore; ?> </div>
248
							<?php endforeach; ?>
280
							<?php endforeach; ?>
249
							<?php if($bibliographie['autresFlores'] > 0) { ?>	
281
							<?php if($bibliographie['autresFlores'] > 0) { ?>	
250
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
282
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
251
									<?= htmlentities($bibliographie['autresFlores']) ?>
283
									<?= htmlentities($bibliographie['autresFlores']) ?>
252
									autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
284
									autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
253
									flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
285
									flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
254
								</a>
286
								</a>
255
						<?php } } ?><br />
287
						<?php } } ?><br />
256
						
288
						
257
						<h4>Références</h4>
289
						<h4>Références</h4>
258
						<?php if ($bibliographie['references'] == array()) { ?>
290
						<?php if ($bibliographie['references'] == array()) { ?>
259
							Aucune référence bibliographique
291
							Aucune référence bibliographique
260
						<?php } else { ?>
292
						<?php } else { ?>
261
							<?php foreach ($bibliographie['references'] as $reference) : ?>
293
							<?php foreach ($bibliographie['references'] as $reference) : ?>
262
								<div> - <?= $reference['reference_html']; ?> </div>
294
								<div> - <?= $reference['reference_html']; ?> </div>
263
							<?php endforeach; ?>
295
							<?php endforeach; ?>
264
							<?php if($bibliographie['autresReferences'] > 0) { ?>
296
							<?php if($bibliographie['autresReferences'] > 0) { ?>
265
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
297
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
266
									<?= $bibliographie['autresReferences'] ?>
298
									<?= $bibliographie['autresReferences'] ?>
267
									autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
299
									autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
268
									référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
300
									référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
269
								</a>
301
								</a>
270
						<?php } } ?>
302
						<?php } } ?>
271
					<?php }?>
303
					<?php }?>
272
				</div>
304
				</div>
273
			</div>
305
			</div>
274
		
306
		
275
		
307
		
276
			
308
			
277
	</div>
309
	</div>
278
	
310
	
279
	
311
	
280
	<div class="colonne">	
312
	<div class="colonne">	
281
	
313
	
282
		<!-- Illustrations -->
314
		<!-- Illustrations -->
283
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
315
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
284
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
316
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
285
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
317
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
286
			</h3>
318
			</h3>
287
			<span id="contenu-0" class="contenu">
319
			<span id="contenu-0" class="contenu">
288
				<?php if ($illustration['imageUrl'] != '') : ?>
320
				<?php if ($illustration['imageUrl'] != '') : ?>
289
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
321
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
290
				<?php else : ?>
322
				<?php else : ?>
291
					<span class="absent" style="float:none; margin-left:55px">
323
					<span class="absent" style="float:none; margin-left:55px">
292
						Pas de photo<br />
324
						Pas de photo<br />
293
						<a href="http://www.tela-botanica.org/page:cel" 
325
						<a href="http://www.tela-botanica.org/page:cel" 
294
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
326
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
295
							onclick="window.open(this.href); return false;" class="contribuer">
327
							onclick="window.open(this.href); return false;" class="contribuer">
296
							Contribuer
328
							Contribuer
297
						</a>
329
						</a>
298
					</span>
330
					</span>
299
				<?php endif; ?>
331
				<?php endif; ?>
300
			</span>
332
			</span>
301
		</div>
333
		</div>
302
		
334
		
303
		<!-- Répartition -->
335
		<!-- Répartition -->
304
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
336
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
305
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
337
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
306
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
338
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
307
			</h3>
339
			</h3>
308
			<span id="contenu-3" class="contenu">
340
			<span id="contenu-3" class="contenu">
309
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
341
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
310
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
342
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
311
			</span>
343
			</span>
312
		</div>
344
		</div>
313
		
345
		
314
		
346
		
315
	</div>
347
	</div>
316
	<hr class="nettoyage" />	
348
	<hr class="nettoyage" />	
317
</div>
349
</div>