{% 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') }}

{{ lang('ACP_USERMAP_POI_EXPLAIN') }}

{{ lang('ACP_USERMAP_POI_DATA') }}

{{ lang('ACP_USERMAP_SELECT_POI_LAYER') ~ lang('COLON') }} {{ S_FORM_TOKEN }}
{% if pagination %} {% endif %} {% for poi in poi %} {% else %} {% endfor %}
{{ 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') }}
{% if pagination %} {% endif %} {% if NEW_POI %}

{{ lang('ACP_USERMAP_POI_NEW') }}

{% else %}

{{ lang('ACP_USERMAP_POI_EDIT') }}

{% endif %} {# set this variable to enable display of URL bbcode #} {% if not S_LINKS_ALLOWED %} {% set S_LINKS_ALLOWED_ORIG = S_LINKS_ALLOWED %} {% set S_LINKS_ALLOWED = true %} {% endif %}

{{ lang('ACP_USERMAP_POI_NAME_EXP') }}

{{ lang('ACP_USERMAP_POI_POPUP_EXP') }}

{% include('acp_posting_buttons.html') %}


{{ PREVIEW_TEXT }}

{{ lang('ACP_USERMAP_POI_LAYER_EXP') }}

{{ lang('ACP_USERMAP_POI_VISIBLE_EXP') }}

{{ forms.switch('mot_usermap_show_poi', !ACP_USERMAP_SHOW_POI, switch_type) }}

{{ lang('ACP_USERMAP_POI_ICON_EXP') }}

{{ lang('ACP_USERMAP_POI_SIZE_EXP') }}

{{ lang('ACP_USERMAP_POI_ANCHOR_EXP') }}


{{ lang('ACP_USERMAP_LAT_EXP') }}

{{ lang('ACP_USERMAP_LON_EXP') }}


{{ S_FORM_TOKEN }}
{# if this variable was originally set to false we have to set it to this state again #} {% if not S_LINKS_ALLOWED_ORIG %} {% set S_LINKS_ALLOWED = false %} {% endif %}

{{ USERMAP_VERSION }}

{% if !NEW_POI || ACP_USERMAP_POPUP_PREVIEW %} {% endif %} {% include 'overall_footer.html' %}