Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 578 Rev 583
Line 53... Line 53...
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 ($description['description']['fructification'] != '') : ?>
58
									<?if ($coste['description']['fructification'] != '') : ?>
59
										<span class="titre">Fructification </span>
59
										<span class="titre">Fructification </span>
60
										<?=$description['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'] != '') : ?>