{% include 'overall_header.html' %} {% INCLUDECSS '@mot_usermap/mot_usermap_acp.css' %} {% if not INCLUDED_USERMAP_ACP %} {% INCLUDEJS '@mot_usermap/mot_usermap_acp.js' %} {% set INCLUDED_USERMAP_ACP = true %} {% endif %} {% import "acp_mot_usermap_macro.html" as forms %} {% set switch_type = TOGGLECTRL_TYPE ?? 'toggle' %}
{{ lang('ACP_USERMAP_POI_EXPLAIN') }}
{{ lang('ACP_USERMAP_POI_NAME') }} | {{ lang('ACP_USERMAP_POI_POPUP') }} | {{ lang('ACP_USERMAP_POI_LAYER') }} | {{ lang('ACP_USERMAP_POI_ICON') }} {{ lang('ACP_USERMAP_POI_SIZE') }} {{ lang('ACP_USERMAP_POI_ANCHOR') }} |
{{ lang('ACP_USERMAP_DATABASE_LAT') }} {{ lang('ACP_USERMAP_DATABASE_LNG') }} |
{{ lang('ACP_USERMAP_POI_CREATOR') }} | {{ lang('OPTIONS') }} |
---|---|---|---|---|---|---|
{{ poi.NAME }} | {{ poi.POPUP }} | {{ poi.LAYER }} | {{ poi.ICON }} {{ poi.SIZE }} {{ poi.ANCHOR }} |
{{ poi.LAT }} {{ poi.LNG }} |
{{ poi.CREATOR }} | {{ ICON_EDIT }} {{ ICON_DELETE }} |
{{ lang('ACP_USERMAP_DATABASE_NOENTRY') }} |
{{ USERMAP_VERSION }}
{% if !NEW_POI || ACP_USERMAP_POPUP_PREVIEW %} {% endif %} {% include 'overall_footer.html' %}