Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 579 | Rev 605 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 579 Rev 594
Line 137... Line 137...
137
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
137
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
138
								<? endif; ?>
138
								<? endif; ?>
139
							</td>
139
							</td>
140
						</tr>
140
						</tr>
141
					</table>	
141
					</table>	
142
				<? else : ?> 
142
				<? elseif($description['titre'] == 'Description de Coste') : ?> 
143
					<table class="desc">
143
					<table class="desc">
144
						 <tr>
144
						 <tr>
145
						 	<td>
145
						 	<td>
146
								<?if ($description['description']['nom_scientifique'] != '') : ?>
146
								<?if ($description['description']['nom_scientifique'] != '') : ?>
147
									<span class="gras">
147
									<span class="gras">
Line 197... Line 197...
197
										<?=$description['description']['fructification']; ?>
197
										<?=$description['description']['fructification']; ?>
198
									<? endif; ?>
198
									<? endif; ?>
199
								</td>
199
								</td>
200
							</tr>
200
							</tr>
201
						<? endif; ?>
201
						<? endif; ?>
202
						<?if ($description['description']['usages'] != '') : ?>						
202
						<?if ($description['description']['usages'] != '') : ?>
203
						 <tr>
203
							<tr>
204
						 	<td>
204
								<td>
205
						 		<span class="titre">Usages</span>
205
									<span class="titre">Usages</span>
206
									<?=$description['description']['usages']; ?>
206
										<?=$description['description']['usages']; ?>
207
							</td>
207
								</td>
208
						</tr>
208
							</tr>
209
								<? endif; ?>
209
						<? endif; ?>
210
					</table>
210
					</table>
211
							
-
 
-
 
211
				<? else : ?>
-
 
212
					<?=$description['description'];?>
212
				<? endif;?>
213
				<? endif;?>
213
				<br /><br />
214
				<br /><br />
214
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
215
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
215
					Complétez cette description
216
					Complétez cette description
216
				</a>
217
				</a>
Line 220... Line 221...
220
		<!-- Ecologie -->
221
		<!-- Ecologie -->
221
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
222
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
222
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
223
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
223
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
224
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
224
			</h3>
225
			</h3>
225
			<span id="contenu-8" class="contenu">
226
			<div id="contenu-8" class="contenu">
226
				<h4><?=$ecologie['titre']?></h4>
227
				<h4><?=$ecologie['titre']?></h4>
227
					<? if ($ecologie['description'] == "") : ?>
228
					<? if ($ecologie['description'] == "") : ?>
228
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
229
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
229
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
230
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
230
								Participez à la rédaction collaborative de l'écologie
231
								Participez à la rédaction collaborative de l'écologie
Line 248... Line 249...
248
								class="svg" alt="<?=$ecologie['description']['sol_url_png']?>" >   
249
								class="svg" alt="<?=$ecologie['description']['sol_url_png']?>" >   
249
								</object>
250
								</object>
250
							</div>
251
							</div>
251
						</div>
252
						</div>
252
					<? endif; ?>
253
					<? endif; ?>
253
			</span>
254
			</div>
254
		</div>
255
		</div>
Line 255... Line 256...
255
		
256
		
256
		<!-- Ethnobotanique -->
257
		<!-- Ethnobotanique -->
257
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
258
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">