equal
deleted
inserted
replaced
1 {% load analytics %} |
1 {% load analytics %} |
|
2 {% load i18n %} |
2 {% load static %} |
3 {% load static %} |
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}"> |
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}"> |
6 <head> |
7 <head> |
29 <li>—</li> |
30 <li>—</li> |
30 <li>Navigation par :</li> |
31 <li>Navigation par :</li> |
31 <li><a class="{% block facettes_actif %}{% endblock %}" href="{% url 'facettes' %}">Facettes</a></li> |
32 <li><a class="{% block facettes_actif %}{% endblock %}" href="{% url 'facettes' %}">Facettes</a></li> |
32 <li><a class="{% block categories_actif %}{% endblock %}" href="{% url 'categories' %}">Catégories de Wikipedia</a></li> |
33 <li><a class="{% block categories_actif %}{% endblock %}" href="{% url 'categories' %}">Catégories de Wikipedia</a></li> |
33 <li><a class="{% block thesaurus_actif %}{% endblock %}" href="{% url 'thesaurus' %}">Thésaurus</a></li> |
34 <li><a class="{% block thesaurus_actif %}{% endblock %}" href="{% url 'thesaurus' %}">Thésaurus</a></li> |
|
35 <li>—</li> |
|
36 {% if user.is_authenticated %} |
|
37 <li><a href="{% url 'profile_home' %}">{{ user.username }}</a></li> |
|
38 <li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li> |
|
39 {% else %} |
|
40 <li class="hello-user"><a href="{% url 'login' %}">{% trans "Log in" %}</a></li> |
|
41 {% endif %} |
34 </ul> |
42 </ul> |
35 <h1> |
43 <h1> |
36 <a href="{% url 'home' %}">HdA Lab</a> |
44 <a href="{% url 'home' %}">HdA Lab</a> |
37 </h1> |
45 </h1> |
38 </div> |
46 </div> |