summaryrefslogtreecommitdiff
path: root/chimere/templates/base_user.html
blob: 67208b806ccc96f738a0f367824bb626fb4abc78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{% 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 %}
{# 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 %}
{# 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 %}