Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 561 Rev 571
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
				<? else : ?> 
-
 
143
					<table class="desc">
-
 
144
						 <tr>
-
 
145
						 	<td>
-
 
146
								<?if ($description['description']['nom_scientifique'] != '') : ?>
-
 
147
									<span class="titre">Nom Scientifique </span>
-
 
148
									<?=$description['description']['nom_scientifique']; ?> 
-
 
149
								<? endif; ?>
-
 
150
								<?if ($description['description']['nom_commun'] != '') : ?>
-
 
151
									<span class="titre">Nom Commun </span>
-
 
152
									<?=$description['description']['nom_commun']; ?> 
-
 
153
								<? endif; ?>
-
 
154
							</td>
-
 
155
						 </tr>
-
 
156
						 <tr>
-
 
157
						 	<td>
-
 
158
								<?if ($description['description']['texte'] != '') : ?>
143
					 echo $description['description'];  endif;?>
159
									<?=$description['description']['texte']; ?> 
-
 
160
									<br/>
-
 
161
								<? endif; ?>
-
 
162
							</td>
-
 
163
						</tr>
-
 
164
						<?if ($description['description']['ecologie'] != '') : ?>
-
 
165
							 <tr>
-
 
166
						 		<td>
-
 
167
									<span class="titre">Écologie </span>
-
 
168
									<?=$description['description']['ecologie']; ?>
-
 
169
								</td>
-
 
170
							</tr>
-
 
171
						<? endif; ?>
-
 
172
						<?if ($description['description']['repartition'] != '') : ?>
-
 
173
							<tr>
-
 
174
						 		<td>
-
 
175
									<span class="titre">Répartition </span>
-
 
176
									<?=$description['description']['repartition']; ?> 
-
 
177
								</td>
-
 
178
							</tr>
-
 
179
						<? endif; ?>
-
 
180
						<?if ($description['description']['floraison'] != '') : ?>				
-
 
181
							 <tr>
-
 
182
								 <td>
-
 
183
									<span class="titre">Floraison/fructuation </span>
-
 
184
									<?=$description['description']['floraison']; ?>
-
 
185
								</td>
-
 
186
							</tr>
-
 
187
						<? endif; ?>
-
 
188
						<?if ($description['description']['consommation'] != '') : ?>						
-
 
189
						 <tr>
-
 
190
						 	<td>
-
 
191
						 		<span class="titre">Consommation </span>
-
 
192
									<?=$description['description']['consommation']; ?>
-
 
193
							</td>
-
 
194
						</tr>
-
 
195
								<? endif; ?>
-
 
196
					</table>
-
 
197
							
-
 
198
				<? endif;?>
144
				<br /><br />
199
				<br /><br />
145
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
200
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
146
					Complétez cette description
201
					Complétez cette description
147
				</a>
202
				</a>
148
			</div>
203
			</div>