Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1139 Rev 1165
Line 401... Line 401...
401
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
401
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
402
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
402
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
403
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
403
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
404
			</h3>
404
			</h3>
405
			<div id="contenu-3" class="contenu">
405
			<div id="contenu-3" class="contenu">
-
 
406
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
406
				<h4>Observations</h4>
407
			  		<h4>Observations</h4>
407
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
408
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
-
 
409
			  	<? endif; ?>
-
 
410
			  	<? if ($repartition['chorodep'] != null) : ?>
408
				<h4>Répartition départementale</h4>
411
					<h4>Répartition départementale</h4>
409
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
412
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
-
 
413
			  	<? endif; ?>
-
 
414
			  	<br/>
410
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
415
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
411
					Voir +/Compléter
416
					Voir +/Compléter
412
				</a>
417
				</a>
413
			</div>
418
			</div>
414
		</div>
419
		</div>