summaryrefslogtreecommitdiff
path: root/templates/main_map.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2008-11-23 22:37:53 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2008-11-23 22:37:53 +0000
commit4f3c2faf2844c23167c6b79cc6536b7257356d7b (patch)
tree91787bb07bbd3a978430502e97adae7c9fb1bad4 /templates/main_map.html
parent6f97020d6b56f19d37a0941b299e68b2e8837d68 (diff)
downloadChimère-4f3c2faf2844c23167c6b79cc6536b7257356d7b.tar.bz2
Chimère-4f3c2faf2844c23167c6b79cc6536b7257356d7b.zip
Displaying details differently. Adding a news system.
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@3 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/main_map.html')
-rw-r--r--templates/main_map.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/main_map.html b/templates/main_map.html
index 3f43131..df422ee 100644
--- a/templates/main_map.html
+++ b/templates/main_map.html
@@ -12,10 +12,8 @@
</ul>
</form>
</div>
-<div id='detail'>
-<h2>{% trans "Detail" %}</h2>
-<div id='detail_content'>
-</div>
+<div id='detail'{% if detail_content%} style="display:block;"{% endif %}>
+{{ detail_content }}
</div>{% endblock %}
{% block content %}<div id='map'></div>
<script type='text/javascript'><!--