Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
21ffbb06
Kaydet (Commit)
21ffbb06
authored
Mar 14, 2015
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #24480 -- Marked strings in contrib.gis templates for translation.
üst
34fb9091
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
openlayers.html
django/contrib/gis/templates/gis/admin/openlayers.html
+2
-2
google-map.html
django/contrib/gis/templates/gis/google/google-map.html
+2
-2
openlayers.html
django/contrib/gis/templates/gis/openlayers.html
+2
-2
No files found.
django/contrib/gis/templates/gis/admin/openlayers.html
Dosyayı görüntüle @
21ffbb06
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
</script>
</script>
<div
id=
"{{ id }}_map"
{%
if
LANGUAGE_BIDI
%}
dir=
"ltr"
{%
endif
%}
></div>
<div
id=
"{{ id }}_map"
{%
if
LANGUAGE_BIDI
%}
dir=
"ltr"
{%
endif
%}
></div>
{% if editable %}
{% if editable %}
<a
href=
"javascript:{{ module }}.clearFeatures()"
>
Delete all Features
</a>
<a
href=
"javascript:{{ module }}.clearFeatures()"
>
{% trans "Delete all Features" %}
</a>
{% endif %}
{% 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>
<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>
<script
type=
"text/javascript"
>
{
%
block
init_function
%
}{{
module
}}.
init
();{
%
endblock
%
}
</script>
</span>
</span>
django/contrib/gis/templates/gis/google/google-map.html
Dosyayı görüntüle @
21ffbb06
<!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
}}
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
{{
gmap
.
xmlns
}}
>
<head>
<head>
<title>
{% block title %}
Google Maps via GeoDjango
{% endblock %}
</title>
<title>
{% block title %}
{% trans "Google Maps via GeoDjango" %}
{% endblock %}
</title>
{{ gmap.style }}
{{ gmap.style }}
{{ gmap.scripts }}
{{ gmap.scripts }}
</head>
</head>
...
...
django/contrib/gis/templates/gis/openlayers.html
Dosyayı görüntüle @
21ffbb06
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
<div
id=
"{{ id }}_div_map"
>
<div
id=
"{{ id }}_div_map"
>
<div
id=
"{{ id }}_map"
></div>
<div
id=
"{{ id }}_map"
></div>
<span
class=
"clear_features"
><a
href=
"javascript:{{ module }}.clearFeatures()"
>
Delete all Features
</a></span>
<span
class=
"clear_features"
><a
href=
"javascript:{{ module }}.clearFeatures()"
>
{% trans "Delete all Features" %}
</a></span>
{% if display_raw %}
<p>
Debugging window (serialized value):
</p>
{% endif %}
{% 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>
<textarea
id=
"{{ id }}"
class=
"vSerializedField required"
cols=
"150"
rows=
"10"
name=
"{{ name }}"
>
{{ serialized }}
</textarea>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
{
%
block
map_options
%
}
var
map_options
=
{};{
%
endblock
%
}
{
%
block
map_options
%
}
var
map_options
=
{};{
%
endblock
%
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment