Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 579 Rev 594
Line 77... Line 77...
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
78
								<? endif; ?>
78
								<? endif; ?>
79
							</td>
79
							</td>
80
						</tr>
80
						</tr>
81
					</table>	
81
					</table>	
82
				<? else : ?> 
82
				<? elseif($description['titre'] == 'Description de Coste') : ?> 
83
					<table class="desc">
83
					<table class="desc">
84
						 <tr>
84
						 <tr>
85
						 	<td>
85
						 	<td>
86
								<?if ($description['description']['nom_scientifique'] != '') : ?>
86
								<?if ($description['description']['nom_scientifique'] != '') : ?>
87
									<span class="gras">
87
									<span class="gras">
Line 125... Line 125...
125
									<span class="titre">Répartition </span>
125
									<span class="titre">Répartition </span>
126
									<?=$description['description']['repartition']; ?> 
126
									<?=$description['description']['repartition']; ?> 
127
								</td>
127
								</td>
128
							</tr>
128
							</tr>
129
						<? endif; ?>
129
						<? endif; ?>
130
						<?if ($description['description']['floraison'] != '') : ?>				
130
						<?if ($description['description']['floraison'] != '') : ?>
131
							 <tr>
131
							 <tr>
132
								 <td>
132
								 <td>
133
									<span class="titre">Floraison </span>
133
									<span class="titre">Floraison </span>
134
									<?=$description['description']['floraison']; ?>
134
									<?=$description['description']['floraison']; ?>
135
									<?if ($description['description']['fructification'] != '') : ?>
135
									<?if ($description['description']['fructification'] != '') : ?>
Line 137... Line 137...
137
										<?=$description['description']['fructification']; ?>
137
										<?=$description['description']['fructification']; ?>
138
									<? endif; ?>
138
									<? endif; ?>
139
								</td>
139
								</td>
140
							</tr>
140
							</tr>
141
						<? endif; ?>
141
						<? endif; ?>
142
						<?if ($description['description']['usages'] != '') : ?>						
142
						<?if ($description['description']['usages'] != '') : ?>
143
						 <tr>
143
							<tr>
144
						 	<td>
144
								<td>
145
						 		<span class="titre">Usages</span>
145
									<span class="titre">Usages</span>
146
									<?=$description['description']['usages']; ?>
146
										<?=$description['description']['usages']; ?>
147
							</td>
147
								</td>
148
						</tr>
148
							</tr>
149
								<? endif; ?>
149
						<? endif; ?>
150
					</table>
150
					</table>
151
							
-
 
-
 
151
				<? else : ?>
-
 
152
					<?=$description['description']?>
152
				<? endif;?>
153
				<? endif;?>
153
				<br /><br />
154
				<br /><br />
154
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
155
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
155
					Complétez cette description
156
					Complétez cette description
156
				</a>
157
				</a>
Line 213... Line 214...
213
		<!-- Ecologie -->
214
		<!-- Ecologie -->
214
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
215
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
215
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
216
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
216
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
217
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
217
			</h3>
218
			</h3>
218
			<span id="contenu-8" class="contenu">
219
			<div id="contenu-8" class="contenu">
219
				<h4><?=$ecologie['titre']?></h4>
220
				<h4><?=$ecologie['titre']?></h4>
220
					<? if ($ecologie['description'] == "") : ?>
221
					<? if ($ecologie['description'] == "") : ?>
221
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
222
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
222
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
223
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
223
								Participez à la rédaction collaborative de l'écologie
224
								Participez à la rédaction collaborative de l'écologie
Line 242... Line 243...
242
								</object>
243
								</object>
243
							</div>
244
							</div>
244
						</div>
245
						</div>
245
					<? endif; ?>
246
					<? endif; ?>
Line 246... Line 247...
246
					
247
					
247
			</span>
248
			</div>
Line 248... Line 249...
248
		</div>
249
		</div>
249
		
250
		
250
		<!-- Statut de protection -->
251
		<!-- Statut de protection -->