From 0163ce586ec64fd7c71a74617b8b50187654088e Mon Sep 17 00:00:00 2001 From: "marc.nachin" Date: Wed, 12 Feb 2014 12:50:07 +0100 Subject: [PATCH] legere modif --- project/static/css/style2.css | 4 ++++ project/templates/accueil.html | 18 +++++++------- project/templates/plan.html | 1 - project/templates/side.html | 16 ++++++------- project/templates/submenu.html | 52 +++++++++++++++++++++------------------- 5 files changed, 49 insertions(+), 42 deletions(-) diff --git a/project/static/css/style2.css b/project/static/css/style2.css index 5f62431..4754c3a 100644 --- a/project/static/css/style2.css +++ b/project/static/css/style2.css @@ -129,6 +129,10 @@ nav li a{ color: #5E5E5E; } +#marquee a:hover{ + color: #911735; +} + .banner { position: relative; overflow: auto; } .banner li { list-style: none; } .banner ul li { float: left; } diff --git a/project/templates/accueil.html b/project/templates/accueil.html index 8e5fc4c..763c7e1 100644 --- a/project/templates/accueil.html +++ b/project/templates/accueil.html @@ -29,7 +29,7 @@

Mot du Directeur :

{% if mot_list %} -

{{ mot_list.0.texte|striptags|safe|truncatewords_html:70 }}

+

{{ mot_list.0.texte|safe|truncatewords_html:70 }}

{% else %}

Pas de mot du directeur

{% endif %} @@ -49,16 +49,16 @@

Suivez-nous :

{% if media_list %} {% else %}

Pas de médias sociaux

diff --git a/project/templates/plan.html b/project/templates/plan.html index 9a30485..df4f4ea 100644 --- a/project/templates/plan.html +++ b/project/templates/plan.html @@ -15,7 +15,6 @@

{% page_attribute "page_title" %}

-
Publié le {{ item.date_pub|date:"d M Y" }}
{% block Texte %} diff --git a/project/templates/side.html b/project/templates/side.html index 5c9b7e7..1a8fb72 100644 --- a/project/templates/side.html +++ b/project/templates/side.html @@ -16,16 +16,16 @@

Suivez-nous :

{% if media_list %}
    -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
{% else %}

Pas de médias sociaux

diff --git a/project/templates/submenu.html b/project/templates/submenu.html index 01487c6..6c7ca85 100644 --- a/project/templates/submenu.html +++ b/project/templates/submenu.html @@ -3,29 +3,33 @@ {% block Contenu %} -
- -
- -

{% page_attribute "page_title" %}

- {% block Texte %} - {% placeholder Texte %} - {% endblock %} + +
-
    - {% show_sub_menu 1 %} -
+ +
+ + +
+ {% show_breadcrumb %} +
-
- -
- - {% block BlocActualites %} - {% include "actualite.html" %} - {% endblock BlocActualites %} - -
- -
- -{% endblock Contenu %} \ No newline at end of file +

{% page_attribute "page_title" %}

+ +
+ {% block Texte %} + {% placeholder Texter%} + {% endblock %} + +
    + {% show_sub_menu 1 %} +
+
+ +
+ + {% include "side.html" %} + +
+ +{% endblock %} \ No newline at end of file -- 1.7.10.4