Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 938 Rev 976
1
<!-- Fichier intermédiaire -->
1
<!-- Fichier intermédiaire -->
2
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
2
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&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
	var urlPopup = "<?= Config::get('base_url_application_popup'); ?>";
9
	var urlPopup = "<?= Config::get('base_url_application_popup'); ?>";
10
//]]>
10
//]]>
11
</script>
11
</script>
12
<div class="synthese">
12
<div class="synthese">
13
	<div class="colonne deuxtiers">
13
	<div class="colonne deuxtiers">
14
	
14
	
15
		<!-- Description -->
15
		<!-- Description -->
16
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
16
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
17
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
17
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
18
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
18
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
19
			</h3>
19
			</h3>
20
			<div id="contenu-1" class="contenu">
20
			<div id="contenu-1" class="contenu">
21
				<h4><?= $description['titre']?></h4>
21
				<h4><?= $description['titre']?></h4>
22
				<? if ($description['description'] != '') : ?>
22
				<? if ($description['description'] != '') : ?>
23
					<? if($description['titre'] == 'Description Baseflor') : ?>
23
					<? if($description['titre'] == 'Description Baseflor') : ?>
24
						<table class="desc">
24
						<table class="desc">
25
							<tr>
25
							<tr>
26
								<td colspan="2">
26
								<td colspan="2">
27
									<?if ($description['description']['type_bio'] != '') : ?>
27
									<?if ($description['description']['type_bio'] != '') : ?>
28
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
28
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
29
									 <? endif; ?>
29
									 <? endif; ?>
30
								</td>
30
								</td>
31
							</tr>
31
							</tr>
32
							<tr>
32
							<tr>
33
								<td colspan="2">
33
								<td colspan="2">
34
									<?  if ($description['description']['form_vegetale'] != '') : ?>
34
									<?  if ($description['description']['form_vegetale'] != '') : ?>
35
								 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
35
								 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
36
								 	<? endif; ?>
36
								 	<? endif; ?>
37
								 </td>
37
								 </td>
38
							</tr>
38
							</tr>
39
							<tr>
39
							<tr>
40
								<td colspan="2">
40
								<td colspan="2">
41
									<? if ($description['description']['chorologie'] != ''): ?>
41
									<? if ($description['description']['chorologie'] != ''): ?>
42
								 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
42
								 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
43
								 	<? endif; ?>
43
								 	<? endif; ?>
44
								</td>
44
								</td>
45
							</tr>
45
							</tr>
46
							<tr>
46
							<tr>
47
								<td >
47
								<td >
48
									<? if ($description['description']['inflorescence'] != '') : ?>
48
									<? if ($description['description']['inflorescence'] != '') : ?>
49
									 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
49
									 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
50
									<? endif; ?>
50
									<? endif; ?>
51
									<? if ($description['description']['fruit'] != '') : ?>
51
									<? if ($description['description']['fruit'] != '') : ?>
52
									 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
52
									 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
53
									<? endif; ?>
53
									<? endif; ?>
54
									<? if ($description['description']['couleur_fleur'] != '') : ?>
54
									<? if ($description['description']['couleur_fleur'] != '') : ?>
55
									 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
55
									 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
56
									<? endif; ?>
56
									<? endif; ?>
57
									<? if ($description['description']['macule'] != '') : ?>
57
									<? if ($description['description']['macule'] != '') : ?>
58
									 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
58
									 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
59
									<? endif; ?>
59
									<? endif; ?>
60
									<? if ($description['description']['floraison'] != '') : ?>
60
									<? if ($description['description']['floraison'] != '') : ?>
61
									 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
61
									 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
62
									<? endif; ?>
62
									<? endif; ?>
63
								</td>
63
								</td>
64
								<td>
64
								<td>
65
									<? if ($description['description']['sexualite'] != '') : ?>
65
									<? if ($description['description']['sexualite'] != '') : ?>
66
									 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
66
									 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
67
									<? endif; ?>
67
									<? endif; ?>
68
									<?if ($description['description']['ordre_maturation'] != '') : ?>
68
									<?if ($description['description']['ordre_maturation'] != '') : ?>
69
									 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
69
									 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
70
									<? endif; ?>
70
									<? endif; ?>
71
									<? if ($description['description']['pollinisation'] != '') : ?>
71
									<? if ($description['description']['pollinisation'] != '') : ?>
72
									 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
72
									 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
73
									<? endif; ?>
73
									<? endif; ?>
74
									<? if ($description['description']['dissemination'] != '') : ?>
74
									<? if ($description['description']['dissemination'] != '') : ?>
75
									 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
75
									 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
76
									<? endif; ?>
76
									<? endif; ?>
77
								</td>
77
								</td>
78
							</tr>
78
							</tr>
79
						</table>	
79
						</table>	
80
					<? elseif($description['titre'] == 'Description de Coste') : ?> 
80
					<? elseif($description['titre'] == 'Description de Coste') : ?> 
81
						<table class="desc">
81
						<table class="desc">
82
							 <tr>
82
							 <tr>
83
							 	<td>
83
							 	<td>
84
									<?if ($description['description']['nom_scientifique'] != '') : ?>
84
									<?if ($description['description']['nom_scientifique'] != '') : ?>
85
										<span class="gras">
85
										<span class="gras">
86
										<?=$description['description']['nom_scientifique']; ?>
86
										<?=$description['description']['nom_scientifique']; ?>
87
										</span> 
87
										</span> 
88
									<? endif; ?>
88
									<? endif; ?>
89
									<?if ($description['description']['nom_commun'] != '') : ?>
89
									<?if ($description['description']['nom_commun'] != '') : ?>
90
										<span class="italique">
90
										<span class="italique">
91
										<?=$description['description']['nom_commun']; ?> 
91
										<?=$description['description']['nom_commun']; ?> 
92
										</span>
92
										</span>
93
									<? endif; ?>
93
									<? endif; ?>
94
								</td>
94
								</td>
95
							 </tr>
95
							 </tr>
96
							 <?if ($description['description']['synonymes'] != '') : ?>
96
							 <?if ($description['description']['synonymes'] != '') : ?>
97
								<tr>
97
								<tr>
98
							 		<td>
98
							 		<td>
99
										<span class="titre">Synonymes </span>
99
										<span class="titre">Synonymes </span>
100
										<?=$description['description']['synonymes']; ?> 
100
										<?=$description['description']['synonymes']; ?> 
101
									</td>
101
									</td>
102
								</tr>
102
								</tr>
103
							<? endif; ?>
103
							<? endif; ?>
104
							 <tr>
104
							 <tr>
105
							 	<td>
105
							 	<td>
106
									<?if ($description['description']['texte'] != '') : ?>
106
									<?if ($description['description']['texte'] != '') : ?>
107
										<?=$description['description']['texte']; ?> 
107
										<?=$description['description']['texte']; ?> 
108
										<br/>
108
										<br/>
109
									<? endif; ?>
109
									<? endif; ?>
110
								</td>
110
								</td>
111
							</tr>
111
							</tr>
112
							<?if ($description['description']['ecologie'] != '') : ?>
112
							<?if ($description['description']['ecologie'] != '') : ?>
113
								 <tr>
113
								 <tr>
114
							 		<td>
114
							 		<td>
115
										<span class="titre">Écologie </span>
115
										<span class="titre">Écologie </span>
116
										<?=$description['description']['ecologie']; ?>
116
										<?=$description['description']['ecologie']; ?>
117
									</td>
117
									</td>
118
								</tr>
118
								</tr>
119
							<? endif; ?>
119
							<? endif; ?>
120
							<?if ($description['description']['repartition'] != '') : ?>
120
							<?if ($description['description']['repartition'] != '') : ?>
121
								<tr>
121
								<tr>
122
							 		<td>
122
							 		<td>
123
										<span class="titre">Répartition </span>
123
										<span class="titre">Répartition </span>
124
										<?=$description['description']['repartition']; ?> 
124
										<?=$description['description']['repartition']; ?> 
125
									</td>
125
									</td>
126
								</tr>
126
								</tr>
127
							<? endif; ?>
127
							<? endif; ?>
128
							<?if ($description['description']['floraison'] != '') : ?>
128
							<?if ($description['description']['floraison'] != '') : ?>
129
								 <tr>
129
								 <tr>
130
									 <td>
130
									 <td>
131
										<span class="titre">Floraison </span>
131
										<span class="titre">Floraison </span>
132
										<?=$description['description']['floraison']; ?>
132
										<?=$description['description']['floraison']; ?>
133
										<?if ($description['description']['fructification'] != '') : ?>
133
										<?if ($description['description']['fructification'] != '') : ?>
134
											<span class="titre">Fructification </span>
134
											<span class="titre">Fructification </span>
135
											<?=$description['description']['fructification']; ?>
135
											<?=$description['description']['fructification']; ?>
136
										<? endif; ?>
136
										<? endif; ?>
137
									</td>
137
									</td>
138
								</tr>
138
								</tr>
139
							<? endif; ?>
139
							<? endif; ?>
140
							<?if ($description['description']['usages'] != '') : ?>
140
							<?if ($description['description']['usages'] != '') : ?>
141
								<tr>
141
								<tr>
142
									<td>
142
									<td>
143
										<span class="titre">Usages</span>
143
										<span class="titre">Usages</span>
144
											<?=$description['description']['usages']; ?>
144
											<?=$description['description']['usages']; ?>
145
									</td>
145
									</td>
146
								</tr>
146
								</tr>
147
							<? endif; ?>
147
							<? endif; ?>
148
						</table>
148
						</table>
149
					<? else : ?>
149
					<? else : ?>
150
						<?=$description['description']?>
150
						<?=$description['description']?>
151
						
151
						
152
					<? endif;?>
152
					<? endif;?>
153
				
153
				
154
				<? endif;?><br />
154
				<? endif;?><br />
155
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" id="alignement-droite">
155
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" id="alignement-droite">
156
					Voir +/Compléter
156
					Voir +/Compléter
157
				</a>
157
				</a>
158
			</div>
158
			</div>
159
		</div>
159
		</div>
160
		
160
		
161
		<!-- Ethnobotanique -->
161
		<!-- Ethnobotanique -->
162
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
162
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
163
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
163
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
164
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
164
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
165
			</h3>
165
			</h3>
166
			<div id="contenu-4" class="contenu">
166
			<div id="contenu-4" class="contenu">
167
				<h4>Noms communs</h4>
167
				<h4>Noms communs</h4>
168
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
168
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
169
					Aucun nom vernaculaire<br /><br />
169
					Aucun nom vernaculaire<br /><br />
170
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
170
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
171
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
171
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
172
						Rajouter vos informations.
172
						Rajouter vos informations.
173
					</a>
173
					</a>
174
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
174
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
175
				<?php } else { ?>
175
				<?php } else { ?>
176
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
176
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
177
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
177
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
178
					<?php endforeach; ?>
178
					<?php endforeach; ?>
179
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
179
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
180
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
180
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
181
							et <?= $ethnobotanique['autresNomsVerna'] ?>
181
							et <?= $ethnobotanique['autresNomsVerna'] ?>
182
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
182
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
183
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
183
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
184
						</a><br />
184
						</a><br />
185
					<?php }?>
185
					<?php }?>
186
				<?php }?>
186
				<?php }?>
187
				<h4>Usages</h4>
187
				<h4>Usages</h4>
188
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
188
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
189
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
189
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
190
						Rajouter vos informations.
190
						Rajouter vos informations.
191
					</a>
191
					</a>
192
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
192
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
193
				<h4>Culture et arts</h4>
193
				<h4>Culture et arts</h4>
194
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
194
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
195
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
195
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
196
						Rajouter vos informations.
196
						Rajouter vos informations.
197
					</a>
197
					</a>
198
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
198
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
199
				<br />
199
				<br />
200
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
200
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
201
					Voir +/Compléter
201
					Voir +/Compléter
202
				</a>
202
				</a>
203
			</div>
203
			</div>
204
		</div>
204
		</div>
205
		
205
		
206
		<!-- Ecologie -->
206
		<!-- Ecologie -->
207
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
207
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
208
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
208
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
209
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
209
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
210
			</h3>
210
			</h3>
211
			<div id="contenu-8" class="contenu">
211
			<div id="contenu-8" class="contenu">
212
				<h4><?= $ecologie['graph']['titre'] ?></h4>
212
				<h4><?= $ecologie['graph']['titre'] ?></h4>
213
				<? if (empty($ecologie['graph']['description'])) : ?>
213
				<? if (empty($ecologie['graph']['description'])) : ?>
214
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
214
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
215
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
215
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
216
							Rajouter vos informations.
216
							Rajouter vos informations.
217
						</a>
217
						</a>
218
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
218
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
219
					<? endif; ?>
219
					<? endif; ?>
220
				<? else : ?>
220
				<? else : ?>
221
					<div class="fond_graphique">	
221
					<div class="fond_graphique">	
222
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
222
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
223
							<span class="titre">caractéristiques climatiques</span>
223
							<span class="titre">caractéristiques climatiques</span>
224
							<div class="graphique">
224
							<div class="graphique">
225
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>" 
225
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>" 
226
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >  
226
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >  
227
								</object>
227
								</object>
228
							</div>
228
							</div>
229
						<? endif;?>
229
						<? endif;?>
230
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
230
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
231
							<span class="titre">caractéristiques du sol</span>
231
							<span class="titre">caractéristiques du sol</span>
232
							<div class="graphique">
232
							<div class="graphique">
233
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>" 
233
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>" 
234
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >   
234
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >   
235
								</object>
235
								</object>
236
							</div>
236
							</div>
237
						<? endif;?>
237
						<? endif;?>
238
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
238
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
239
							Voir les références
239
							Voir les références
240
						</a>
240
						</a>
241
					</div>
241
					</div>
242
				<? endif; ?>
242
				<? endif; ?>
243
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
243
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
244
					<h4>Phytosociologie</h4>
244
					<h4>Phytosociologie</h4>
245
					<span class="gras">
245
					<span class="gras">
246
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> - 
246
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> - 
247
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
247
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
248
					</span> <br/>
248
					</span> <br/>
249
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> - 
249
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> - 
250
					<span class="italique">
250
					<span class="italique">
251
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
251
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
252
					</span> 
252
					</span> 
253
				<? endif; ?>
253
				<? endif; ?>
254
				<br/>
254
				<br/>
255
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
255
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
256
					Voir +/Compléter
256
					Voir +/Compléter
257
				</a>
257
				</a>
258
			</div>
258
			</div>
259
		</div>
259
		</div>
260
		
260
		
261
		<!-- Nomenclature -->
261
		<!-- Nomenclature -->
262
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
262
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
263
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
263
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
264
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
264
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
265
			</h3>
265
			</h3>
266
			<div id="contenu-6" class="contenu">
266
			<div id="contenu-6" class="contenu">
267
				<h4>Taxons supérieurs</h4>
267
				<h4>Taxons supérieurs</h4>
268
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
268
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
269
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
269
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
-
 
270
						<div>
-
 
271
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
270
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
272
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
-
 
273
							</a>
-
 
274
						</div>
271
					<?php endforeach; ?>
275
					<?php endforeach; ?>
272
				<?php } else { ?>	
276
				<?php } else { ?>	
273
					<div>Aucun taxon supérieur référencé </div>
277
					<div>Aucun taxon supérieur référencé </div>
274
				<?php } ?>
278
				<?php } ?>
275
				<h4>Nom retenu</h4>
279
				<h4>Nom retenu</h4>
276
				<div>
280
				<div>
277
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
281
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
278
						<?= $nomenclature['nom_retenu_formate']; ?>
282
						<?= $nomenclature['nom_retenu_formate']; ?>
279
					</div>
283
					</div>
280
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
284
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
281
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
285
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
282
					<?php } ?>
286
					<?php } ?>
283
				</div>
287
				</div>
284
				
288
				
285
				<h4>Synonymes</h4>
289
				<h4>Synonymes</h4>
286
				<?php if($nomenclature['synonymes'] == array()) { ?>
290
				<?php if($nomenclature['synonymes'] == array()) { ?>
287
					Aucun synonyme
291
					Aucun synonyme
288
				<? } else { ?>
292
				<? } else { ?>
289
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
293
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
290
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
294
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
291
							<?= $synonyme['nom_sci_complet']; ?>
295
							<?= $synonyme['nom_sci_complet']; ?>
292
						</div>
296
						</div>
293
					<?php endforeach; ?>
297
					<?php endforeach; ?>
294
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
298
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
295
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
299
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
296
							<?= $nomenclature['autresSynonymesNbre'] ?>
300
							<?= $nomenclature['autresSynonymesNbre'] ?>
297
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
301
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
298
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
302
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
299
						</a>
303
						</a>
300
				<?php }} ?>
304
				<?php }} ?>
301
				<h4>Taxons inférieurs</h4>
305
				<h4>Taxons inférieurs</h4>
302
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
306
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
303
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
307
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
-
 
308
						<div>
-
 
309
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
304
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
310
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
-
 
311
							</a>
-
 
312
						</div>
305
					<?php endforeach; ?>
313
					<?php endforeach; ?>
306
				<?php } else { ?>	
314
				<?php } else { ?>	
307
					<div>Aucun taxon inférieur référencé </div>
315
					<div>Aucun taxon inférieur référencé </div>
308
				<?php } ?>
316
				<?php } ?>
309
				<br/>
317
				<br/>
310
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
318
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
311
					Voir +/Compléter
319
					Voir +/Compléter
312
				</a>
320
				</a>
313
			</div>
321
			</div>
314
		</div>
322
		</div>
315
		
323
		
316
		
324
		
317
		<!-- Bibliographie -->	
325
		<!-- Bibliographie -->	
318
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
326
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
319
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
327
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
320
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
328
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
321
			</h3>
329
			</h3>
322
			<div id="contenu-2" class="contenu">
330
			<div id="contenu-2" class="contenu">
323
				<?php if (isset($bibliographie['wikini'])) { ?>
331
				<?php if (isset($bibliographie['wikini'])) { ?>
324
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
332
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
325
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
333
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
326
							Rajouter vos données.</a>'
334
							Rajouter vos données.</a>'
327
					: $bibliographie['wikini']['biblio'].
335
					: $bibliographie['wikini']['biblio'].
328
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
336
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
329
						Compléter cette  bibliographie</a>'; ?>
337
						Compléter cette  bibliographie</a>'; ?>
330
				<?php } else { ?>
338
				<?php } else { ?>
331
					<h4>Flores</h4>
339
					<h4>Flores</h4>
332
					<?php if ($bibliographie['flores'] == array()) { ?>
340
					<?php if ($bibliographie['flores'] == array()) { ?>
333
						Aucune flore indiquée
341
						Aucune flore indiquée
334
					<?php } else { ?>
342
					<?php } else { ?>
335
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
343
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
336
							<div> - <?= $flore; ?> </div>
344
							<div> - <?= $flore; ?> </div>
337
						<?php endforeach; ?>
345
						<?php endforeach; ?>
338
						<?php if($bibliographie['autresFlores'] > 0) { ?>	
346
						<?php if($bibliographie['autresFlores'] > 0) { ?>	
339
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
347
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
340
								et <?= htmlentities($bibliographie['autresFlores']) ?>
348
								et <?= htmlentities($bibliographie['autresFlores']) ?>
341
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
349
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
342
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
350
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
343
							</a>
351
							</a>
344
						<?php } } ?><br />
352
						<?php } } ?><br />
345
					<h4>Références</h4>
353
					<h4>Références</h4>
346
					<?php if ($bibliographie['references'] == array()) { ?>
354
					<?php if ($bibliographie['references'] == array()) { ?>
347
						Aucune référence bibliographique
355
						Aucune référence bibliographique
348
					<?php } else { ?>
356
					<?php } else { ?>
349
						<?php foreach ($bibliographie['references'] as $reference) : ?>
357
						<?php foreach ($bibliographie['references'] as $reference) : ?>
350
							<div> - <?= $reference['reference_html']; ?> </div>
358
							<div> - <?= $reference['reference_html']; ?> </div>
351
						<?php endforeach; ?>
359
						<?php endforeach; ?>
352
						<?php if($bibliographie['autresReferences'] > 0) { ?>
360
						<?php if($bibliographie['autresReferences'] > 0) { ?>
353
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
361
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
354
								et <?= $bibliographie['autresReferences'] ?>
362
								et <?= $bibliographie['autresReferences'] ?>
355
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
363
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
356
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
364
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
357
							</a>
365
							</a>
358
					<?php } } ?>
366
					<?php } } ?>
359
				<?php }?>
367
				<?php }?>
360
				<hr class="nettoyage" />
368
				<hr class="nettoyage" />
361
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id="alignement-droite">
369
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id="alignement-droite">
362
					Voir +/Compléter
370
					Voir +/Compléter
363
				</a>
371
				</a>
364
			</div>
372
			</div>
365
		</div>
373
		</div>
366
			
374
			
367
	</div><div class="colonne">	
375
	</div><div class="colonne">	
368
	
376
	
369
		<!-- Illustrations -->
377
		<!-- Illustrations -->
370
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
378
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
371
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
379
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
372
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
380
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
373
			</h3>
381
			</h3>
374
			<div id="contenu-0" class="contenu">
382
			<div id="contenu-0" class="contenu">
375
				<?php if ($illustrations['imageUrl'] != '') : ?>
383
				<?php if ($illustrations['imageUrl'] != '') : ?>
376
					<img class="illustration_cel" title="<?= $num_nom; ?>" src="<?=$illustrations['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
384
					<img class="illustration_cel" title="<?= $num_nom; ?>" src="<?=$illustrations['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
377
				<?php else : ?>
385
				<?php else : ?>
378
					<span class="absent" style="float:none; margin-left:55px">
386
					<span class="absent" style="float:none; margin-left:55px">
379
						Pas de photo<br />
387
						Pas de photo<br />
380
						<a href="http://www.tela-botanica.org/page:cel" 
388
						<a href="http://www.tela-botanica.org/page:cel" 
381
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
389
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
382
							onclick="window.open(this.href); return false;" class="contribuer">
390
							onclick="window.open(this.href); return false;" class="contribuer">
383
							Contribuer
391
							Contribuer
384
						</a>
392
						</a>
385
					</span>
393
					</span>
386
				<?php endif; ?>
394
				<?php endif; ?>
387
				<br/>
395
				<br/>
388
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
396
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
389
					Voir +/Compléter
397
					Voir +/Compléter
390
				</a>
398
				</a>
391
			</div>
399
			</div>
392
		</div>
400
		</div>
393
		
401
		
394
		<!-- Répartition -->
402
		<!-- Répartition -->
395
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
403
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
396
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
404
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
397
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
405
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
398
			</h3>
406
			</h3>
399
			<div id="contenu-3" class="contenu">
407
			<div id="contenu-3" class="contenu">
400
				<h4>Observations</h4>
408
				<h4>Observations</h4>
401
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
409
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
402
				<h4>Répartition départementale</h4>
410
				<h4>Répartition départementale</h4>
403
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
411
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
404
				<br/>
412
				<br/>
405
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
413
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
406
					Voir +/Compléter
414
					Voir +/Compléter
407
				</a>
415
				</a>
408
			</div>
416
			</div>
409
		</div>
417
		</div>
410
		
418
		
411
		<!-- Statut de protection -->
419
		<!-- Statut de protection -->
412
		<!-- Statut de protection -->
420
		<!-- Statut de protection -->
413
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
421
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
414
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
422
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
415
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
423
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
416
			</h3>
424
			</h3>
417
			<div id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
425
			<div id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
418
				<? if (!empty($statut['statuts'])) { ?>
426
				<? if (!empty($statut['statuts'])) { ?>
419
					Attention ce taxon est protégé dans les zones suivantes : <br />
427
					Attention ce taxon est protégé dans les zones suivantes : <br />
420
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
428
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
421
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
429
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
422
							<?= $statut_zone['zone_application']; ?><br />
430
							<?= $statut_zone['zone_application']; ?><br />
423
						</a>
431
						</a>
424
					<?php endforeach; ?>
432
					<?php endforeach; ?>
425
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
433
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
426
					<span class="pas_de_protection">Pas de protection connue</span>
434
					<span class="pas_de_protection">Pas de protection connue</span>
427
				<? } else { echo $statut['wikini']['statuts_de_protection'];?>
435
				<? } else { echo $statut['wikini']['statuts_de_protection'];?>
428
				<? } ?>
436
				<? } ?>
429
				<br />
437
				<br />
430
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
438
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
431
					Voir +/Compléter
439
					Voir +/Compléter
432
				</a>
440
				</a>
433
			</div>
441
			</div>
434
		</div>
442
		</div>
435
	
443
	
436
	</div>
444
	</div>
437
	<hr class="nettoyage" />	
445
	<hr class="nettoyage" />	
438
</div>
446
</div>