diff options
Diffstat (limited to 'templates/chimere/blocks')
| -rw-r--r-- | templates/chimere/blocks/actions.html | 27 | ||||
| -rw-r--r-- | templates/chimere/blocks/page_title.html | 12 |
2 files changed, 8 insertions, 31 deletions
diff --git a/templates/chimere/blocks/actions.html b/templates/chimere/blocks/actions.html index dca7fc7..be7f6bd 100644 --- a/templates/chimere/blocks/actions.html +++ b/templates/chimere/blocks/actions.html @@ -1,26 +1 @@ -{% load i18n chimere_tags %} - <div id="topbar"> - <ul id='action' class='action'> - <li id='action-carte' class='state-active'> - {% trans "Map" %} - </li> - <li id='action-participate'> - {% trans "Participate" %} - </li> - </ul> - <ul id='action-2' class='action'> - <li id='action-news'> - {% trans "News" %} - </li> - <li id='action-project' class='dyn-page'> - <a href='{% url chimere:extra_page "" "project"%}'>{% trans "The project" %}</a> - </li> - </ul> - <ul id='action-3' class='action'> - <li class='print-page'><a href='#'>{% trans "Print"%}</a></li> - <li class='share-list'> - {% share_bar %} - </li> - {%comment%}<li class='help-page'><a href='#'>{% trans "Help"%}</a></li>{%endcomment%} - </ul> - </div> +<!-- SUPPRIME POUR VUE MOBILE -->
\ No newline at end of file diff --git a/templates/chimere/blocks/page_title.html b/templates/chimere/blocks/page_title.html index f068b97..785299a 100644 --- a/templates/chimere/blocks/page_title.html +++ b/templates/chimere/blocks/page_title.html @@ -1,5 +1,7 @@ -{% load i18n %} - <div id='page_title'> - <h1>Carte OuVerte</h1> - <h2>du plateau de saclay</h2> - </div> +{% load i18n %}
+<!-- SUPPRIME POUR VUE MOBILE
+ <div id='page_title'>
+ <h1>Carte OuVerte</h1>
+ <h2>du plateau de saclay</h2>
+ </div>
+-->
\ No newline at end of file |
