Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 561 Rev 571
Line 77... Line 77...
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
78
								<? endif; ?>
78
								<? endif; ?>
79
							</td>
79
							</td>
80
						</tr>
80
						</tr>
81
					</table>	
81
					</table>	
82
				<? else :
82
				<? else : ?> 
-
 
83
					<table class="desc">
-
 
84
						 <tr>
-
 
85
						 	<td>
-
 
86
								<?if ($description['description']['nom_scientifique'] != '') : ?>
-
 
87
									<span class="titre">Nom Scientifique </span>
-
 
88
									<?=$description['description']['nom_scientifique']; ?> 
-
 
89
								<? endif; ?>
-
 
90
								<?if ($description['description']['nom_commun'] != '') : ?>
-
 
91
									<span class="titre">Nom Commun </span>
-
 
92
									<?=$description['description']['nom_commun']; ?> 
-
 
93
								<? endif; ?>
-
 
94
							</td>
-
 
95
						 </tr>
-
 
96
						 <tr>
-
 
97
						 	<td>
-
 
98
								<?if ($description['description']['texte'] != '') : ?>
83
					 echo $description['description'];  endif;?>
99
									<?=$description['description']['texte']; ?> 
-
 
100
									<br/>
-
 
101
								<? endif; ?>
-
 
102
							</td>
-
 
103
						</tr>
-
 
104
						<?if ($description['description']['ecologie'] != '') : ?>
-
 
105
							 <tr>
-
 
106
						 		<td>
-
 
107
									<span class="titre">Écologie </span>
-
 
108
									<?=$description['description']['ecologie']; ?>
-
 
109
								</td>
-
 
110
							</tr>
-
 
111
						<? endif; ?>
-
 
112
						<?if ($description['description']['repartition'] != '') : ?>
-
 
113
							<tr>
-
 
114
						 		<td>
-
 
115
									<span class="titre">Répartition </span>
-
 
116
									<?=$description['description']['repartition']; ?> 
-
 
117
								</td>
-
 
118
							</tr>
-
 
119
						<? endif; ?>
-
 
120
						<?if ($description['description']['floraison'] != '') : ?>				
-
 
121
							 <tr>
-
 
122
								 <td>
-
 
123
									<span class="titre">Floraison/fructuation </span>
-
 
124
									<?=$description['description']['floraison']; ?>
-
 
125
								</td>
-
 
126
							</tr>
-
 
127
						<? endif; ?>
-
 
128
						<?if ($description['description']['consommation'] != '') : ?>						
-
 
129
						 <tr>
-
 
130
						 	<td>
-
 
131
						 		<span class="titre">Consommation </span>
-
 
132
									<?=$description['description']['consommation']; ?>
-
 
133
							</td>
-
 
134
						</tr>
-
 
135
								<? endif; ?>
-
 
136
					</table>
-
 
137
							
-
 
138
				<? endif;?>
84
				<br /><br />
139
				<br /><br />
85
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
140
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
86
					Complétez cette description
141
					Complétez cette description
87
				</a>
142
				</a>
88
			</div>
143
			</div>