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 82... Line 82...
82
				<? else : ?> 
82
				<? else : ?> 
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="titre">Nom Scientifique </span>
87
									<span class="gras">
88
									<?=$description['description']['nom_scientifique']; ?> 
88
									<?=$description['description']['nom_scientifique']; ?>
-
 
89
									</span> 
89
								<? endif; ?>
90
								<? endif; ?>
90
								<?if ($description['description']['nom_commun'] != '') : ?>
91
								<?if ($description['description']['nom_commun'] != '') : ?>
91
									<span class="titre">Nom Commun </span>
92
									<span class="italique">
92
									<?=$description['description']['nom_commun']; ?> 
93
									<?=$description['description']['nom_commun']; ?> 
-
 
94
									</span>
93
								<? endif; ?>
95
								<? endif; ?>
94
							</td>
96
							</td>
95
						 </tr>
97
						 </tr>
-
 
98
						 <?if ($description['description']['synonymes'] != '') : ?>
-
 
99
							<tr>
-
 
100
						 		<td>
-
 
101
									<span class="titre">Synonymes </span>
-
 
102
									<?=$description['description']['synonymes']; ?> 
-
 
103
								</td>
-
 
104
							</tr>
-
 
105
						<? endif; ?>
96
						 <tr>
106
						 <tr>
97
						 	<td>
107
						 	<td>
98
								<?if ($description['description']['texte'] != '') : ?>
108
								<?if ($description['description']['texte'] != '') : ?>
99
									<?=$description['description']['texte']; ?> 
109
									<?=$description['description']['texte']; ?> 
100
									<br/>
110
									<br/>
Line 118... Line 128...
118
							</tr>
128
							</tr>
119
						<? endif; ?>
129
						<? endif; ?>
120
						<?if ($description['description']['floraison'] != '') : ?>				
130
						<?if ($description['description']['floraison'] != '') : ?>				
121
							 <tr>
131
							 <tr>
122
								 <td>
132
								 <td>
123
									<span class="titre">Floraison/fructuation </span>
133
									<span class="titre">Floraison </span>
124
									<?=$description['description']['floraison']; ?>
134
									<?=$description['description']['floraison']; ?>
-
 
135
									<?if ($description['description']['fructification'] != '') : ?>
-
 
136
										<span class="titre">Fructification </span>
-
 
137
										<?=$description['description']['fructification']; ?>
-
 
138
									<? endif; ?>
125
								</td>
139
								</td>
126
							</tr>
140
							</tr>
127
						<? endif; ?>
141
						<? endif; ?>
128
						<?if ($description['description']['consommation'] != '') : ?>						
142
						<?if ($description['description']['usages'] != '') : ?>						
129
						 <tr>
143
						 <tr>
130
						 	<td>
144
						 	<td>
131
						 		<span class="titre">Consommation </span>
145
						 		<span class="titre">Usages</span>
132
									<?=$description['description']['consommation']; ?>
146
									<?=$description['description']['usages']; ?>
133
							</td>
147
							</td>
134
						</tr>
148
						</tr>
135
								<? endif; ?>
149
								<? endif; ?>
136
					</table>
150
					</table>