Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1139 Rev 1149
Line 91... Line 91...
91
										<?=$description['description']['nom_commun']; ?> 
91
										<?=$description['description']['nom_commun']; ?> 
92
										</span>
92
										</span>
93
									<? endif; ?>
93
									<? endif; ?>
94
								</td>
94
								</td>
95
							 </tr>
95
							 </tr>
96
							  <?if ($description['description']['synonymes'] != '') : ?>
96
							  <?if (@$description['description']['synonymes'] != '') : ?>
97
								<tr>
97
								<tr>
98
							 		<td>
98
							 		<td>
99
										<span class="titre">Synonymes </span>
99
										<span class="titre">Synonymes </span>
100
										<?=$description['description']['synonymes']; ?> 
100
										<?=$description['description']['synonymes']; ?> 
101
									</td>
101
									</td>
Line 123... Line 123...
123
										<span class="titre">Répartition </span>
123
										<span class="titre">Répartition </span>
124
										<?=$description['description']['repartition']; ?> 
124
										<?=$description['description']['repartition']; ?> 
125
									</td>
125
									</td>
126
								</tr>
126
								</tr>
127
							<? endif; ?>
127
							<? endif; ?>
128
							<?if ($description['description']['floraison'] != '') : ?>				
128
							<?if (@$description['description']['floraison'] != '') : ?>				
129
								 <tr>
129
								 <tr>
130
									 <td>
130
									 <td>
131
										<span class="titre">Floraison </span>
131
										<span class="titre">Floraison </span>
132
										<?=$description['description']['floraison']; ?>
132
										<?=$description['description']['floraison']; ?>
133
										<?if ($description['description']['fructification'] != '') : ?>
133
										<?if ($description['description']['fructification'] != '') : ?>
Line 135... Line 135...
135
											<?=$description['description']['fructification']; ?>
135
											<?=$description['description']['fructification']; ?>
136
										<? endif; ?>
136
										<? endif; ?>
137
									</td>
137
									</td>
138
								</tr>
138
								</tr>
139
							<? endif; ?>
139
							<? endif; ?>
140
							<?if ($description['description']['usages'] != '') : ?>						
140
							<?if (@$description['description']['usages'] != '') : ?>						
141
								<tr>
141
								<tr>
142
									<td>
142
									<td>
143
										<span class="titre">Usages</span>
143
										<span class="titre">Usages</span>
144
											<?=$description['description']['usages']; ?>
144
											<?=$description['description']['usages']; ?>
145
									</td>
145
									</td>
Line 288... Line 288...
288
				
288
				
289
				<h4>Synonymes</h4>
289
				<h4>Synonymes</h4>
290
				<?php if($nomenclature['synonymes'] == array()) { ?>
290
				<?php if($nomenclature['synonymes'] == array()) { ?>
291
					Aucun synonyme
291
					Aucun synonyme
292
				<? } else { ?>
292
				<? } else { ?>
293
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
293
					<?php foreach (@$nomenclature['synonymes'] as $synonyme) : ?>
294
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
294
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
295
							<?= $synonyme['nom_sci_complet']; ?>
295
							<?= $synonyme['nom_sci_complet']; ?>
296
						</div>
296
						</div>
297
					<?php endforeach; ?>
297
					<?php endforeach; ?>
Line 426... Line 426...
426
			<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
426
			<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
427
				<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
427
				<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
428
					Attention ce taxon est protégé dans les zones suivantes : <br />
428
					Attention ce taxon est protégé dans les zones suivantes : <br />
429
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
429
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
430
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
430
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
431
							<?= $statut_zone['zone_application']; ?><br />
431
							<?= @$statut_zone['zone_application']; ?><br />
432
						</a>
432
						</a>
433
					<?php endforeach; ?>
433
					<?php endforeach; ?>
434
				<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
434
				<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
435
					<?= $statut['wikini']['statuts_de_protection'];?>
435
					<?= $statut['wikini']['statuts_de_protection'];?>
436
				<? } ?>
436
				<? } ?>