summaryrefslogtreecommitdiff
path: root/chimere/templates/base_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/base_user.html')
-rw-r--r--chimere/templates/base_user.html38
1 files changed, 5 insertions, 33 deletions
diff --git a/chimere/templates/base_user.html b/chimere/templates/base_user.html
index 67208b8..da0ecf3 100644
--- a/chimere/templates/base_user.html
+++ b/chimere/templates/base_user.html
@@ -1,41 +1,13 @@
{% extends "base.html" %}
{% load i18n %}
{# to customize your base Chimère template add codes between the following blocks #}
-{# title of the map #}{% block title %}Carte OuVerte - Vivre et consommer autrement{% endblock %}
-{# head of the document #}{% block head %}<link rel="shortcut icon" href="http://rennes.carte-ouverte.org/static/icons/favicon.ico" type="image/x-icon" />{% endblock %}
+{# title of the map #}{% block title %}{% endblock %}
+{# head of the document #}{% block head %}{% endblock %}
{# top of the page before the tabs #}{% block top %}{% endblock %}
-{# message block displayed on the map #}{% block message_map %}
-<!--[if lte IE 6]><div id='iewarning'>Le navigateur web que vous utilisez semble obsolète (version d'Internet Explorer inférieure à 7). La Carte OuVerte n'est pas compatible avec ce logiciel. Pour accéder à ce site, veuillez mettre votre navigateur à jour, sinon pourquoi ne pas essayer un équivalent libre, fiable, sécurisé comme <a href='http://mozilla-europe.org/fr/firefox/'>Mozilla Firefox</a> ?</div><![endif]-->
-<div id='logos'>
-<ul>
-<li><a href='http://www.greenmap.org/'><img src='http://rennes.carte-ouverte.org/static/upload/logos/green_map.png' alt='Green Map System'/></a></li>
-</ul>
-<ul>
-<li><a href='http://www.mce-info.org'><img src='http://rennes.carte-ouverte.org/static/upload/logos/mce.png' alt='MCE'/></a></li>
-</ul>
-<ul>
-<li><a href="http://www.mce-info.org/fr/associations-adherentes/fiche.php?id=38"><img src="http://rennes.carte-ouverte.org/static/upload/logos/bretagne-vivante.jpeg" alt="Bretagne-Vivante"></a></li>
-<li><a href="http://www.mce-info.org/fr/associations-adherentes/fiche.php?id=40"><img src="http://rennes.carte-ouverte.org/static/upload/logos/CLCV.png" alt="CLCV"></a></li>
-<li><a href="http://www.mce-info.org/fr/associations-adherentes/fiche.php?id=42"><img src="http://rennes.carte-ouverte.org/static/upload/logos/greenpeace.jpeg" alt="Greenpeace"></a></li>
-<li><a href="http://www.mce-info.org/fr/associations-adherentes/fiche.php?id=43"><img src="http://rennes.carte-ouverte.org/static/upload/logos/gulliver.jpeg" alt="Gulliver"></a></li>
-<li><a href="http://www.mce-info.org/fr/associations-adherentes/fiche.php?id=44"><img src="http://rennes.carte-ouverte.org/static/upload/logos/indecosa-cgt.jpeg" alt="Indecosa-CGT"></a></li>
-<li><a href="http://www.espacepieton.org/EspaceP/index.html"><img src="http://rennes.carte-ouverte.org/static/upload/logos/espace_pieton.jpg" alt="Espace piéton"></a></li>
-<li><a href="http://www.mce-info.org/fr/associations-adherentes/fiche.php?id=46"><img src="http://rennes.carte-ouverte.org/static/upload/logos/rayonsdaction.jpeg" alt="Rayons d'action"></a></li>
-</ul>
-</div>{% endblock %}
-{# message block displayed on the edit pages #}{% block message_edit %}<div class='warning'>
-<p>En proposant un nouvel élément vous allez enrichir la Carte OuVerte avec des données libres.
-En effet, une fois validée, votre contribution sera disponible pour que chacun puisse la copier,
-la partager, la modifier selon les termes de la licence
-<a href='http://creativecommons.org/licenses/by/2.0/fr/'>Creative Commons paternité</a>.
-Pour cela, notamment pour ce qui concerne les photos, merci de nous faire partager des éléments
-dont vous êtes l'auteur ou assurez-vous que l'auteur est d'accord avec ce type de distribution.</p>
-<p>Merci pour votre contribution au projet !</p></div>{% endblock %}
+{# message block displayed on the map #}{% block message_map %}{% endblock %}
+{# message block displayed on the edit pages #}{% block message_edit %}{% endblock %}
{# top of the page after the tabs #}{% block sidebar %}{% endblock %}
{# main part of the page #}{% block content %}{% endblock %}
{# bottom of the page before the footer #}{% block bottom %}{% endblock %}
{# inside the footer - please leave bloc.super it shows the Chimère copyright #}
-{% block footer %}Contributions disponibles sous licence
-<a href='http://creativecommons.org/licenses/by/2.0/fr/'>Creative Commons paternité</a>
- - Icones, logo Green Map © <a href='http://www.greenmap.org/greenhouse/en/about'>Green Map System</a>
- - {{ block.super }}{% endblock %}
+{% block footer %}{{ block.super }}{% endblock %}