Loading django/contrib/gis/templates/gis/admin/openlayers.html +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ </script> <div id="{{ id }}_map"{% if LANGUAGE_BIDI %} dir="ltr"{% endif %}></div> {% if editable %} <a href="javascript:{{ module }}.clearFeatures()">Delete all Features</a> <a href="javascript:{{ module }}.clearFeatures()">{% trans "Delete all Features" %}</a> {% endif %} {% if display_wkt %}<p> WKT debugging window:</p>{% 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> django/contrib/gis/templates/gis/google/google-map.html +2 −2 Original line number Diff line number Diff line <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> {% load i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" {{ gmap.xmlns }}> <head> <title>{% block title %}Google Maps via GeoDjango{% endblock %}</title> <title>{% block title %}{% trans "Google Maps via GeoDjango" %}{% endblock %}</title> {{ gmap.style }} {{ gmap.scripts }} </head> Loading django/contrib/gis/templates/gis/openlayers.html +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ <div id="{{ id }}_div_map"> <div id="{{ id }}_map"></div> <span class="clear_features"><a href="javascript:{{ module }}.clearFeatures()">Delete all Features</a></span> {% if display_raw %}<p>Debugging window (serialized value):</p>{% endif %} <span class="clear_features"><a href="javascript:{{ module }}.clearFeatures()">{% trans "Delete all Features" %}</a></span> {% if display_raw %}<p>{% trans "Debugging window (serialized value)" %}</p>{% endif %} <textarea id="{{ id }}" class="vSerializedField required" cols="150" rows="10" name="{{ name }}">{{ serialized }}</textarea> <script type="text/javascript"> {% block map_options %}var map_options = {};{% endblock %} Loading Loading
django/contrib/gis/templates/gis/admin/openlayers.html +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ </script> <div id="{{ id }}_map"{% if LANGUAGE_BIDI %} dir="ltr"{% endif %}></div> {% if editable %} <a href="javascript:{{ module }}.clearFeatures()">Delete all Features</a> <a href="javascript:{{ module }}.clearFeatures()">{% trans "Delete all Features" %}</a> {% endif %} {% if display_wkt %}<p> WKT debugging window:</p>{% 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>
django/contrib/gis/templates/gis/google/google-map.html +2 −2 Original line number Diff line number Diff line <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> {% load i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" {{ gmap.xmlns }}> <head> <title>{% block title %}Google Maps via GeoDjango{% endblock %}</title> <title>{% block title %}{% trans "Google Maps via GeoDjango" %}{% endblock %}</title> {{ gmap.style }} {{ gmap.scripts }} </head> Loading
django/contrib/gis/templates/gis/openlayers.html +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ <div id="{{ id }}_div_map"> <div id="{{ id }}_map"></div> <span class="clear_features"><a href="javascript:{{ module }}.clearFeatures()">Delete all Features</a></span> {% if display_raw %}<p>Debugging window (serialized value):</p>{% endif %} <span class="clear_features"><a href="javascript:{{ module }}.clearFeatures()">{% trans "Delete all Features" %}</a></span> {% if display_raw %}<p>{% trans "Debugging window (serialized value)" %}</p>{% endif %} <textarea id="{{ id }}" class="vSerializedField required" cols="150" rows="10" name="{{ name }}">{{ serialized }}</textarea> <script type="text/javascript"> {% block map_options %}var map_options = {};{% endblock %} Loading