Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 569 Rev 578
Line 4... Line 4...
4
		<? if (!empty($coste['description'])) : ?>
4
		<? if (!empty($coste['description'])) : ?>
5
			<table class="desc">
5
			<table class="desc">
6
						 <tr>
6
						 <tr>
7
						 	<td>
7
						 	<td>
8
								<?if ($coste['description']['nom_scientifique'] != '') : ?>
8
								<?if ($coste['description']['nom_scientifique'] != '') : ?>
9
									<span class="titre">Nom Scientifique </span>
9
									<span class="gras"> 
10
									<?=$coste['description']['nom_scientifique']; ?> 
10
									<?=$coste['description']['nom_scientifique']; ?>
-
 
11
									</span> 
11
								<? endif; ?>
12
								<? endif; ?>
12
								<?if ($coste['description']['nom_commun'] != '') : ?>
13
								<?if ($coste['description']['nom_commun'] != '') : ?>
13
									<span class="titre">Nom Commun </span>
14
									<span class="italique">
14
									<?=$coste['description']['nom_commun']; ?> 
15
									<?=$coste['description']['nom_commun']; ?>
-
 
16
									</span>
-
 
17
									 
15
								<? endif; ?>
18
								<? endif; ?>
16
							</td>
19
							</td>
17
						 </tr>
20
						 </tr>
-
 
21
						 <?if ($coste['description']['synonymes'] != '') : ?>
-
 
22
							<tr>
-
 
23
						 		<td>
-
 
24
									<span class="titre">Synonymes </span>
-
 
25
									<?=$coste['description']['synonymes']; ?> 
-
 
26
								</td>
-
 
27
							</tr>
-
 
28
						<? endif; ?>
18
						 <tr>
29
						 <tr>
19
						 	<td>
30
						 	<td>
20
								<?if ($coste['description']['texte'] != '') : ?>
31
								<?if ($coste['description']['texte'] != '') : ?>
21
									<?=$coste['description']['texte']; ?> 
32
									<?=$coste['description']['texte']; ?> 
22
									<br/>
33
									<br/>
Line 40... Line 51...
40
							</tr>
51
							</tr>
41
						<? endif; ?>
52
						<? endif; ?>
42
						<?if ($coste['description']['floraison'] != '') : ?>				
53
						<?if ($coste['description']['floraison'] != '') : ?>				
43
							 <tr>
54
							 <tr>
44
								 <td>
55
								 <td>
45
									<span class="titre">Floraison/fructuation </span>
56
									<span class="titre">Floraison </span>
46
									<?=$coste['description']['floraison']; ?>
57
									<?=$coste['description']['floraison']; ?>
-
 
58
									<?if ($description['description']['fructification'] != '') : ?>
-
 
59
										<span class="titre">Fructification </span>
-
 
60
										<?=$description['description']['fructification']; ?>
-
 
61
									<? endif; ?>
47
								</td>
62
								</td>
48
							</tr>
63
							</tr>
49
						<? endif; ?>
64
						<? endif; ?>
50
						<?if ($coste['description']['consommation'] != '') : ?>						
65
						<?if ($coste['description']['usages'] != '') : ?>						
51
						 <tr>
66
						 <tr>
52
						 	<td>
67
						 	<td>
53
						 		<span class="titre">Consommation </span>
68
						 		<span class="titre">Usages</span>
54
									<?=$coste['description']['consommation']; ?>
69
									<?=$coste['description']['usages']; ?>
55
							</td>
70
							</td>
56
						</tr>
71
						</tr>
57
								<? endif; ?>
72
								<? endif; ?>
58
					</table>
73
					</table>