summaryrefslogtreecommitdiff
path: root/templates/main_map.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main_map.html')
-rw-r--r--templates/main_map.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/main_map.html b/templates/main_map.html
index 882e0f2..164d0ae 100644
--- a/templates/main_map.html
+++ b/templates/main_map.html
@@ -17,6 +17,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %}
<img alt='{{sub_category.name}}' src='{{media_path}}{{sub_category.icon.image}}'/>
{% trans sub_category.name %}</label>
<img class='zoom_image' alt='{% trans "Zoom to" %} {{sub_category.name}}' src='{{media_path}}icons/zoom.png' onclick='zoomToCategory({{sub_category.id}})'/></li>{% endfor %}
+ {%if category.description%}<li><a href='#' onclick='displayCategoryDetail({{category.id}});'>{%trans "Tell me more..."%}</a></li>{%endif%}
</ul>
</li>{% endfor %}
<li id='display_submited'><input type='checkbox' onclick='loadGeoObjects()' name='display_submited' id='display_submited_check'/> {% trans "Display markers and routes waiting for validation"%}</li>
@@ -32,6 +33,9 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %}
<div id='detail'>
</div>
+<div id='category_detail'>
+</div>
+
{{welcome}}{% endblock %}
{% block content %}<div id='map'></div>
<script type='text/javascript'><!--