Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 951 → Rev 952

/trunk/modules/fiche/squelettes/fiche_repartition.tpl.html
1,11 → 1,12
<div id="repartition">
<div id="chorodep">
<? if (isset($repartition)) : ?>
<div id="repartition">
<h2>Chorologie départementale</h2>
<object class="chorodep_svg" type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
<object class="chorodep_svg" type="image/svg+xml" data="<?=$repartition['svgUrl']?>" class="svg" alt="<?=$repartition['pngUrl']?>">
</object>
<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
<h3>Légende</h3><br />
<? foreach ($chorodep['legende'] as $id => $details) :?>
<? foreach ($repartition['legende'] as $id => $details) :?>
<div style="clear:left; ">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
13,9 → 14,9
<? endforeach; ?>
</div>
<div class="conteneur_lien_metadonnees">
<?=$chorodep['meta']['citation']?>
<?=$repartition['meta']['citation']?>
<span class="conteneur_lien_metadonnees">
<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
<a class="lien_metadonnees lien_popup" href="<?= $repartition['meta']['url']; ?>">Voir toutes les metadonnées</a>
</span>
</div>
<a href="http://www.tela-botanica.org/page:liste_projets?id_projet=9&amp;act=description"
22,14 → 23,16
title="Carte en cours d'élaboration. Participez au projet" onclick="window.open(this.href); return false;"
class="acceder-outil">Participez au projet</a>
</div>
<? endif; ?>
<hr class="nettoyage" />
<div id="eflore">
<? if (isset($moissonnage)) : ?>
<div id="moissonnage">
<h2>Observations</h2>
<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
<object id="repartition_observations" type="text/html" data="<?=$moissonnage['mapUrl']?>" class="svg" alt="<?=$moissonnage['mapUrl']?>">
</object>
<div id="legende" style="padding:15px;margin-top:-25px;">
<? foreach ($eflore['legende'] as $id => $details) :?>
<? foreach ($moissonnage['legende'] as $id => $details) :?>
<div style="clear:left;">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
36,7 → 39,10
</div>
<? endforeach; ?>
</div>
</div>
<?endif;?>
<div id="cel">
<h2>Observations du carnet en ligne</h2>
<iframe style="width:100%;height:500px" src="http://localhost/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>"></iframe>
<a href="http://localhost/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>">Consultez les données du carnet en ligne sur le widget carto</a>