diff options
Diffstat (limited to 'chimere/templates/main_map_simple.html')
| -rw-r--r-- | chimere/templates/main_map_simple.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chimere/templates/main_map_simple.html b/chimere/templates/main_map_simple.html new file mode 100644 index 0000000..d43436e --- /dev/null +++ b/chimere/templates/main_map_simple.html @@ -0,0 +1,20 @@ +{% extends "main_map.html" %} +{% load i18n %} +{% block bodyhead %}<body class='simple'>{% endblock %} +{% block actions %}{% endblock %} +{% block message_edit %}{% endblock %} +{% block sidebar %} +<div id='panel'><a href='#' onclick='showHide("categories")'> +<h2>{% trans "Topics"%}</h2></a> +<form method='post' name='frm_categories' id='frm_categories'> +<div id='categories' name='categories'> +{{categories|safe}} +</div> +</form> +</div> +{% endblock %} +{% block content %}<script type='text/javascript'><!-- +var simple = true; +// --> </script> +{{ block.super }} +{% endblock %} |
