{% include 'overall_header.html' %} {% if not INCLUDED_LEAFLETJS %} {% INCLUDEJS '@mot_usermap/leaflet.js' %} {% INCLUDEJS '@mot_usermap/mot_usermap.js' %} {% INCLUDECSS '@mot_usermap/usermap.css' %} {% INCLUDECSS '@mot_usermap/leaflet.css' %} {% set INCLUDED_LEAFLETJS = true %} {% endif %}
{% if AUTH_USER || (POI_ENABLED && POI_SHOWTOALL) %} {% if AUTH_USER %} {# Shows the segment with search form only to authorised users if POIs are enabled for everybody #}
  • {{ lang('USERMAP_SEARCHFORM') }}
{% else %} {# The following div's are only necessary to provide valid id's for the js functions if an unauthorised user is looking at the map #}
{% endif %}
  • {{ lang('USERMAP') }}
  • {{ lang('USERMAP_LEGEND') }}
{% if AUTH_USER %}

{{ MAP_LEGEND }}

{{ lang('USERMAP_LEGEND_TEXT') }}

{{ MAP_USERS }}

{% endif %} {% if POI_ENABLED %} {% if AUTH_USER %}
{% endif %}

{{ lang('POI_LEGEND_TITLE') }}

{{ POI_LEGEND }}

{% endif %}

{{ lang('USERMAP_CREDENTIALS') }}www.geonames.org

{% else %}
  • {{ lang('USERMAP') }}
{{ lang('USERMAP_NOT_AUTHORIZED') }}
{% endif %}
{# Handover of all necessary data to the js script #} {# if POIs are enabled the following data must be handed over, too #} {% if POI_ENABLED %} {% endif %} {% include 'overall_footer.html' %}