239 |
aurelien |
1 |
<div id="repartition">
|
952 |
delphine |
2 |
<? if (isset($repartition)) : ?>
|
|
|
3 |
<div id="repartition">
|
467 |
delphine |
4 |
<h2>Chorologie départementale</h2>
|
952 |
delphine |
5 |
<object class="chorodep_svg" type="image/svg+xml" data="<?=$repartition['svgUrl']?>" class="svg" alt="<?=$repartition['pngUrl']?>">
|
467 |
delphine |
6 |
</object>
|
|
|
7 |
<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
|
|
|
8 |
<h3>Légende</h3><br />
|
952 |
delphine |
9 |
<? foreach ($repartition['legende'] as $id => $details) :?>
|
467 |
delphine |
10 |
<div style="clear:left; ">
|
|
|
11 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
|
|
12 |
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
|
|
|
13 |
</div>
|
|
|
14 |
<? endforeach; ?>
|
|
|
15 |
</div>
|
|
|
16 |
<div class="conteneur_lien_metadonnees">
|
952 |
delphine |
17 |
<?=$repartition['meta']['citation']?>
|
467 |
delphine |
18 |
<span class="conteneur_lien_metadonnees">
|
952 |
delphine |
19 |
<a class="lien_metadonnees lien_popup" href="<?= $repartition['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
467 |
delphine |
20 |
</span>
|
|
|
21 |
</div>
|
|
|
22 |
<a href="http://www.tela-botanica.org/page:liste_projets?id_projet=9&act=description"
|
|
|
23 |
title="Carte en cours d'élaboration. Participez au projet" onclick="window.open(this.href); return false;"
|
|
|
24 |
class="acceder-outil">Participez au projet</a>
|
253 |
gduche |
25 |
</div>
|
952 |
delphine |
26 |
<? endif; ?>
|
467 |
delphine |
27 |
<hr class="nettoyage" />
|
|
|
28 |
|
952 |
delphine |
29 |
<? if (isset($moissonnage)) : ?>
|
|
|
30 |
<div id="moissonnage">
|
467 |
delphine |
31 |
<h2>Observations</h2>
|
1026 |
alex |
32 |
<object id="repartition_observations" type="text/html" data="<?=$moissonnage['mapUrl']?>" class="svg" alt="<?=$moissonnage['mapUrl']?>" style="width:620px; height:620px; overflow:none;">
|
467 |
delphine |
33 |
</object>
|
|
|
34 |
<div id="legende" style="padding:15px;margin-top:-25px;">
|
952 |
delphine |
35 |
<? foreach ($moissonnage['legende'] as $id => $details) :?>
|
511 |
gduche |
36 |
<div style="clear:left;">
|
467 |
delphine |
37 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
|
|
38 |
<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
|
|
|
39 |
</div>
|
|
|
40 |
<? endforeach; ?>
|
|
|
41 |
</div>
|
1112 |
aurelien |
42 |
<div id="carte_telechargement">
|
|
|
43 |
<span>Télécharger la carte au format </span>
|
|
|
44 |
<a href="<?=$moissonnage['mapTelechargementUrls']['png']; ?>">png</a>
|
|
|
45 |
<a href="<?=$moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
|
|
|
46 |
</div>
|
952 |
delphine |
47 |
</div>
|
1026 |
alex |
48 |
<hr class="nettoyage" />
|
952 |
delphine |
49 |
<?endif;?>
|
1217 |
aurelien |
50 |
|
|
|
51 |
<? if (isset($flore_probable)) : ?>
|
|
|
52 |
<div id="flore_probable">
|
|
|
53 |
<h2>Carte de la flore probable</h2>
|
1220 |
aurelien |
54 |
<? if ($flore_probable['carte']['url'] != null) { ?>
|
|
|
55 |
<div class="conteneur_flore_probable">
|
|
|
56 |
<img id="carte_flore_probable" alt="Carte de la flore probable pour ce taxon" src="<?= $flore_probable['carte']['url'] ?>" />
|
|
|
57 |
</div>
|
|
|
58 |
<hr class="nettoyage" />
|
|
|
59 |
<span class="conteneur_lien_metadonnees">
|
|
|
60 |
<a class="lien_metadonnees lien_popup" href="<?= $flore_probable['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
|
|
61 |
</span>
|
|
|
62 |
<? } else { ?>
|
|
|
63 |
<h3 class="aucune_info"> Aucune carte de flore probable pour ce taxon </h3>
|
|
|
64 |
<?php } ?>
|
1217 |
aurelien |
65 |
</div>
|
|
|
66 |
<hr class="nettoyage" />
|
|
|
67 |
<?endif;?>
|
952 |
delphine |
68 |
|
|
|
69 |
<div id="cel">
|
884 |
aurelien |
70 |
<h2>Observations du carnet en ligne</h2>
|
1025 |
aurelien |
71 |
<iframe style="width:100%;height:500px" src="http://www.tela-botanica.org/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>&referentiel=<?=$widget['referentiel']; ?>"></iframe>
|
|
|
72 |
<a href="http://www.tela-botanica.org/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>&referentiel=<?=$widget['referentiel']; ?>">Consultez les données du carnet en ligne sur le widget carto</a>
|
884 |
aurelien |
73 |
<hr class="nettoyage" />
|
|
|
74 |
<div>
|
993 |
aurelien |
75 |
<a href="http://www.tela-botanica.org/widget:cel:saisie?num_nom=<?=$widget['nn']?>&referentiel=<?=$widget['referentiel'] ?>" title="Ajouter une observation au moyen du Carnet en Ligne"
|
884 |
aurelien |
76 |
onclick="window.open(this.href); return false;" class="acceder-outil">
|
|
|
77 |
Rajouter une observation
|
|
|
78 |
</a>
|
467 |
delphine |
79 |
</div>
|
361 |
delphine |
80 |
</div>
|
239 |
aurelien |
81 |
</div>
|