src/hdalab/templates/base.html
changeset 387 f52a0abff76b
parent 374 ad92df04d9ab
child 399 44d627c3a9fb
--- a/src/hdalab/templates/base.html	Wed Dec 10 11:37:32 2014 +0100
+++ b/src/hdalab/templates/base.html	Wed Dec 10 11:46:15 2014 +0100
@@ -14,7 +14,7 @@
 
 {% block css_import %}
         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/common.css' %}" />
-        <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/head.css' %}" />
+        <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/header.css' %}" />
         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/footer.css' %}" />
 {% endblock %}
 
@@ -24,9 +24,6 @@
     </head>
     <body>
 {% block header %}
-		<div id="topnav">
-			<img src="{% static 'hdalab/img/topnav.jpg' %}" alt="" style="display:block;margin:0 auto;">
-		</div>
 		<header id="header">
 			
 			<div class="top">
@@ -43,6 +40,7 @@
 							<li class="{% block categories_actif %}{% endblock %}"><a href="{% url 'categories' %}">Catégories de Wikipedia</a></li>
 							<li class="{% block thesaurus_actif %}{% endblock %}"><a href="{% url 'thesaurus' %}">Thésaurus</a></li>
 							<li class="{% block renkans_actif %}{% endblock %}"><a href="{% url 'renkan_public_list' %}">Renkan</a></li>
+							<li class="external"><a href="http://www.histoiredesarts.culture.fr/" target="_blank">Histoire des Arts</a></li>
 
 						</ul>
 						<ul id="menu" class="profile">
@@ -50,7 +48,7 @@
 	                			<li class="{% block profile_actif %}{% endblock %}"><a href="{% url 'profile_home' %}">{{ user.username }}</a></li>
 	                			<li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li>
 	              			{% else %}
-	                			<li class="hello-user"><a href="{% url 'login' %}">{% trans "Log in" %}</a></li>
+	                			<li class="{% block login_actif %}{% endblock %}"><a href="{% url 'login' %}">{% trans "Log in" %}</a></li>
 	              			{% endif %}
 						</ul>
 					</div>
@@ -73,13 +71,10 @@
 			<div class="nav">
 				<div class="row">
 					<ul>
-						<li><a href="#">Partenaires</a></li>
-						<li><a href="#">Lettres infos</a></li>
-						<li><a href="#">Data culture</a></li>
+						<li><a href="#">A Propos</a></li>
+						<li><a href="#">Crédits</a></li>
 						<li><a href="#">Mentions légales</a></li>
-						<li><a href="#">Accessibilité</a></li>
-						<li><a href="#">Plan du site</a></li>
-						<li><a href="#">Open search</a></li>
+						<li><a href="#">Contact</a></li>
 					</ul>
 				</div>
 			</div>