Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 571 Rev 579
Line 142... Line 142...
142
				<? else : ?> 
142
				<? else : ?> 
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="titre">Nom Scientifique </span>
147
									<span class="gras">
148
									<?=$description['description']['nom_scientifique']; ?> 
148
									<?=$description['description']['nom_scientifique']; ?>
-
 
149
									</span> 
149
								<? endif; ?>
150
								<? endif; ?>
150
								<?if ($description['description']['nom_commun'] != '') : ?>
151
								<?if ($description['description']['nom_commun'] != '') : ?>
151
									<span class="titre">Nom Commun </span>
152
									<span class="italique">
152
									<?=$description['description']['nom_commun']; ?> 
153
									<?=$description['description']['nom_commun']; ?> 
-
 
154
									</span>
153
								<? endif; ?>
155
								<? endif; ?>
154
							</td>
156
							</td>
155
						 </tr>
157
						 </tr>
-
 
158
						 <?if ($description['description']['synonymes'] != '') : ?>
-
 
159
							<tr>
-
 
160
						 		<td>
-
 
161
									<span class="titre">Synonymes </span>
-
 
162
									<?=$description['description']['synonymes']; ?> 
-
 
163
								</td>
-
 
164
							</tr>
-
 
165
						<? endif; ?>
156
						 <tr>
166
						 <tr>
157
						 	<td>
167
						 	<td>
158
								<?if ($description['description']['texte'] != '') : ?>
168
								<?if ($description['description']['texte'] != '') : ?>
159
									<?=$description['description']['texte']; ?> 
169
									<?=$description['description']['texte']; ?> 
160
									<br/>
170
									<br/>
Line 178... Line 188...
178
							</tr>
188
							</tr>
179
						<? endif; ?>
189
						<? endif; ?>
180
						<?if ($description['description']['floraison'] != '') : ?>				
190
						<?if ($description['description']['floraison'] != '') : ?>				
181
							 <tr>
191
							 <tr>
182
								 <td>
192
								 <td>
183
									<span class="titre">Floraison/fructuation </span>
193
									<span class="titre">Floraison </span>
184
									<?=$description['description']['floraison']; ?>
194
									<?=$description['description']['floraison']; ?>
-
 
195
									<?if ($description['description']['fructification'] != '') : ?>
-
 
196
										<span class="titre">Fructification </span>
-
 
197
										<?=$description['description']['fructification']; ?>
-
 
198
									<? endif; ?>
185
								</td>
199
								</td>
186
							</tr>
200
							</tr>
187
						<? endif; ?>
201
						<? endif; ?>
188
						<?if ($description['description']['consommation'] != '') : ?>						
202
						<?if ($description['description']['usages'] != '') : ?>						
189
						 <tr>
203
						 <tr>
190
						 	<td>
204
						 	<td>
191
						 		<span class="titre">Consommation </span>
205
						 		<span class="titre">Usages</span>
192
									<?=$description['description']['consommation']; ?>
206
									<?=$description['description']['usages']; ?>
193
							</td>
207
							</td>
194
						</tr>
208
						</tr>
195
								<? endif; ?>
209
								<? endif; ?>
196
					</table>
210
					</table>