# HG changeset patch # User cavaliet # Date 1383046880 -3600 # Node ID 3cf9e6bd988fffeba4de5516a8bba8923cb6a880 # Parent d3d6f0289c8fb92e1d385bc3fac5eba7ac42305d enhance front links and little optimisation diff -r d3d6f0289c8f -r 3cf9e6bd988f .hgignore --- a/.hgignore Mon Oct 28 17:59:08 2013 +0100 +++ b/.hgignore Tue Oct 29 12:41:20 2013 +0100 @@ -7,4 +7,6 @@ syntax: regexp ^sbin/sync/config\.py$ syntax: regexp -^virtualenv/web/project-boot\.py$ \ No newline at end of file +^virtualenv/web/project-boot\.py$ +syntax: regexp +^src/jocondelab/modwsgi\.wsgi$ \ No newline at end of file diff -r d3d6f0289c8f -r 3cf9e6bd988f src/jocondelab/static/jocondelab/css/front-common.css --- a/src/jocondelab/static/jocondelab/css/front-common.css Mon Oct 28 17:59:08 2013 +0100 +++ b/src/jocondelab/static/jocondelab/css/front-common.css Tue Oct 29 12:41:20 2013 +0100 @@ -77,6 +77,9 @@ a:hover { text-decoration: underline; color: #800000; } +.no-over:hover { + text-decoration: none; color: inherit; +} b, .bold { font-weight: 800; diff -r d3d6f0289c8f -r 3cf9e6bd988f src/jocondelab/templates/jocondelab/front_about.html --- a/src/jocondelab/templates/jocondelab/front_about.html Mon Oct 28 17:59:08 2013 +0100 +++ b/src/jocondelab/templates/jocondelab/front_about.html Tue Oct 29 12:41:20 2013 +0100 @@ -3,7 +3,7 @@ {% block title %}JocondeLab » {% trans 'À propos' %}{% endblock %} -{% block breadcrumbs %}{% trans 'À propos' %}{% endblock %} +{% block breadcrumbs %}{% trans 'À propos' %}{% endblock %} {% block main %} diff -r d3d6f0289c8f -r 3cf9e6bd988f src/jocondelab/templates/jocondelab/front_credits.html --- a/src/jocondelab/templates/jocondelab/front_credits.html Mon Oct 28 17:59:08 2013 +0100 +++ b/src/jocondelab/templates/jocondelab/front_credits.html Tue Oct 29 12:41:20 2013 +0100 @@ -8,7 +8,7 @@ {% block title %}JocondeLab » {% trans 'Crédits' %}{% endblock %} -{% block breadcrumbs %}{% trans 'Crédits' %}{% endblock %} +{% block breadcrumbs %}{% trans 'Crédits' %}{% endblock %} {% block main %} diff -r d3d6f0289c8f -r 3cf9e6bd988f src/jocondelab/templates/jocondelab/front_describe.html --- a/src/jocondelab/templates/jocondelab/front_describe.html Mon Oct 28 17:59:08 2013 +0100 +++ b/src/jocondelab/templates/jocondelab/front_describe.html Tue Oct 29 12:41:20 2013 +0100 @@ -3,7 +3,7 @@ {% block title %}JocondeLab » {% trans "Contribuer" %}{% endblock %} {% url 'front_about' as url %} -{% block breadcrumbs %}{% trans "Contribuer" %}{% endblock %} +{% block breadcrumbs %}{% trans "Contribuer" %}{% endblock %} {% block main %}
{% trans "Tout savoir sur l'expérimentation JocondeLab." %}
{% trans "Découvrez le monde à travers les collections des musées de France." %}
{% trans "Découvrez les collections des musées de France au fil du temps (période ou date précise)." %}
{% trans "Choisissez un artiste, un sujet représenté, un domaine ou une époque d'un simple clic." %}
{% trans "Aidez-nous à décrire le sujet d'une œuvre à l'aide de Wikipédia." %}
Les travaux des étudiants des Gobelins
{% blocktrans %}Travaux d'étudiants{% endblocktrans %} (à venir)
+ +{% endblock %} \ No newline at end of file diff -r d3d6f0289c8f -r 3cf9e6bd988f src/jocondelab/templates/jocondelab/front_termlist.html --- a/src/jocondelab/templates/jocondelab/front_termlist.html Mon Oct 28 17:59:08 2013 +0100 +++ b/src/jocondelab/templates/jocondelab/front_termlist.html Tue Oct 29 12:41:20 2013 +0100 @@ -13,7 +13,7 @@ {% block title %}JocondeLab » {% trans 'Mots-clés' %}{% endblock %} -{% block breadcrumbs %}{% trans 'Mots-clés' %}{% endblock %} +{% block breadcrumbs %}{% trans 'Mots-clés' %}{% endblock %} {% block main %} diff -r d3d6f0289c8f -r 3cf9e6bd988f src/jocondelab/templates/jocondelab/front_timeline.html --- a/src/jocondelab/templates/jocondelab/front_timeline.html Mon Oct 28 17:59:08 2013 +0100 +++ b/src/jocondelab/templates/jocondelab/front_timeline.html Tue Oct 29 12:41:20 2013 +0100 @@ -22,7 +22,7 @@ {% block title %}JocondeLab » {% trans 'Chronologie' %}{% endblock %} -{% block breadcrumbs %}{% trans 'Chronologie' %}{% endblock %} +{% block breadcrumbs %}{% trans 'Chronologie' %}{% endblock %} {% block main %}