Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1493 → Rev 1494

/trunk/modules/fiche/squelettes/fiche_repartition.tpl.html
3,8 → 3,8
<div id="repartition">
<h2>Chorologie départementale</h2>
<object class="chorodep_svg" type="image/svg+xml"
data="<?=$repartition['svgUrl']?>" class="svg"
alt="<?=$repartition['pngUrl']?>"> </object>
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>
15,7 → 15,7
style="background: <?= $details['couleur']?>"></div>
<div class="texte_legende_repartition">
<b>
<?=$details['nom']?>
<?= $details['nom']?>
</b>
</div>
</div>
22,7 → 22,7
<? endforeach; ?>
</div>
<div class="conteneur_lien_metadonnees">
<?=$repartition['meta']['citation']?>
<?= $repartition['meta']['citation']?>
<span class="conteneur_lien_metadonnees"> <a
class="lien_metadonnees lien_popup"
href="<?= $repartition['meta']['url']; ?>">Voir toutes les
43,8 → 43,8
<h2>Observations</h2>
<div class="conteneur_repartition_observations">
<object id="repartition_observations" type="text/html"
data="<?=$moissonnage['mapUrl']?>" class="svg"
alt="<?=$moissonnage['mapUrl']?>"
data="<?= $moissonnage['mapUrl']?>" class="svg"
alt="<?= $moissonnage['mapUrl']?>"
style="width: 620px; height: 620px; overflow: none;"> </object>
</div>
<div id="legende" style="padding: 15px; margin-top: -25px;">
51,12 → 51,12
<? foreach ($moissonnage['legende'] as $id => $details) :?>
<div style="clear: left;">
<div class="bloc_legende_repartition"
style="background: <?=$details['couleur']?>"></div>
style="background: <?= $details['couleur'] ?>"></div>
<div>
<b>
<?=$details['nom']?> :
<?= $details['nom']?> :
</b>
<?=$details['description']?>
<?= $details['description']?>
</div>
</div>
<? endforeach; ?>
67,8 → 67,8
</div>
<div id="carte_telechargement">
<span>Télécharger la carte au format </span> <a
href="<?=$moissonnage['mapTelechargementUrls']['png']; ?>">png</a>&nbsp;
<a href="<?=$moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
href="<?= $moissonnage['mapTelechargementUrls']['png']; ?>">png</a>&nbsp;
<a href="<?= $moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
</div>
</div>
<hr class="nettoyage" />