Server IP : 85.214.239.14 / Your IP : 13.58.28.53 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /srv/modoboa/env/lib/python3.5/site-packages/django/contrib/gis/templates/gis/admin/ |
Upload File : |
{% block extrastyle %} {% load i18n static %}{% get_current_language_bidi as LANGUAGE_BIDI %} <style type="text/css"> #{{ id }}_map { width: {{ map_width }}px; height: {{ map_height }}px; } #{{ id }}_map .aligned label { float:inherit; } #{{ id }}_admin_map { position: relative; vertical-align: top; float: {{ LANGUAGE_BIDI|yesno:"right,left" }}; } {% if not display_wkt %}#{{ id }} { display: none; }{% endif %} .olControlEditingToolbar .olControlModifyFeatureItemActive { background-image: url("{% static "admin/img/gis/move_vertex_on.svg" %}"); background-repeat: no-repeat; } .olControlEditingToolbar .olControlModifyFeatureItemInactive { background-image: url("{% static "admin/img/gis/move_vertex_off.svg" %}"); background-repeat: no-repeat; } </style> <!--[if IE]> <style type="text/css"> /* This fixes the mouse offset issues in IE. */ #{{ id }}_admin_map { position: static; vertical-align: top; } /* `font-size: 0` fixes the 1px border between tiles, but borks LayerSwitcher. Thus, this is disabled until a better fix is found. #{{ id }}_map { width: {{ map_width }}px; height: {{ map_height }}px; font-size: 0; } */ </style> <![endif]--> {% endblock %} <span id="{{ id }}_admin_map"> <script type="text/javascript"> //<![CDATA[ {% block openlayers %}{% include "gis/admin/openlayers.js" %}{% endblock %} //]]> </script> <div id="{{ id }}_map"{% if LANGUAGE_BIDI %} dir="ltr"{% endif %}></div> {% if editable %} <a href="javascript:{{ module }}.clearFeatures()">{% trans "Delete all Features" %}</a> {% endif %} {% if display_wkt %}<p>{% trans "WKT debugging window:" %} </p>{% endif %} <textarea id="{{ id }}" class="vWKTField required" cols="150" rows="10" name="{{ name }}">{{ wkt }}</textarea> <script type="text/javascript">{% block init_function %}{{ module }}.init();{% endblock %}</script> </span>