diff options
Diffstat (limited to 'templates/chimere/main_map.html')
| -rw-r--r-- | templates/chimere/main_map.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html index a14ea3f..38c4bbe 100644 --- a/templates/chimere/main_map.html +++ b/templates/chimere/main_map.html @@ -24,6 +24,8 @@ {% block sidebar %} <div class='sidebar-handler' id='sidebar-handler-hide'> </div> + {% comment %} + <!-- SUPPRIME POUR LA VUE MOBILE <div id='action-panel'> <ul id='map-actions' class='action'> <li id='action-categories' class='state-active'> @@ -45,6 +47,8 @@ </li> </ul> </div> + FIN SUPPRESSION POUR LA VUE --> + {% endcomment %} <div id='panel'> <div id='map-panel'> <form action='.' method='post' name='frm_categories' id='frm_categories'> @@ -62,10 +66,14 @@ </div> </div> </div> + {% comment %} + <!-- SUPPRIME POUR LA VUE MOBILE <div class='footer' id='footer-panel'> {% if contact_email %}<a href='mailto:{{contact_email}}' id='contactus'>{% trans "contact us" %}</a> | {% endif %} <a href='{% url chimere:extra_page '' 'legal' %}' id='page-legal' class='dyn-page'>{% trans "terms of service, credits" %}</a> </div> + FIN SUPPRESSION POUR LA VUE --> + {% endcomment %} {% endblock %} {% block content %} <div id='category_description'> |
