diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-23 22:34:35 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-23 22:34:35 +0000 |
| commit | ccea45fa5494a2a89b99e0a222c16ee897884b09 (patch) | |
| tree | 5bb7708cec5051ee370989c1b053a6d58459b95f /templates/main_map.html | |
| parent | a8bdd41fd72ec1bfd4d1632274f0bc30e57fb00c (diff) | |
| download | Chimère-ccea45fa5494a2a89b99e0a222c16ee897884b09.tar.bz2 Chimère-ccea45fa5494a2a89b99e0a222c16ee897884b09.zip | |
Modification of hard link to manage then in settings. Correction of false submission of route.
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@26 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/main_map.html')
| -rw-r--r-- | templates/main_map.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index 17ad9b7..93b50f2 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -36,6 +36,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %} {% block content %}<div id='map'></div> <script type='text/javascript'><!-- var permalink_label = '{%trans "Permalink"%}'; +var extra_url = "{{extra_url}}"; var p_zoom; {%if p_zoom %}p_zoom={{p_zoom}}; var p_lat={{p_lat}}; @@ -45,5 +46,5 @@ var p_checked_categories = [{{p_checked_categories}}];{%endif%} init(); // --> </script>{% endblock %} {% block footer %} - <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "Map"%} © <a href='http://openstreetmap.org/'>OpenStreetMap</a> - {% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div> + <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "Map"%} © <a href='http://openstreetmap.org/'>OpenStreetMap</a> - {% trans "This site uses Chimère"%} - Copyright © 2008-2009 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div> {% endblock %} |
