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