| author | ymh <ymh.work@gmail.com> |
| Thu, 02 Apr 2015 02:02:51 +0200 | |
| changeset 608 | d1eb7acb5b84 |
| parent 585 | 7d3adb87b8f7 |
| child 627 | 3fd558fa38b1 |
| permissions | -rw-r--r-- |
| 170 | 1 |
{% load analytics %} |
| 293 | 2 |
{% load i18n %} |
|
279
177b508612f4
add, configure and correct hdalab to installed apps
cavaliet
parents:
272
diff
changeset
|
3 |
{% load static %} |
| 135 | 4 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
5 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
6 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}"> |
|
| 131 | 7 |
<head> |
8 |
<meta charset="utf-8" /> |
|
| 546 | 9 |
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> |
| 131 | 10 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 135 | 11 |
<meta http-equiv="content-language" content="{{LANGUAGE_CODE}}" /> |
| 546 | 12 |
<link rel="SHORTCUT ICON" href="{% static 'hdalab/img/favicon.ico' %}" /> |
| 131 | 13 |
<title>{% block title %}HdA Lab{% endblock %}</title> |
14 |
||
15 |
{% block css_import %} |
|
|
279
177b508612f4
add, configure and correct hdalab to installed apps
cavaliet
parents:
272
diff
changeset
|
16 |
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/common.css' %}" /> |
| 387 | 17 |
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/header.css' %}" /> |
| 374 | 18 |
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/footer.css' %}" /> |
| 131 | 19 |
{% endblock %} |
20 |
||
21 |
{% block js_import %} |
|
|
288
0bb9c29cd41d
renkan first step : link, views and get put for json
cavaliet
parents:
280
diff
changeset
|
22 |
<script src="{% static 'hdalab/lib/jquery.min.js' %}"></script> |
| 131 | 23 |
{% endblock %} |
24 |
</head> |
|
25 |
<body> |
|
26 |
{% block header %} |
|
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
27 |
<header id="header"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
28 |
|
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
29 |
<div class="top"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
30 |
<div id="logo"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
31 |
<div class="row"> |
| 463 | 32 |
<h1><a href="{% url 'home' %}"><img src="{% static 'hdalab/img/logo-hda.png' %}" alt="HdA Lab"></a></h1> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
33 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
34 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
35 |
<nav> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
36 |
<div class="row"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
37 |
<ul id="menu"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
38 |
<li class="{% block home_actif %}{% endblock %}"><a href="{% url 'home' %}">{% trans 'Accueil' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
39 |
<li class="{% block facettes_actif %}{% endblock %}"><a href="{% url 'facettes' %}">{% trans 'Recherche' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
40 |
<li class="{% block categories_actif %}{% endblock %}"><a href="{% url 'categories' %}">{% trans 'Domaines Artistiques' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
41 |
<li class="{% block renkans_actif %}{% endblock %}"><a href="{% url 'renkan_public_list' %}">Renkan</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
42 |
<li class="{% block a_propos_actif %}{% endblock %}"><a href="{% url 'a_propos' %}">{% trans 'A Propos' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
43 |
<li class="external"><a href="http://www.histoiredesarts.culture.fr/" target="_blank">Histoire des Arts</a></li> |
| 374 | 44 |
|
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
45 |
</ul> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
46 |
<ul id="menu" class="profile"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
47 |
{% if user.is_authenticated %} |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
48 |
<li class="{% block profile_actif %}{% endblock %}"><a href="{% url 'profile_home' %}">{{ user.username }}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
49 |
<li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
50 |
{% else %} |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
51 |
<li class="{% block login_actif %}{% endblock %}"><a href="{% url 'login' %}">{% trans "Log in" %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
52 |
{% endif %} |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
53 |
</ul> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
54 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
55 |
</nav> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
56 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
57 |
<div id="subhead"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
58 |
{% block subhead %} |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
59 |
{% endblock %} |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
60 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
61 |
</header> |
| 131 | 62 |
{% endblock %} |
63 |
||
| 374 | 64 |
<main id="content" class="row"> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
65 |
{% block main_content %} |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
66 |
{% endblock %} |
| 374 | 67 |
</main> |
| 131 | 68 |
|
69 |
{% block footer %} |
|
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
70 |
<footer id="footer"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
71 |
<div class="nav"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
72 |
<div class="row"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
73 |
<ul> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
74 |
<li><a href="{% url 'a_propos'%}">{% trans 'A Propos' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
75 |
<li><a href="{% url 'credits'%}">{% trans 'Crédits' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
76 |
<li><a href="{% url 'mentions_legales'%}">{% trans 'Mentions légales' %}</a></li> |
| 494 | 77 |
<li><a href="{% url 'envelope-contact'%}">{% trans 'Contact' %}</a></li> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
78 |
</ul> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
79 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
80 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
81 |
<div id="innerfooter"> |
| 487 | 82 |
<a class = "iri-url" href="http://www.iri.centrepompidou.fr/" target="_blank"> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
83 |
<img src="{% static 'hdalab/img/logo_iri.png' %}" alt=""> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
84 |
</a> |
| 487 | 85 |
<a class = "culture-url" href="http://www.culturecommunication.gouv.fr/" target="_blank"> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
86 |
<img src="{% static 'hdalab/img/logo_mcc_blanc.png' %}" alt=""> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
87 |
</a> |
| 471 | 88 |
<div class="row"> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
89 |
<ul id="menu"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
90 |
<li><h2><b>{% trans 'Rubriques' %}</b></h2></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
91 |
<li><a href="{% url 'facettes' %}">{% trans 'Recherche' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
92 |
<li><a href="{% url 'categories' %}">{% trans 'Domaines Artistiques' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
93 |
<li><a href="{% url 'thesaurus' %}">{% trans 'Thésaurus' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
94 |
<li><a href="{% url 'renkan_public_list' %}">Renkan</a></li> |
| 473 | 95 |
<li><a href="{% url 'renkan_favorite_list' %}">{% trans 'Renkan repères' %}</a></li> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
96 |
<li><a href="{% url 'a_propos' %}">{% trans 'A Propos' %}</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
97 |
</ul> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
98 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
99 |
<div class="row links"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
100 |
<ul id="menu"> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
101 |
<li><h2><b>{% trans 'Liens' %}</b></h2></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
102 |
<li><a href="http://www.culturecommunication.gouv.fr/" target="_blank">culturecommunication.gouv.fr</a></li> |
| 585 | 103 |
<li><a href="http://www.iri.centrepompidou.fr/" target="_blank">www.iri.centrepompidou.fr</a></li> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
104 |
<li><a href="http://www.histoiredesarts.culture.fr/" target="_blank">histoiredesarts.culture.fr</a></li> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
105 |
<li><a href="https://www.data.gouv.fr/fr/" target="_blank">data.gouv.fr</a></li> |
| 471 | 106 |
<li><a href="https://fr-fr.facebook.com/pages/Histoire-des-arts-Culturefr/295361194055" target="_blank">Facebook HDA</a></li> |
|
458
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
107 |
</ul> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
108 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
109 |
<p id="copyright">© Ministère de la Culture et de la Communication</p> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
110 |
</div> |
|
604b887e70c3
add state history to renkan, correct get into post, generally prepare ground for mail management
ymh <ymh.work@gmail.com>
parents:
456
diff
changeset
|
111 |
</footer> |
| 131 | 112 |
{% endblock %} |
| 301 | 113 |
{% analytics %} |
| 131 | 114 |
</body> |
115 |
</html> |