Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 583 Rev 888
1
<div id="description">
1
<div id="description">
2
	<h2>Description de Coste : <?=$coste['titre']?></h2>
2
	<h2>Description de Coste : <?=$coste['titre']?></h2>
3
	<div class="description coste">
3
	<div class="description coste">
4
		<? if (!empty($coste['description'])) : ?>
4
		<? if (!empty($coste['description'])) : ?>
5
			<table class="desc">
5
			<table class="desc">
6
						 <tr>
6
						 <tr>
7
						 	<td>
7
						 	<td>
8
								<?if ($coste['description']['nom_scientifique'] != '') : ?>
8
								<?if ($coste['description']['nom_scientifique'] != '') : ?>
9
									<span class="gras"> 
9
									<span class="gras"> 
10
									<?=$coste['description']['nom_scientifique']; ?>
10
									<?=$coste['description']['nom_scientifique']; ?>
11
									</span> 
11
									</span> 
12
								<? endif; ?>
12
								<? endif; ?>
13
								<?if ($coste['description']['nom_commun'] != '') : ?>
13
								<?if ($coste['description']['nom_commun'] != '') : ?>
14
									<span class="italique">
14
									<span class="italique">
15
									<?=$coste['description']['nom_commun']; ?>
15
									<?=$coste['description']['nom_commun']; ?>
16
									</span>
16
									</span>
17
									 
17
									 
18
								<? endif; ?>
18
								<? endif; ?>
19
							</td>
19
							</td>
20
						 </tr>
20
						 </tr>
21
						 <?if ($coste['description']['synonymes'] != '') : ?>
21
						 <?if ($coste['description']['synonymes'] != '') : ?>
22
							<tr>
22
							<tr>
23
						 		<td>
23
						 		<td>
24
									<span class="titre">Synonymes </span>
24
									<span class="titre">Synonymes </span>
25
									<?=$coste['description']['synonymes']; ?> 
25
									<?=$coste['description']['synonymes']; ?> 
26
								</td>
26
								</td>
27
							</tr>
27
							</tr>
28
						<? endif; ?>
28
						<? endif; ?>
29
						 <tr>
29
						 <tr>
30
						 	<td>
30
						 	<td>
31
								<?if ($coste['description']['texte'] != '') : ?>
31
								<?if ($coste['description']['texte'] != '') : ?>
32
									<?=$coste['description']['texte']; ?> 
32
									<?=$coste['description']['texte']; ?> 
33
									<br/>
33
									<br/>
34
								<? endif; ?>
34
								<? endif; ?>
35
							</td>
35
							</td>
36
						</tr>
36
						</tr>
37
						<?if ($coste['description']['ecologie'] != '') : ?>
37
						<?if ($coste['description']['ecologie'] != '') : ?>
38
							 <tr>
38
							 <tr>
39
						 		<td>
39
						 		<td>
40
									<span class="titre">Écologie </span>
40
									<span class="titre">Écologie </span>
41
									<?=$coste['description']['ecologie']; ?>
41
									<?=$coste['description']['ecologie']; ?>
42
								</td>
42
								</td>
43
							</tr>
43
							</tr>
44
						<? endif; ?>
44
						<? endif; ?>
45
						<?if ($coste['description']['repartition'] != '') : ?>
45
						<?if ($coste['description']['repartition'] != '') : ?>
46
							<tr>
46
							<tr>
47
						 		<td>
47
						 		<td>
48
									<span class="titre">Répartition </span>
48
									<span class="titre">Répartition </span>
49
									<?=$coste['description']['repartition']; ?> 
49
									<?=$coste['description']['repartition']; ?> 
50
								</td>
50
								</td>
51
							</tr>
51
							</tr>
52
						<? endif; ?>
52
						<? endif; ?>
53
						<?if ($coste['description']['floraison'] != '') : ?>				
53
						<?if ($coste['description']['floraison'] != '') : ?>				
54
							 <tr>
54
							 <tr>
55
								 <td>
55
								 <td>
56
									<span class="titre">Floraison </span>
56
									<span class="titre">Floraison </span>
57
									<?=$coste['description']['floraison']; ?>
57
									<?=$coste['description']['floraison']; ?>
58
									<?if ($coste['description']['fructification'] != '') : ?>
58
									<?if ($coste['description']['fructification'] != '') : ?>
59
										<span class="titre">Fructification </span>
59
										<span class="titre">Fructification </span>
60
										<?=$coste['description']['fructification']; ?>
60
										<?=$coste['description']['fructification']; ?>
61
									<? endif; ?>
61
									<? endif; ?>
62
								</td>
62
								</td>
63
							</tr>
63
							</tr>
64
						<? endif; ?>
64
						<? endif; ?>
65
						<?if ($coste['description']['usages'] != '') : ?>						
65
						<?if ($coste['description']['usages'] != '') : ?>						
66
						 <tr>
66
						 <tr>
67
						 	<td>
67
						 	<td>
68
						 		<span class="titre">Usages</span>
68
						 		<span class="titre">Usages</span>
69
									<?=$coste['description']['usages']; ?>
69
									<?=$coste['description']['usages']; ?>
70
							</td>
70
							</td>
71
						</tr>
71
						</tr>
72
								<? endif; ?>
72
								<? endif; ?>
73
					</table>
73
					</table>
74
				
74
				
75
			<div class="conteneur_lien_metadonnees">
75
			<div class="conteneur_lien_metadonnees">
76
				<?=$coste['meta']['citation']?>
76
				<?=$coste['meta']['citation']?>
77
				<span class="conteneur_lien_metadonnees">
77
				<span class="conteneur_lien_metadonnees">
78
					<a class="lien_metadonnees lien_popup" href="<?= $coste['meta']['url']; ?>">Voir toutes les metadonnées</a>
78
					<a class="lien_metadonnees lien_popup" href="<?= $coste['meta']['url']; ?>">Voir toutes les metadonnées</a>
79
				</span>
79
				</span>
80
			</div>
80
			</div>
81
		<? else : ?>
81
		<? else : ?>
82
			Aucune Donnée.
82
			Aucune donnée.
83
		<? endif; ?>
83
		<? endif; ?>
84
	</div>
84
	</div>
85
	<h2>Description Baseflor : </h2>
85
	<h2>Description Baseflor : </h2>
86
	<div class="description baseflor">
86
	<div class="description baseflor">
87
		<? if (!empty($baseflor)) : ?> 
87
		<? if (!empty($baseflor)) : ?> 
88
			<table class="desc">
88
			<table class="desc">
89
				<tr>
89
				<tr>
90
						<td colspan="2">
90
						<td colspan="2">
91
							<?if ($baseflor['type_bio'] != '') : ?>
91
							<?if ($baseflor['type_bio'] != '') : ?>
92
								<span class="titre">Type Biologique : </span><?=$baseflor['type_bio']; ?> 
92
								<span class="titre">Type Biologique : </span><?=$baseflor['type_bio']; ?> 
93
							<? endif; ?>	
93
							<? endif; ?>	
94
						</td>
94
						</td>
95
				</tr>
95
				</tr>
96
				<tr>
96
				<tr>
97
						<td colspan="2">
97
						<td colspan="2">
98
							<?if ($baseflor['form_vegetale'] != '') :?>
98
							<?if ($baseflor['form_vegetale'] != '') :?>
99
								<span class="titre">Forme végétale : </span> <?=$baseflor['form_vegetale']; ?> 
99
								<span class="titre">Forme végétale : </span> <?=$baseflor['form_vegetale']; ?> 
100
							<? endif; ?>
100
							<? endif; ?>
101
						</td>
101
						</td>
102
				</tr>
102
				</tr>
103
				<tr>
103
				<tr>
104
						<td colspan="2">
104
						<td colspan="2">
105
							<?if ($baseflor['chorologie'] != '') :?>
105
							<?if ($baseflor['chorologie'] != '') :?>
106
								<span class="titre">Chorologie : </span>&nbsp<?=$baseflor['chorologie']; ?> 
106
								<span class="titre">Chorologie : </span>&nbsp<?=$baseflor['chorologie']; ?> 
107
							<? endif; ?>
107
							<? endif; ?>
108
						</td>
108
						</td>
109
				</tr>
109
				</tr>
110
				<tr>
110
				<tr>
111
						<td >		
111
						<td >		
112
							<?if ($baseflor['inflorescence'] != '') :?>
112
							<?if ($baseflor['inflorescence'] != '') :?>
113
								<span class="titre">Inflorescence :</span> <?=$baseflor['inflorescence'];?> <br/>
113
								<span class="titre">Inflorescence :</span> <?=$baseflor['inflorescence'];?> <br/>
114
							<? endif; ?>
114
							<? endif; ?>
115
							<?if ($baseflor['fruit'] != '') :?>
115
							<?if ($baseflor['fruit'] != '') :?>
116
								<span class="titre">Fruit :</span><?=$baseflor['fruit']; ?> <br/>
116
								<span class="titre">Fruit :</span><?=$baseflor['fruit']; ?> <br/>
117
							<? endif; ?>			
117
							<? endif; ?>			
118
							<?if ($baseflor['couleur_fleur'] != '') :?>
118
							<?if ($baseflor['couleur_fleur'] != '') :?>
119
								<span class="titre">Couleur de la fleur : </span><?=$baseflor['couleur_fleur'] ;?>  <br/>
119
								<span class="titre">Couleur de la fleur : </span><?=$baseflor['couleur_fleur'] ;?>  <br/>
120
							<? endif; ?>
120
							<? endif; ?>
121
							<?if ($baseflor['macule'] != '') :?>
121
							<?if ($baseflor['macule'] != '') :?>
122
								<span class="titre">Macule : </span><?=$baseflor['macule']; ?> <br/>
122
								<span class="titre">Macule : </span><?=$baseflor['macule']; ?> <br/>
123
							<? endif; ?>		
123
							<? endif; ?>		
124
							<?if ($baseflor['floraison'] != '') :?>
124
							<?if ($baseflor['floraison'] != '') :?>
125
								<span class="titre">Floraison : </span><?=$baseflor['floraison']; ?> <br/>
125
								<span class="titre">Floraison : </span><?=$baseflor['floraison']; ?> <br/>
126
							<? endif; ?>
126
							<? endif; ?>
127
						</td>
127
						</td>
128
						<td>	
128
						<td>	
129
							<?if ($baseflor['sexualite'] != '') :?>
129
							<?if ($baseflor['sexualite'] != '') :?>
130
								<span class="titre">sexualité : </span><?=$baseflor['sexualite']; ?> <br/>
130
								<span class="titre">sexualité : </span><?=$baseflor['sexualite']; ?> <br/>
131
							<? endif; ?>
131
							<? endif; ?>
132
							<?if ($baseflor['ordre_maturation'] != '') :?>
132
							<?if ($baseflor['ordre_maturation'] != '') :?>
133
								<span class="titre">Ordre de maturation : </span><?=$baseflor['ordre_maturation']; ?> <br/>
133
								<span class="titre">Ordre de maturation : </span><?=$baseflor['ordre_maturation']; ?> <br/>
134
							<? endif; ?>
134
							<? endif; ?>
135
							<?if ($baseflor['pollinisation'] != '') :?>
135
							<?if ($baseflor['pollinisation'] != '') :?>
136
								<span class="titre">Pollinisation : </span><?=$baseflor['pollinisation']; ?> <br/>
136
								<span class="titre">Pollinisation : </span><?=$baseflor['pollinisation']; ?> <br/>
137
							<? endif; ?>
137
							<? endif; ?>
138
							<?if ($baseflor['dissemination'] != '') :?>
138
							<?if ($baseflor['dissemination'] != '') :?>
139
								<span class="titre">Dissémination : </span><?=$baseflor['dissemination'] ;?> <br/>
139
								<span class="titre">Dissémination : </span><?=$baseflor['dissemination'] ;?> <br/>
140
							<? endif; ?>
140
							<? endif; ?>
141
						</td>	
141
						</td>	
142
				</tr>		
142
				</tr>		
143
			</table>	
143
			</table>	
144
		
144
		
145
			<div class="conteneur_lien_metadonnees">
145
			<div class="conteneur_lien_metadonnees">
146
				<?=$baseflor['meta']['citation']?> 
146
				<?=$baseflor['meta']['citation']?> 
147
			
147
			
148
				<span class="conteneur_lien_metadonnees">
148
				<span class="conteneur_lien_metadonnees">
149
					<a class="lien_metadonnees lien_popup " href="<?= $baseflor['meta']['url']; ?>">Voir toutes les metadonnées</a>
149
					<a class="lien_metadonnees lien_popup " href="<?= $baseflor['meta']['url']; ?>">Voir toutes les metadonnées</a>
150
				</span>
150
				</span>
151
			</div>
151
			</div>
152
		<?  else : ?>	
152
		<?  else : ?>	
153
			Aucune donnée.
153
			Aucune donnée.
154
		<? endif; ?>
154
		<? endif; ?>
155
			
155
			
156
	</div>
156
	</div>
157
	<br />
157
	<br />
158
	<h2> Description collaborative : </h2>
158
	<h2> Description collaborative : </h2>
159
	<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
159
	<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
160
	<div class="description baseflor">
160
	<div class="description baseflor">
161
		<span class="aide_wikini"> Participez à la rédaction collaborative de cette description, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
161
		<span class="aide_wikini"> Participez à la rédaction collaborative de cette description, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
162
		<div class="contenu_editable">
162
		<div class="contenu_editable">
163
			<div class="description wikini editable_sur_clic" title="description">
163
			<div class="description wikini editable_sur_clic" title="description">
164
				<?=$wikini['description']?>
164
				<?=$wikini['description']?>
165
			</div>
165
			</div>
166
		</div>
166
		</div>
167
		<hr class="nettoyage"/>
167
		<hr class="nettoyage"/>
168
		<br />
168
		<br />
169
		<h2>Fiche wikipedia : <?=$wp['titre']?></h2>
169
		<h2>Fiche wikipedia : <?=$wp['titre']?></h2>
170
		<div class="description wp">
170
		<div class="description wp">
171
			<a class="lien_externe" href="<?=htmlentities($wp['lien'])?>" title="voir la page de ce taxon sur wikipedia (s'ouvre dans une nouvelle fenêtre)">
171
			<a class="lien_externe" href="<?=htmlentities($wp['lien'])?>" title="voir la page de ce taxon sur wikipedia (s'ouvre dans une nouvelle fenêtre)">
172
				<?=htmlentities($wp['lien'])?>
172
				<?=htmlentities($wp['lien'])?>
173
			</a>
173
			</a>
174
		</div>
174
		</div>
175
	</div>
175
	</div>
176
	<hr class="nettoyage"/>
176
	<hr class="nettoyage"/>
177
</div>
177
</div>