Recomment CSS and HTML templates
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- Template: d.map.html -->
|
||||
<!-- Page: map view -->
|
||||
<html lang="fr">
|
||||
|
||||
<?php include('blocks/d.head.html'); ?>
|
||||
@@ -8,15 +8,16 @@
|
||||
|
||||
<?php include('blocks/d.nav.html'); ?>
|
||||
|
||||
<!-- <div id="advert">En cours de création<span class="dots"><span>.</span><span>.</span><span>.</span></span><br>En attendant je vous recommande <a href="https://www.refuges.info/" target="_blank">refuges.info</a></div>
|
||||
-->
|
||||
<!-- Map -->
|
||||
<div id="mapid" style="height: 100%;"></div>
|
||||
|
||||
<!-- Credits panel -->
|
||||
<div id="footer-credits" style="display: none;">
|
||||
<i class="fa fa-times close-link" aria-hidden="true"></i>
|
||||
<p><i id="map-credits"></i></p>
|
||||
</div>
|
||||
|
||||
<!-- Legend panel -->
|
||||
<div id="footer-legend" style="display: none;">
|
||||
<i class="fa fa-times close-link" aria-hidden="true"></i>
|
||||
<?php foreach($poi_types as $type) { ?>
|
||||
@@ -26,10 +27,11 @@
|
||||
|
||||
<?php include('blocks/d.footer.html'); ?>
|
||||
|
||||
<!-- Map configuration -->
|
||||
<script>
|
||||
var root = "<?=$config['rel_root_folder']?>";
|
||||
|
||||
// Icônes des POIs (déjà présentes dans ton système)
|
||||
// POI icons
|
||||
window.poi_icons = {
|
||||
<?php foreach($poi_types as $type) { ?>
|
||||
"<?=$type[3]?>": "<?=$config['views_url']?>img/<?=$type[3]?>.svg",
|
||||
|
||||
Reference in New Issue
Block a user