Line 51... |
Line 51... |
51 |
//<![CDATA[
|
51 |
//<![CDATA[
|
52 |
global_lang = "nl"; // langue pour la traduction du JS
|
52 |
global_lang = "nl"; // langue pour la traduction du JS
|
Line 53... |
Line 53... |
53 |
|
53 |
|
54 |
var urlWidgetSaisie = '<?= $url_widget_saisie; ?>',
|
54 |
var urlWidgetSaisie = '<?= $url_widget_saisie; ?>',
|
55 |
urlsLimitesCommunales = '<?= $url_limites_communales; ?>',
|
55 |
urlsLimitesCommunales = '<?= $url_limites_communales; ?>',
|
56 |
nt = '<?=$num_taxon?>',
|
56 |
nt = '<?=$num_nom_ret?>',
|
- |
|
57 |
filtreCommun =
|
57 |
filtreCommun =
|
58 |
'&standard=<?=rawurlencode($standard)?>'+
|
58 |
'&taxon=<?=rawurlencode($taxon)?>'+
|
59 |
'&taxon=<?=rawurlencode($taxon)?>'+
|
59 |
'&utilisateur=<?=$utilisateur?>'+
|
60 |
'&utilisateur=<?=$utilisateur?>'+
|
60 |
'&projet=<?=rawurlencode($projet)?>'+
|
61 |
'&projet=<?=rawurlencode($projet)?>'+
|
61 |
'&tag=<?=rawurlencode($tag)?>'+
|
62 |
'&tag=<?=rawurlencode($tag)?>'+
|
Line 88... |
Line 89... |
88 |
|
89 |
|
89 |
var titreCarte = '<?= ($titre != null) ? addslashes($titre) : "null"; ?>',
|
90 |
var titreCarte = '<?= ($titre != null) ? addslashes($titre) : "null"; ?>',
|
90 |
urlLogo = '<?= ($logo != null) ? $logo : "null"; ?>',
|
91 |
urlLogo = '<?= ($logo != null) ? $logo : "null"; ?>',
|
91 |
urlSite = '<?= ($url_site != null) ? $url_site : "null"; ?>',
|
92 |
urlSite = '<?= ($url_site != null) ? $url_site : "null"; ?>',
|
92 |
urlImage = '<?= ($image != null) ? $image : "null"; ?>',
|
93 |
urlImage = '<?= ($image != null) ? $image : "null"; ?>',
|
93 |
stationsUrl = '<?=$url_cel_carto?>/tout'+'?' + 'num_taxon=' + nt + filtreCommun,
|
94 |
stationsUrl = '<?=$url_cel_carto?>/tout'+'?' + 'num_nom_ret=' + nt + filtreCommun,
|
94 |
taxonsUrl = '<?=$url_cel_carto?>/taxons'+'?' + 'num_taxon=' + nt + filtreCommun,
|
95 |
taxonsUrl = '<?=$url_cel_carto?>/taxons'+'?' + 'num_nom_ret=' + nt + filtreCommun,
|
95 |
observationsUrl = '<?=$url_cel_carto?>/observations' + '?' +
|
96 |
observationsUrl = '<?=$url_cel_carto?>/observations' + '?' +
|
96 |
'station={stationId}'+
|
97 |
'station={stationId}'+
|
97 |
'&num_taxon={nt}'+
|
98 |
'&num_nom_ret={nt}'+
|
98 |
filtreCommun,
|
99 |
filtreCommun,
|
99 |
communeImageUrl = '<?= $communeImageUrl; ?>',
|
100 |
communeImageUrl = '<?= $communeImageUrl; ?>',
|
100 |
pointImageUrl = '<?= $pointImageUrl; ?>',
|
101 |
pointImageUrl = '<?= $pointImageUrl; ?>',
|
101 |
groupeImageUrlTpl = '<?= $groupeImageUrlTpl; ?>';
|
102 |
groupeImageUrlTpl = '<?= $groupeImageUrlTpl; ?>';
|
Line 148... |
Line 149... |
148 |
<h1 id="carte-titre">
|
149 |
<h1 id="carte-titre">
|
149 |
<span id="carte-titre-infos"><?= htmlspecialchars($titre); ?></span>
|
150 |
<span id="carte-titre-infos"><?= htmlspecialchars($titre); ?></span>
|
150 |
</h1>
|
151 |
</h1>
|
151 |
</div>
|
152 |
</div>
|
152 |
<?php endif; ?>
|
153 |
<?php endif; ?>
|
153 |
<? if ($num_taxon == '*') : ?>
|
- |
|
154 |
<div id="panneau-lateral" class="element-overlay <?= ($titre != 0) ? 'carte_titree"': 'carte_non_titree"'; ?>>
|
- |
|
155 |
<div id="pl-ouverture" title="Waarnemingen filteren per soort">
|
- |
|
156 |
<span>Paneel >></span>
|
- |
|
157 |
<div id="pl-indication-filtre"> Filteren
|
- |
|
158 |
</div>
|
- |
|
159 |
</div>
|
- |
|
160 |
<div id="pl-fermeture" title="Zijpaneel sluiten"><span><< Sluiten [x]</span></div>
|
- |
|
161 |
<div id="pl-contenu">
|
- |
|
162 |
<div id="pl-entete">
|
- |
|
163 |
<h2>Filteren op <span class="plantes-nbre"> </span> planten</h2>
|
- |
|
164 |
<p>
|
- |
|
165 |
Klik op een plantennaam om de waarnemingen op de kaart te filteren Terug naar het standaardscherm
|
- |
|
166 |
</p>
|
- |
|
167 |
</div>
|
- |
|
168 |
<hr class="nettoyage" />
|
- |
|
169 |
<div id="pl-corps" onMouseOver="map.setOptions({'scrollwheel':false});" onMouseOut="map.setOptions({'scrollwheel':true});">
|
- |
|
170 |
<hr class="nettoyage" />
|
- |
|
171 |
<!-- Insertion des lignes à partir du squelette tpl-taxons-liste -->
|
- |
|
172 |
<span class="raz-filtre-taxons taxon-actif" title="Toon alle taxa">
|
- |
|
173 |
Toon alle taxa
|
- |
|
174 |
</span>
|
- |
|
175 |
<ol id="taxons">
|
- |
|
176 |
</ol>
|
- |
|
177 |
</div>
|
- |
|
178 |
</div>
|
- |
|
179 |
</div>
|
- |
|
180 |
<? endif ?>
|
- |
|
181 |
<div id="carte" <?= ($titre != 0) ? 'class="carte_titree"': 'class="carte_non_titree"'; ?>></div>
|
154 |
<div id="carte" <?= ($titre != 0) ? 'class="carte_titree"': 'class="carte_non_titree"'; ?>></div>
|
182 |
<div id="lien_plein_ecran" class="element-overlay">
|
155 |
<div id="lien_plein_ecran" class="element-overlay">
|
183 |
<a href="#" title="Over volledig scherm tonen (opent in een nieuw venster)">
|
156 |
<a href="#" title="Over volledig scherm tonen (opent in een nieuw venster)">
|
184 |
<img class="icone" src="<?=$url_base?>modules/cartopoint/squelettes/images/plein_ecran.png" alt="Volledig scherm tonen" />
|
157 |
<img class="icone" src="<?=$url_base?>modules/cartopoint/squelettes/images/plein_ecran.png" alt="Volledig scherm tonen" />
|
185 |
</a>
|
158 |
</a>
|
Line 378... |
Line 351... |
378 |
<hr class="nettoyage"/>
|
351 |
<hr class="nettoyage"/>
|
379 |
</div>
|
352 |
</div>
|
380 |
</li>
|
353 |
</li>
|
381 |
</script>
|
354 |
</script>
|
Line 382... |
Line -... |
382 |
|
- |
|
383 |
<!-- Squelette de la liste des taxons -->
|
- |
|
384 |
<script id="tpl-taxons-liste" type="text/x-jquery-tmpl">
|
- |
|
385 |
{{each(index, taxon) taxons}}
|
- |
|
386 |
<li id="taxon-${taxon.nt}">
|
- |
|
387 |
<span class="taxon" title="Taxonnummer : ${taxon.nt} - Familie : ${taxon.famille}">
|
- |
|
388 |
${taxon.nom} <span class="nt" title="Taxonnummer">${taxon.nt}</span>
|
- |
|
389 |
</span>
|
- |
|
390 |
</li>
|
- |
|
391 |
{{/each}}
|
- |
|
392 |
</ol>
|
- |
|
Line 393... |
Line 355... |
393 |
</script>
|
355 |
|
394 |
|
356 |
|
395 |
<!-- Squelette du formulaire de contact -->
|
357 |
<!-- Squelette du formulaire de contact -->
|
396 |
<div id="tpl-form-contact" style="display:none;">
|
358 |
<div id="tpl-form-contact" style="display:none;">
|