Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 556 Rev 561
Line 81... Line 81...
81
				<? if ($description['description'] == '') : ?>
81
				<? if ($description['description'] == '') : ?>
82
					<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
82
					<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
83
						Participez à la rédaction collaborative de cette description
83
						Participez à la rédaction collaborative de cette description
84
					</a>
84
					</a>
85
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
85
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
-
 
86
					<table class="desc">
86
					Chorologie : 
87
						<tr>
-
 
88
							<td colspan="2">
-
 
89
								<?if ($description['description']['type_bio'] != '') : ?>
87
					<?= ($description['description']['chorologie'] == '') ? 'Aucune donnée' : $description['description']['chorologie']; ?> <br/>
90
								 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
88
					Inflorescence : 
91
								 <? endif; ?>
-
 
92
							</td>
-
 
93
						</tr>
-
 
94
						<tr>
-
 
95
							<td colspan="2">
-
 
96
								<?  if ($description['description']['form_vegetale'] != '') : ?>
89
					<?= ($description['description']['inflorescence'] == '') ? 'Aucune donnée' : $description['description']['inflorescence']; ?><br/>
97
							 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
-
 
98
							 	<? endif; ?>
90
					Sexualité : 
99
							 </td>
-
 
100
						</tr>
-
 
101
						<tr>
-
 
102
							<td colspan="2">
-
 
103
								<? if ($description['description']['chorologie'] != ''): ?>
91
					 <?= ($description['description']['sexualite'] == '') ? 'Aucune donnée' : $description['description']['sexualite']; ?><br/>
104
							 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
92
					Ordre de maturation :
105
							 	<? endif; ?>
-
 
106
							</td>
-
 
107
						</tr>
-
 
108
						<tr>
-
 
109
							<td >
-
 
110
								<? if ($description['description']['inflorescence'] != '') : ?>
93
					<?= ($description['description']['ordre_maturation'] == '') ? 'Aucune donnée' : $description['description']['ordre_maturation']; ?><br/>
111
								 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
94
					Pollinisation :
112
								<? endif; ?>
-
 
113
								<? if ($description['description']['fruit'] != '') : ?>
95
					<?= ($description['description']['pollinisation'] == '') ? 'Aucune donnée' : $description['description']['pollinisation']; ?><br/>
114
								 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
96
					Fruit : 
115
								<? endif; ?>
-
 
116
								<? if ($description['description']['couleur_fleur'] != '') : ?>
97
					<?= ($description['description']['fruit'] == '') ? 'Aucune donnée' : $description['description']['fruit']; ?><br/>
117
								 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
98
					Dissémination :
118
								<? endif; ?>
-
 
119
								<? if ($description['description']['macule'] != '') : ?>
99
					<?= ($description['description']['dissemination'] == '') ? 'Aucune donnée' : $description['description']['dissemination']; ?><br/>
120
								 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
100
					Couleur de la fleur : 
121
								<? endif; ?>
-
 
122
								<? if ($description['description']['floraison'] != '') : ?>
101
					<?= ($description['description']['couleur_fleur'] == '') ? 'Aucune donnée' : $description['description']['couleur_fleur']; ?><br/>
123
								 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
-
 
124
								<? endif; ?>
102
					Macule : 
125
							</td>
-
 
126
							<td>
-
 
127
								<? if ($description['description']['sexualite'] != '') : ?>
103
					<?= ($description['description']['macule'] == '') ? 'Aucune donnée' : $description['description']['macule']; ?><br/>
128
								 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
104
					Floraison : 
129
								<? endif; ?>
-
 
130
								<?if ($description['description']['ordre_maturation'] != '') : ?>
105
					<?= ($description['description']['floraison'] == '') ? 'Aucune donnée' : $description['description']['floraison']; ?><br/>
131
								 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
106
					Type Biologique : 
132
								<? endif; ?>
-
 
133
								<? if ($description['description']['pollinisation'] != '') : ?>
107
					<?= ($$description['description']['type_bio'] == '') ? 'Aucune donnée' : $description['description']['type_bio']; ?><br/>
134
								 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
108
					Forme végétale : 
135
								<? endif; ?>
-
 
136
								<? if ($description['description']['dissemination'] != '') : ?>
109
					<?= ($description['description']['form_vegetale'] == '') ? 'Aucune donnée' : $description['description']['form_vegetale']; ?><br/>
137
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
-
 
138
								<? endif; ?>
-
 
139
							</td>
-
 
140
						</tr>
-
 
141
					</table>	
110
				<? else :
142
				<? else :
111
					 echo $description['description'];  endif;?>
143
					 echo $description['description'];  endif;?>
112
				<br /><br />
144
				<br /><br />
113
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
145
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
114
					Complétez cette description
146
					Complétez cette description