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 21... Line 21...
21
				<? if ($description['description'] == '') : ?>
21
				<? if ($description['description'] == '') : ?>
22
					<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
22
					<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
23
						Participez à la rédaction collaborative de cette description
23
						Participez à la rédaction collaborative de cette description
24
					</a>
24
					</a>
25
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
25
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
-
 
26
					<table class="desc">
26
					Chorologie : 
27
						<tr>
-
 
28
							<td colspan="2">
-
 
29
								<?if ($description['description']['type_bio'] != '') : ?>
27
					<?= ($description['description']['chorologie'] == '') ? 'Aucune donnée' : $description['description']['chorologie']; ?> <br/>
30
								 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
28
					Inflorescence : 
31
								 <? endif; ?>
-
 
32
							</td>
-
 
33
						</tr>
-
 
34
						<tr>
-
 
35
							<td colspan="2">
-
 
36
								<?  if ($description['description']['form_vegetale'] != '') : ?>
29
					<?= ($description['description']['inflorescence'] == '') ? 'Aucune donnée' : $description['description']['inflorescence']; ?><br/>
37
							 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
-
 
38
							 	<? endif; ?>
30
					Sexualité : 
39
							 </td>
-
 
40
						</tr>
-
 
41
						<tr>
-
 
42
							<td colspan="2">
-
 
43
								<? if ($description['description']['chorologie'] != ''): ?>
31
					 <?= ($description['description']['sexualite'] == '') ? 'Aucune donnée' : $description['description']['sexualite']; ?><br/>
44
							 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
32
					Ordre de maturation :
45
							 	<? endif; ?>
-
 
46
							</td>
-
 
47
						</tr>
-
 
48
						<tr>
-
 
49
							<td >
-
 
50
								<? if ($description['description']['inflorescence'] != '') : ?>
33
					<?= ($description['description']['ordre_maturation'] == '') ? 'Aucune donnée' : $description['description']['ordre_maturation']; ?><br/>
51
								 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
34
					Pollinisation :
52
								<? endif; ?>
-
 
53
								<? if ($description['description']['fruit'] != '') : ?>
35
					<?= ($description['description']['pollinisation'] == '') ? 'Aucune donnée' : $description['description']['pollinisation']; ?><br/>
54
								 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
36
					Fruit : 
55
								<? endif; ?>
-
 
56
								<? if ($description['description']['couleur_fleur'] != '') : ?>
37
					<?= ($description['description']['fruit'] == '') ? 'Aucune donnée' : $description['description']['fruit']; ?><br/>
57
								 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
38
					Dissémination :
58
								<? endif; ?>
-
 
59
								<? if ($description['description']['macule'] != '') : ?>
39
					<?= ($description['description']['dissemination'] == '') ? 'Aucune donnée' : $description['description']['dissemination']; ?><br/>
60
								 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
40
					Couleur de la fleur : 
61
								<? endif; ?>
-
 
62
								<? if ($description['description']['floraison'] != '') : ?>
41
					<?= ($description['description']['couleur_fleur'] == '') ? 'Aucune donnée' : $description['description']['couleur_fleur']; ?><br/>
63
								 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
-
 
64
								<? endif; ?>
42
					Macule : 
65
							</td>
-
 
66
							<td>
-
 
67
								<? if ($description['description']['sexualite'] != '') : ?>
43
					<?= ($description['description']['macule'] == '') ? 'Aucune donnée' : $description['description']['macule']; ?><br/>
68
								 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
44
					Floraison : 
69
								<? endif; ?>
-
 
70
								<?if ($description['description']['ordre_maturation'] != '') : ?>
45
					<?= ($description['description']['floraison'] == '') ? 'Aucune donnée' : $description['description']['floraison']; ?><br/>
71
								 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
46
					Type Biologique : 
72
								<? endif; ?>
-
 
73
								<? if ($description['description']['pollinisation'] != '') : ?>
47
					<?= ($$description['description']['type_bio'] == '') ? 'Aucune donnée' : $description['description']['type_bio']; ?><br/>
74
								 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
48
					Forme végétale : 
75
								<? endif; ?>
-
 
76
								<? if ($description['description']['dissemination'] != '') : ?>
49
					<?= ($description['description']['form_vegetale'] == '') ? 'Aucune donnée' : $description['description']['form_vegetale']; ?><br/>
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
-
 
78
								<? endif; ?>
-
 
79
							</td>
-
 
80
						</tr>
-
 
81
					</table>	
50
				<? else :
82
				<? else :
51
					 echo $description['description'];  endif;?>
83
					 echo $description['description'];  endif;?>
52
				<br /><br />
84
				<br /><br />
53
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
85
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
54
					Complétez cette description
86
					Complétez cette description