| author | ymh <ymh.work@gmail.com> |
| Fri, 19 Jul 2024 09:38:03 +0200 | |
| changeset 704 | b5835dca2624 |
| parent 668 | f66c544255e1 |
| 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' %}" /> |
|
627
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
19 |
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/jquery.cookiecuttr/cookiecuttr.css' %}" /> |
| 131 | 20 |
{% endblock %} |
21 |
||
22 |
{% block js_import %} |
|
|
288
0bb9c29cd41d
renkan first step : link, views and get put for json
cavaliet
parents:
280
diff
changeset
|
23 |
<script src="{% static 'hdalab/lib/jquery.min.js' %}"></script> |
|
627
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
24 |
<script src="{% static 'hdalab/lib/jquery.cookie.js' %}"></script> |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
25 |
<script src="{% static 'hdalab/lib/jquery.cookiecuttr/jquery.cookiecuttr.js' %}"></script> |
| 131 | 26 |
{% endblock %} |
|
627
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
27 |
|
| 131 | 28 |
</head> |
29 |
<body> |
|
30 |
{% 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
|
31 |
<header id="header"> |
|
668
f66c544255e1
correct google analytics with cookiecutr interaction
ymh <ymh.work@gmail.com>
parents:
627
diff
changeset
|
32 |
|
|
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 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
|
34 |
<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
|
35 |
<div class="row"> |
| 463 | 36 |
<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
|
37 |
</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
|
38 |
</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
|
39 |
<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
|
40 |
<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
|
41 |
<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
|
42 |
<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
|
43 |
<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
|
44 |
<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
|
45 |
<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
|
46 |
<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
|
47 |
<li class="external"><a href="http://www.histoiredesarts.culture.fr/" target="_blank">Histoire des Arts</a></li> |
| 374 | 48 |
|
|
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
|
49 |
</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
|
50 |
<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
|
51 |
{% 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
|
52 |
<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
|
53 |
<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
|
54 |
{% 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
|
55 |
<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
|
56 |
{% 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
|
57 |
</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
|
58 |
</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
|
59 |
</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
|
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 |
<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
|
62 |
{% 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
|
63 |
{% 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
|
64 |
</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
|
65 |
</header> |
| 131 | 66 |
{% endblock %} |
67 |
||
| 374 | 68 |
<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
|
69 |
{% 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
|
70 |
{% endblock %} |
| 374 | 71 |
</main> |
| 131 | 72 |
|
73 |
{% 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
|
74 |
<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
|
75 |
<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
|
76 |
<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
|
77 |
<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
|
78 |
<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
|
79 |
<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
|
80 |
<li><a href="{% url 'mentions_legales'%}">{% trans 'Mentions légales' %}</a></li> |
| 494 | 81 |
<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
|
82 |
</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
|
83 |
</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
|
84 |
</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
|
85 |
<div id="innerfooter"> |
| 487 | 86 |
<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
|
87 |
<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
|
88 |
</a> |
| 487 | 89 |
<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
|
90 |
<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
|
91 |
</a> |
| 471 | 92 |
<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
|
93 |
<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
|
94 |
<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
|
95 |
<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
|
96 |
<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
|
97 |
<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
|
98 |
<li><a href="{% url 'renkan_public_list' %}">Renkan</a></li> |
| 473 | 99 |
<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
|
100 |
<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
|
101 |
</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
|
102 |
</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
|
103 |
<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
|
104 |
<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
|
105 |
<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
|
106 |
<li><a href="http://www.culturecommunication.gouv.fr/" target="_blank">culturecommunication.gouv.fr</a></li> |
| 585 | 107 |
<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
|
108 |
<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
|
109 |
<li><a href="https://www.data.gouv.fr/fr/" target="_blank">data.gouv.fr</a></li> |
| 471 | 110 |
<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
|
111 |
</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
|
112 |
</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
|
113 |
<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
|
114 |
</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
|
115 |
</footer> |
| 131 | 116 |
{% endblock %} |
|
627
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
117 |
<script> |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
118 |
$(function() { |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
119 |
$.cookieCuttr({ |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
120 |
cookieCutter: true, |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
121 |
cookieAnalytics: false, |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
122 |
cookieAcceptButton: true, // this will disable non essential cookies |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
123 |
cookieResetButton: false, |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
124 |
cookiePolicyLink: '{% url 'a_propos' %}', // if applicable, enter the link to your privacy policy here... |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
125 |
cookieMessage: '{% trans 'We use cookies on this website, you can <a href="{{cookiePolicyLink}}" title="read about our cookies">read about them here</a>. To use the website as intended please...'%}', |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
126 |
cookieAcceptButtonText: "{% trans 'ACCEPT COOKIES' %}", |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
127 |
cookieDeclineButtonText: "{% trans 'DECLINE COOKIES' %}", |
|
668
f66c544255e1
correct google analytics with cookiecutr interaction
ymh <ymh.work@gmail.com>
parents:
627
diff
changeset
|
128 |
cookieNotificationLocationBottom: false, // top or bottom - they are your only options, so true for bottom, false for top |
|
627
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
129 |
}); |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
130 |
}); |
|
3fd558fa38b1
correct various small bugs. upgrade renkan. news version
ymh <ymh.work@gmail.com>
parents:
608
diff
changeset
|
131 |
</script> |
|
668
f66c544255e1
correct google analytics with cookiecutr interaction
ymh <ymh.work@gmail.com>
parents:
627
diff
changeset
|
132 |
{% analytics 'sync' %} |
| 131 | 133 |
</body> |
134 |
</html> |