diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2008-11-24 19:16:20 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2008-11-24 19:16:20 +0000 |
| commit | db8e84ed8da6ffdb45c22b72d8fd890d80187323 (patch) | |
| tree | ced66810336def6b1e38d9782f091360b8f86dc8 /templates/main_map.html | |
| parent | 6990a6a363f8bbf0aeca40a4b57865d4556ef349 (diff) | |
| download | Chimère-db8e84ed8da6ffdb45c22b72d8fd890d80187323.tar.bz2 Chimère-db8e84ed8da6ffdb45c22b72d8fd890d80187323.zip | |
Update of styles - Changing (again) the way details are displayed
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@5 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/main_map.html')
| -rw-r--r-- | templates/main_map.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index df422ee..c7b9e2f 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -12,10 +12,13 @@ </ul> </form> </div> -<div id='detail'{% if detail_content%} style="display:block;"{% endif %}> -{{ detail_content }} -</div>{% endblock %} +<div id='detail'> +</div> +{{welcome}}{% endblock %} {% block content %}<div id='map'></div> <script type='text/javascript'><!-- init(); // --> </script>{% endblock %} +{% block footer %} + <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div> +{% endblock %} |
