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 14... Line 14...
14
		<!-- Description -->
14
		<!-- Description -->
15
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
15
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
18
			</h3>
18
			</h3>
19
			<span id="contenu-1" class="contenu">
19
			<span id="contenu-1" class="contenu"> 
20
				<h4><?= $description['titre']?></h4>
20
				<h4><?= $description['titre']?></h4>
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
					
25
				<? elseif($description['titre'] == 'Description Baseflor') : ?>
26
				<? elseif($description['titre'] == 'Description Baseflor') : ?> 
26
					<table class="desc">
27
					<table class="desc">
27
						<tr>
28
						<tr>
28
							<td colspan="2">
29
							<td colspan="2">
29
								<?if ($description['description']['type_bio'] != '') : ?>
30
								<?if ($description['description']['type_bio'] != '') : ?>
30
								 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
31
								 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
Line 77... Line 78...
77
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
78
								 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
78
								<? endif; ?>
79
								<? endif; ?>
79
							</td>
80
							</td>
80
						</tr>
81
						</tr>
81
					</table>	
82
					</table>	
82
				<? else :
83
				<? else : ?> 
-
 
84
					<table class="desc">
-
 
85
						 <tr>
-
 
86
						 	<td>
-
 
87
								<?if ($description['description']['nom_scientifique'] != '') : ?>
-
 
88
									<span class="titre">Nom Scientifique </span>
-
 
89
									<?=$description['description']['nom_scientifique']; ?> 
-
 
90
								<? endif; ?>
-
 
91
								<?if ($description['description']['nom_commun'] != '') : ?>
-
 
92
									<span class="titre">Nom Commun </span>
-
 
93
									<?=$description['description']['nom_commun']; ?> 
-
 
94
								<? endif; ?>
-
 
95
							</td>
-
 
96
						 </tr>
-
 
97
						 <tr>
-
 
98
						 	<td>
-
 
99
								<?if ($description['description']['texte'] != '') : ?>
83
					 echo $description['description'];  endif;?>
100
									<?=$description['description']['texte']; ?> 
-
 
101
									<br/>
-
 
102
								<? endif; ?>
-
 
103
							</td>
-
 
104
						</tr>
-
 
105
						<?if ($description['description']['ecologie'] != '') : ?>
-
 
106
							 <tr>
-
 
107
						 		<td>
-
 
108
									<span class="titre">Écologie </span>
-
 
109
									<?=$description['description']['ecologie']; ?>
-
 
110
								</td>
-
 
111
							</tr>
-
 
112
						<? endif; ?>
-
 
113
						<?if ($description['description']['repartition'] != '') : ?>
-
 
114
							<tr>
-
 
115
						 		<td>
-
 
116
									<span class="titre">Répartition </span>
-
 
117
									<?=$description['description']['repartition']; ?> 
-
 
118
								</td>
-
 
119
							</tr>
-
 
120
						<? endif; ?>
-
 
121
						<?if ($description['description']['floraison'] != '') : ?>				
-
 
122
							 <tr>
-
 
123
								 <td>
-
 
124
									<span class="titre">Floraison/fructuation </span>
-
 
125
									<?=$description['description']['floraison']; ?>
-
 
126
								</td>
-
 
127
							</tr>
-
 
128
						<? endif; ?>
-
 
129
						<?if ($description['description']['consommation'] != '') : ?>						
-
 
130
						 <tr>
-
 
131
						 	<td>
-
 
132
						 		<span class="titre">Consommation </span>
-
 
133
									<?=$description['description']['consommation']; ?>
-
 
134
							</td>
-
 
135
						</tr>
-
 
136
								<? endif; ?>
-
 
137
					</table>
-
 
138
							
-
 
139
				<? endif;?>
84
				<br /><br />
140
				<br /><br /> 
85
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
141
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
86
					Complétez cette description
142
					Complétez cette description
87
				</a>
143
				</a>
88
			</span>
144
			</span>
89
		</div>
145
		</div>