Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 630 Rev 767
Line 251... Line 251...
251
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
251
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
252
								Complétez nos données sur l'écologie.
252
								Complétez nos données sur l'écologie.
253
							</a>
253
							</a>
254
						</div>
254
						</div>
255
					<? endif; ?> 
255
					<? endif; ?> 
256
					
-
 
257
					
256
						
258
			</div>
257
			</div>
259
			
-
 
260
		</div>
-
 
261
		
-
 
262
		<!-- Statut de protection -->
-
 
263
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
-
 
264
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
-
 
265
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
-
 
266
			</h3>
-
 
267
			<span id="contenu-7" class="contenu">
-
 
268
				<? if ($statut['wikini']['statuts_de_protection'] == '') {?>
-
 
269
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
-
 
270
						 Complétez nos données sur les statuts de protection
-
 
271
					</a>
-
 
272
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
-
 
273
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
-
 
274
						Compléter cette liste
-
 
275
					</a>
-
 
276
				<? } ?>
-
 
277
			</span>
-
 
278
		</div>
258
		</div>
Line 279... Line 259...
279
		
259
		
280
		<!-- Nomenclature -->
260
		<!-- Nomenclature -->
281
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
261
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
Line 422... Line 402...
422
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
402
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
423
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
403
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
424
			</span>
404
			</span>
425
		</div>
405
		</div>
Line -... Line 406...
-
 
406
		
-
 
407
		<!-- Statut de protection -->
-
 
408
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
-
 
409
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
-
 
410
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
-
 
411
			</h3>
-
 
412
			<span id="contenu-7" class="contenu <?= ($statut['statuts'] != '') ? 'attention' : ''; ?>">
-
 
413
				<? if ($statut['statuts'] != '') { ?>
-
 
414
					<span>Attention ce taxon est protégé dans les zones suivantes : <br />
-
 
415
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
-
 
416
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
-
 
417
							<?= $statut_zone['zone_application']; ?><br />
-
 
418
						</a>
-
 
419
					<?php endforeach; ?>
-
 
420
					</span>
-
 
421
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
-
 
422
					<span class="pas_de_protection">Pas de protection connue</span>
-
 
423
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
-
 
424
				<? } ?>
-
 
425
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent completer_statut" >
-
 
426
					Compléter
-
 
427
				</a>
-
 
428
			</span>
Line 426... Line 429...
426
		
429
		</div>
427
		
430
		
428
	</div>
431
	</div>