diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-20 13:15:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | e5127e8fd6b1263a4c5f99ca2a648662aa220464 (patch) | |
tree | 2b5e55312643f6ba0348613fb4dafbfa67b51b2d /ishtar_common/templates/base.html | |
parent | b24b243b837624a858eb2a316e37ad5c7e038397 (diff) | |
download | Ishtar-e5127e8fd6b1263a4c5f99ca2a648662aa220464.tar.bz2 Ishtar-e5127e8fd6b1263a4c5f99ca2a648662aa220464.zip |
Map: manage controls (scaleline, fullscreen, overview, track position) - track position
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 29eb17ae6..7807769e5 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -63,8 +63,12 @@ var item_list_msg = "{% trans "Item list" %}"; var autorefresh_message_start = "{% trans 'Autorefresh start. The form is disabled.' %}"; var autorefresh_message_end = "{% trans 'Autorefresh end. The form is re-enabled.' %}"; + var track_me_msg = "{% trans "Geolocalize me" %}"; + var geoloc_activated_msg = "{% trans "Geolocation activated" %}"; + var geoloc_disabled_msg = "{% trans "Geolocation disabled" %}"; </script> {% endcompress %} + <link rel="stylesheet" href="{{STATIC_URL}}ol/ol.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}bootstrap/bootstrap.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}font-awesome/css/font-awesome.min.css?ver={{VERSION}}"> {% compress css %} @@ -74,7 +78,6 @@ href="{{STATIC_URL}}datatables/datatables.min.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}datatables/dataTables.bootstrap4.min.css?ver={{VERSION}}"> <link type="text/css" rel="stylesheet" href="{{STATIC_URL}}lightgallery/css/lightgallery.css?ver={{VERSION}}"> - <link rel="stylesheet" href="{{STATIC_URL}}ol/ol.css?ver={{VERSION}}"> <link rel="stylesheet" href="{{STATIC_URL}}media/styles.css?ver={{VERSION}}"> {% for url_css in JQGRID_CSS %}<link rel="stylesheet" href="{{url_css}}?ver={{VERSION}}">{% endfor %} {{EXTRA_CSS|safe}} |