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