1 |
<div id="repartition">
|
1 |
<div id="repartition">
|
2 |
<h2>Chorologie départementale</h2>
|
2 |
<h2>Chorologie départementale</h2>
|
3 |
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>">
|
3 |
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>">
|
4 |
<!-- img src="<?=$chorodep['pngUrl']?>" / -->
|
4 |
<!-- img src="<?=$chorodep['pngUrl']?>" / -->
|
5 |
</object>
|
5 |
</object>
|
6 |
<div id="legende" style="padding:15px;">
|
6 |
<div id="legende" style="padding:15px;">
|
7 |
<h3>Légende</h3><br />
|
7 |
<h3>Légende</h3><br />
|
8 |
<? foreach ($chorodep['legende'] as $id => $details) :?>
|
8 |
<? foreach ($chorodep['legende'] as $id => $details) :?>
|
9 |
<div style="clear:left; ">
|
9 |
<div style="clear:left; ">
|
10 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
10 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
11 |
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
|
11 |
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
|
12 |
</div>
|
12 |
</div>
|
13 |
<? endforeach; ?>
|
13 |
<? endforeach; ?>
|
14 |
</div>
|
14 |
</div>
|
15 |
<div class="conteneur_lien_metadonnees">
|
15 |
<div class="conteneur_lien_metadonnees">
|
16 |
<?=$chorodep['meta']['citation']?>
|
16 |
<?=$chorodep['meta']['citation']?>
|
17 |
<span id="metadonnees" class="conteneur_lien_metadonnees">
|
17 |
<span id="metadonnees" class="conteneur_lien_metadonnees">
|
18 |
<? $lien_metadonnees = 'index_botanique.php?module=fiche-metadonnees&action=affichagemetadonnees&projet=chorodep'; ?>
|
- |
|
19 |
<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>"> Voir toutes les metadonnées </a>
|
18 |
<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
20 |
</span>
|
19 |
</span>
|
21 |
</div>
|
20 |
</div>
|
22 |
</div>
|
21 |
</div>
|