|
693
|
1 |
.. Description des pages |
|
|
2 |
|
|
|
3 |
############################ |
|
|
4 |
Description des pages HDALab |
|
|
5 |
############################ |
|
|
6 |
|
|
|
7 |
Ces pages constituent la navigation principale du site HDALab. |
|
|
8 |
|
|
|
9 |
|
|
694
|
10 |
Accueil |
|
693
|
11 |
======= |
|
|
12 |
|
|
|
13 |
.. image:: _static/img/pages/accueil_hdalab.png |
|
|
14 |
|
|
694
|
15 |
Page d'accueil d'HDALab. |
|
693
|
16 |
|
|
|
17 |
|
|
|
18 |
+----------+----------------------------------------+ |
|
|
19 |
| url | http://hdalab.iri-research.org/hdalab | |
|
|
20 |
+----------+----------------------------------------+ |
|
|
21 |
| view | django.views.generic.TemplateView | |
|
|
22 |
+----------+----------------------------------------+ |
|
|
23 |
| template | hdalab/templates/index.html | |
|
|
24 |
+----------+----------------------------------------+ |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
A propos |
|
|
29 |
======== |
|
|
30 |
|
|
|
31 |
.. image:: _static/img/pages/apropos_hdalab.png |
|
|
32 |
|
|
|
33 |
Page décrivant le projet HDALab avec une vidéo de tutoriel Renkan. |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
+----------+---------------------------------------------------------+ |
|
|
37 |
| url | http://hdalab.iri-research.org/hdalab/hdalab/a_propos/ | |
|
|
38 |
+----------+---------------------------------------------------------+ |
|
|
39 |
| view | :class:`hdalab.views.pages.HdalabAboutPage` | |
|
|
40 |
+----------+---------------------------------------------------------+ |
|
|
41 |
| template | hdalab/templates/a_propos.html | |
|
|
42 |
+----------+---------------------------------------------------------+ |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
Crédits |
|
|
47 |
======= |
|
|
48 |
|
|
|
49 |
.. image:: _static/img/pages/credits_hdalab.png |
|
|
50 |
|
|
|
51 |
Page de crédits du site. |
|
|
52 |
|
|
|
53 |
|
|
|
54 |
+----------+--------------------------------------------------------+ |
|
|
55 |
| url | http://hdalab.iri-research.org/hdalab/hdalab/credits/ | |
|
|
56 |
+----------+--------------------------------------------------------+ |
|
|
57 |
| view | django.views.generic.TemplateView | |
|
|
58 |
+----------+--------------------------------------------------------+ |
|
|
59 |
| template | hdalab/templates/credits.html | |
|
|
60 |
+----------+--------------------------------------------------------+ |
|
|
61 |
|
|
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
Mentions légales |
|
|
66 |
================ |
|
|
67 |
|
|
|
68 |
.. image:: _static/img/pages/mentions_legales_hdalab.png |
|
|
69 |
|
|
|
70 |
Page des mentions légales. |
|
|
71 |
|
|
|
72 |
+----------+----------------------------------------------------------------+ |
|
|
73 |
| url | http://hdalab.iri-research.org/hdalab/hdalab/mentions_legales/ | |
|
|
74 |
+----------+----------------------------------------------------------------+ |
|
|
75 |
| view | django.views.generic.TemplateView | |
|
|
76 |
+----------+----------------------------------------------------------------+ |
|
|
77 |
| template | hdalab/templates/mentions_legales.html | |
|
|
78 |
+----------+----------------------------------------------------------------+ |
|
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Contact |
|
|
83 |
======= |
|
|
84 |
|
|
|
85 |
.. image:: _static/img/pages/contact_hdalab.png |
|
|
86 |
|
|
|
87 |
Formulaire de contact pour poser une question à l'équipe HDALab. |
|
|
88 |
Cette partie de l'application s'appuie sur le module `django-envelope <https://github.com/zsiciarz/django-envelope>`_. |
|
|
89 |
|
|
|
90 |
|
|
|
91 |
+----------+-------------------------------------------------------+ |
|
|
92 |
| url | http://hdalab.iri-research.org/hdalab/hdalab/contact/ | |
|
|
93 |
+----------+-------------------------------------------------------+ |
|
|
94 |
| view | envelope.views.ContactView | |
|
|
95 |
+----------+-------------------------------------------------------+ |
|
|
96 |
| template | - hdalab/templates/envelope/contact.html | |
|
|
97 |
| | - hdalab/templates/envelope/email_body.html | |
|
|
98 |
| | - hdalab/templates/envelope/email_body.txt | |
|
|
99 |
+----------+-------------------------------------------------------+ |
|
|
100 |
|
|
|
101 |
|
|
|
102 |
.. _pages_liste_renkan_publics: |
|
|
103 |
|
|
|
104 |
Liste des renkan publics |
|
|
105 |
======================== |
|
|
106 |
|
|
|
107 |
.. image:: _static/img/pages/renkan_public.png |
|
|
108 |
|
|
|
109 |
Page listant l'ensemble des renkan publiés (et modéré). |
|
|
110 |
|
|
|
111 |
+----------+------------------------------------------------------+ |
|
|
112 |
| url | http://hdalab.iri-research.org/hdalab/renkan/public/ | |
|
|
113 |
+----------+------------------------------------------------------+ |
|
|
114 |
| view | :class:`hdalab.views.profile.RenkanPublicList` | |
|
|
115 |
+----------+------------------------------------------------------+ |
|
|
116 |
| template | hdalab/templates/renkan_list.html | |
|
|
117 |
+----------+------------------------------------------------------+ |
|
|
118 |
|
|
|
119 |
Note : Les templates hdalab/templates/renkan_list.html et hdalab/templates/renkan_list_favorite.html sont presque les mêmes. |
|
|
120 |
|
|
|
121 |
|
|
|
122 |
.. _pages_liste_renkan_favoris: |
|
|
123 |
|
|
|
124 |
Liste des renkan favoris |
|
|
125 |
======================== |
|
|
126 |
|
|
|
127 |
.. image:: _static/img/pages/renkan_favorite.png |
|
|
128 |
|
|
|
129 |
Page listant l'ensemble des renkan ayant été marqués comme favoris par l'équipe HDALab. |
|
|
130 |
|
|
|
131 |
+----------+--------------------------------------------------------+ |
|
|
132 |
| url | http://hdalab.iri-research.org/hdalab/renkan/favorite/ | |
|
|
133 |
+----------+--------------------------------------------------------+ |
|
|
134 |
| view | :class:`hdalab.views.profile.RenkanFavoriteList` | |
|
|
135 |
+----------+--------------------------------------------------------+ |
|
|
136 |
| template | hdalab/templates/renkan_list_favorite.html | |
|
|
137 |
+----------+--------------------------------------------------------+ |
|
|
138 |
|
|
|
139 |
Note : Les templates hdalab/templates/renkan_list.html et hdalab/templates/renkan_list_favorite.html sont presque les mêmes. |
|
|
140 |
|
|
|
141 |
|
|
|
142 |
|
|
|
143 |
.. _pages_recherche_facette: |
|
|
144 |
|
|
|
145 |
Recherche (facette) |
|
|
146 |
=================== |
|
|
147 |
|
|
|
148 |
.. image:: _static/img/pages/facettes_hdalab.png |
|
|
149 |
|
|
|
150 |
Page de recherche par facette. |
|
|
151 |
Cette page est relativement complexe. |
|
|
152 |
Elle contient une application javascript permettant l'édition du filtre par facette et l'affichage des résultats. |
|
|
153 |
|
|
|
154 |
+----------+-------------------------------------------------+ |
|
|
155 |
| url | http://hdalab.iri-research.org/hdalab/facettes/ | |
|
|
156 |
+----------+-------------------------------------------------+ |
|
|
157 |
| view | django.views.generic.base.TemplateView | |
|
|
158 |
+----------+-------------------------------------------------+ |
|
|
159 |
| template | hdalab/templates/facettes.html | |
|
|
160 |
+----------+-------------------------------------------------+ |
|
|
161 |
|
|
|
162 |
Le code javascript se trouve dans le fichier `hdalab/static/hdalab/js/gomina.js`. |
|
|
163 |
Les données pour la page sont chargées par l'url http://hdalab.iri-research.org/hdalab/a/filter. |
|
|
164 |
L'auto-completion pour la saisie de mot-clef lance des requêtes à l'URL suivante : http://hdalab.iri-research.org/hdalab/a/tagsearch. |
|
|
165 |
|
|
|
166 |
Les liens d'édition des renkan sont http://hdalab.iri-research.org/hdalab/renkan/edit/. |
|
|
167 |
|
|
|
168 |
|
|
|
169 |
Détail d'une fiche |
|
|
170 |
================== |
|
|
171 |
|
|
|
172 |
.. image:: _static/img/pages/detail_notice.png |
|
|
173 |
|
|
|
174 |
|
|
|
175 |
cette page affiche le détail d'une notice. |
|
|
176 |
Elle est contituée des éléments suivant disposés en trois colonnes : |
|
|
177 |
|
|
|
178 |
- Le détail de la notice |
|
|
179 |
- La liste des mots-clef de la notice |
|
|
180 |
- La liste des notices liées |
|
|
181 |
|
|
|
182 |
Lorsqu'on clique sur un mot-clef, la liste dest notices liées est filtrée et n'affiche plus que les notices concernées par le mot-clef. |
|
|
183 |
|
|
|
184 |
|
|
|
185 |
+----------+----------------------------------------------------------+ |
|
|
186 |
| url | http://hdalab.iri-research.org/hdalab/notice/{notice_id} | |
|
|
187 |
+----------+----------------------------------------------------------+ |
|
|
188 |
| view | :func:`hdalab.views.pages.datasheet` | |
|
|
189 |
+----------+----------------------------------------------------------+ |
|
|
190 |
| template | hdalab/templates/notice.html | |
|
|
191 |
+----------+----------------------------------------------------------+ |
|
|
192 |
|
|
|
193 |
|
|
|
194 |
.. _pages_edition_renkan: |
|
|
195 |
|
|
|
196 |
Édition d'un renkan |
|
|
197 |
=================== |
|
|
198 |
|
|
|
199 |
.. image:: _static/img/pages/renkan_edit.png |
|
|
200 |
|
|
|
201 |
Page d'édition et de création d'un renkan. |
|
|
202 |
Cette page instancie un éditeur de renkan. |
|
|
203 |
|
|
|
204 |
+----------+----------------------------------------------------+ |
|
|
205 |
| url | http://hdalab.iri-research.org/hdalab/renkan/edit/ | |
|
|
206 |
+----------+----------------------------------------------------+ |
|
|
207 |
| view | :class:`hdalab.views.profile.RenkanEdit` | |
|
|
208 |
+----------+----------------------------------------------------+ |
|
|
209 |
| template | hdalab/templates/renkan_edit.html | |
|
|
210 |
+----------+----------------------------------------------------+ |
|
|
211 |
|
|
|
212 |
|
|
|
213 |
L'éditeur de renkan fait alors appel à l'url suivante pour charger et sauvegarder un projet renkan : |
|
|
214 |
http://hdalab.iri-research.org/hdalab/renkan/getput/ |
|
|
215 |
|
|
|
216 |
|
|
|
217 |
|
|
|
218 |
.. _affichage-d-un-renkan-en-lecture-seule: |
|
|
219 |
|
|
|
220 |
Affichage d'un renkan en lecture seule |
|
|
221 |
====================================== |
|
|
222 |
|
|
|
223 |
.. image:: _static/img/pages/renkan_view.png |
|
|
224 |
|
|
|
225 |
Page d'affichage d'un renkan en lecture seule. |
|
|
226 |
|
|
|
227 |
+----------+----------------------------------------------------+ |
|
|
228 |
| url | http://hdalab.iri-research.org/hdalab/renkan/view/ | |
|
|
229 |
+----------+----------------------------------------------------+ |
|
|
230 |
| view | django.views.generic.base.TemplateView | |
|
|
231 |
+----------+----------------------------------------------------+ |
|
|
232 |
| template | hdalab/templates/renkan_view.html | |
|
|
233 |
+----------+----------------------------------------------------+ |
|
|
234 |
|
|
|
235 |
Cette page instancie un composant renkan en lecture seule. |
|
|
236 |
Le projet renkan est chargé par appel (GET) à l'URL http://hdalab.iri-research.org/hdalab/renkan/getput/. |
|
|
237 |
|
|
|
238 |
Les arguments d'affichage (par exemple l'identifiant du renkan) sont passés en javascript grâce à la propriété `window.location.search <https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/search>`_ (La partie de l'URL qui suit le symbole « ? », avec ce symbole inclus.) |
|
|
239 |
|
|
|
240 |
|
|
|
241 |
|
|
|
242 |
.. _affichage-d-un-renkan-en-plein-ecran: |
|
|
243 |
|
|
|
244 |
Affichage d'un renkan en plein-écran |
|
|
245 |
==================================== |
|
|
246 |
|
|
|
247 |
.. image:: _static/img/pages/renkan_view_full.png |
|
|
248 |
|
|
|
249 |
Page d'affichage d'un renkan en lecture seule et en plein écran. |
|
|
250 |
|
|
|
251 |
+----------+----------------------------------------------------+ |
|
|
252 |
| url | http://hdalab.iri-research.org/hdalab/renkan/full/ | |
|
|
253 |
+----------+----------------------------------------------------+ |
|
|
254 |
| view | django.views.generic.base.TemplateView | |
|
|
255 |
+----------+----------------------------------------------------+ |
|
|
256 |
| template | hdalab/templates/renkan_view_full.html | |
|
|
257 |
+----------+----------------------------------------------------+ |
|
|
258 |
|
|
|
259 |
cette page permet l'affichage d'un renkan en plein-écran, sans les en-tête, pied de page, barre de navigation,... |
|
|
260 |
Cette page est utilisée pour la création des miniature de prévisualisation des renkan. |
|
|
261 |
|
|
|
262 |
Sur le fonctionnement elle est identique à la page ":ref:`affichage-d-un-renkan-en-lecture-seule`, en particulier sur la façon dont les arguments sont passés. |
|
|
263 |
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
.. _pages_explorer_domaines_artistiques: |
|
|
267 |
|
|
|
268 |
Explorer les domaines artistiques |
|
|
269 |
================================= |
|
|
270 |
|
|
|
271 |
.. image:: _static/img/pages/artistic_domains_hdalab.png |
|
|
272 |
|
|
|
273 |
Cette page permet d'explorer les fiches HDA par le biais des domaines artistiques. |
|
|
274 |
|
|
|
275 |
+----------+----------------------------------------------------+ |
|
|
276 |
| url | http://hdalab.iri-research.org/hdalab/categories/ | |
|
|
277 |
+----------+----------------------------------------------------+ |
|
|
278 |
| view | django.views.generic.base.TemplateView | |
|
|
279 |
+----------+----------------------------------------------------+ |
|
|
280 |
| template | hdalab/templates/categories.html | |
|
|
281 |
+----------+----------------------------------------------------+ |
|
|
282 |
|
|
|
283 |
Cette page contient une application javascript s'occupant du chargement de de l'affichage des données. |
|
|
284 |
Les données sont chargées à l'url suivante : http://hdalab.iri-research.org/hdalab/a/cattree |
|
|
285 |
Le code javascript de cette page se trouve dans les fichiers `hdalab/static/hdalab/js/trees.js` et `hdalab/static/hdalab/js/cattree.js`. |
|
|
286 |
|
|
|
287 |
|
|
|
288 |
|
|
|
289 |
.. _pages_recherche_arbre: |
|
|
290 |
|
|
|
291 |
Recherche par arbre |
|
|
292 |
=================== |
|
|
293 |
|
|
|
294 |
.. image:: _static/img/pages/tree_search_hdalab.png |
|
|
295 |
|
|
|
296 |
Cette page permet de comparer deux extraits de thesaurus utilisés par le MCC. |
|
|
297 |
|
|
|
298 |
+----------+----------------------------------------------------+ |
|
|
299 |
| url | http://hdalab.iri-research.org/hdalab/thesaurus/ | |
|
|
300 |
+----------+----------------------------------------------------+ |
|
|
301 |
| view | django.views.generic.base.TemplateView | |
|
|
302 |
+----------+----------------------------------------------------+ |
|
|
303 |
| template | hdalab/templates/thesaurus.html | |
|
|
304 |
+----------+----------------------------------------------------+ |
|
|
305 |
|
|
|
306 |
Cette page contient une application javascript s'occupant du chargement et de l'afficahge des données. |
|
|
307 |
Les données sont chargées à l'url suivante : http://hdalab.iri-research.org/hdalab/a/filltree |
|
|
308 |
Le code javascript de cette page se trouve dans les fichiers `hdalab/static/hdalab/js/trees.js` et `hdalab/static/hdalab/js/thesaurus.js`. |
|
|
309 |
|
|
|
310 |
|
|
|
311 |
.. _pages-d-administration-django-hdalab-hdabo: |
|
|
312 |
|
|
|
313 |
Pages d'administration Django hdalab/hdabo |
|
|
314 |
========================================== |
|
|
315 |
|
|
|
316 |
.. image:: _static/img/pages/admin_django_hdalab.png |
|
|
317 |
|
|
|
318 |
|
|
|
319 |
Ce sont toutes les pages dont l'URL commence par http://hdalab.iri-research.org/hdalab/hdabo/admin/ . |
|
|
320 |
Elles nécessitent toute une authentification. |
|
|
321 |
L'ensemble de ces pages est fournis par l'application d'administration Django fourni d'origine par le framework. |
|
|
322 |
Le lien suivant en donne une documentation : https://docs.djangoproject.com/en/1.8/ref/contrib/admin/. |
|
|
323 |
|
|
|
324 |
Les objets suivant sont configurés pour être administrables: |
|
|
325 |
|
|
|
326 |
- :class:`hdabo.models.Author` |
|
|
327 |
- :class:`hdabo.models.Datasheet` |
|
|
328 |
- :class:`hdabo.models.DocumentFormat` |
|
|
329 |
- :class:`hdabo.models.Domain` |
|
|
330 |
- :class:`hdabo.models.Organisation` |
|
|
331 |
- :class:`hdabo.models.Tag` |
|
|
332 |
- :class:`hdabo.models.TagCategory` |
|
|
333 |
- :class:`hdabo.models.TaggedSheet` |
|
|
334 |
- :class:`hdabo.models.TimePeriod` |
|
|
335 |
- :class:`hdabo.models.User` |
|
|
336 |
- `registration.models.RegistrationProfile` |
|
|
337 |
- `django.contrib.sites.models import Site` |
|
|
338 |
|
|
|
339 |
|
|
|
340 |
.. _pages_page_profil_utilisateur: |
|
|
341 |
|
|
|
342 |
Page profil utilisateur |
|
|
343 |
======================= |
|
|
344 |
|
|
|
345 |
.. image:: _static/img/pages/user_profile_hdalab.png |
|
|
346 |
|
|
|
347 |
|
|
|
348 |
Page de gestion du profile utilisateur. |
|
|
349 |
Elle permet l'accès à la gestion de ses renkan et de son profile utilisateur. |
|
|
350 |
Cette page nécessite d'être authentifié. |
|
|
351 |
|
|
|
352 |
+----------+----------------------------------------------------+ |
|
|
353 |
| url | http://hdalab.iri-research.org/hdalab/profile/ | |
|
|
354 |
+----------+----------------------------------------------------+ |
|
|
355 |
| view | :class:`hdalab.views.profile.ProfileHome` | |
|
|
356 |
+----------+----------------------------------------------------+ |
|
|
357 |
| template | hdalab/templates/profile_home.html | |
|
|
358 |
+----------+----------------------------------------------------+ |
|
|
359 |
|
|
|
360 |
Entre outre des fonction de gestion des renkan, cette page donne accès aux liens suivants: |
|
|
361 |
|
|
|
362 |
- http://hdalab.iri-research.org/hdalab/hdabo/accounts/password/change/ : modification du mot de passe. |
|
|
363 |
- http://hdalab.iri-research.org/hdalab/profile/update/ : modification des informations utilisateur (c.f. :ref:`changement-information-utilisateur`) |
|
|
364 |
|
|
|
365 |
Si l'utilisateur est identifié comme `staff <https://docs.djangoproject.com/en/1.8/ref/contrib/auth/#django.contrib.auth.models.User.is_staff>`_, il a accès aux line supplémentaires: |
|
|
366 |
|
|
|
367 |
- http://hdalab.iri-research.org/hdalab/edito/manage/ |
|
|
368 |
- http://hdalab.iri-research.org/hdalab/edito/ : |
|
|
369 |
- http://hdalab.iri-research.org/hdalab/hdabo/admin/ : :ref:`pages-d-administration-django-hdalab-hdabo` |
|
|
370 |
- http://hdalab.iri-research.org/hdalab/hdabo/ : **obsolète** |
|
|
371 |
|
|
|
372 |
|
|
|
373 |
|
|
|
374 |
|
|
|
375 |
.. _changement-information-utilisateur: |
|
|
376 |
|
|
|
377 |
Changement information utilisateur |
|
|
378 |
================================== |
|
|
379 |
|
|
|
380 |
.. image:: _static/img/pages/user_info_hdalab.png |
|
|
381 |
|
|
|
382 |
Page permettant de modifier les information du profile utilisateur. Dans le cas d'HDALab, cela se limite à la modification de l'email de contact. |
|
|
383 |
Cette page nécessite d'être authentifié. |
|
|
384 |
|
|
|
385 |
+----------+----------------------------------------------------------+ |
|
|
386 |
| url | http://hdalab.iri-research.org/hdalab/profile/update | |
|
|
387 |
+----------+----------------------------------------------------------+ |
|
|
388 |
| view | :class:`hdalab.views.profile.UserProfileUpdate` | |
|
|
389 |
+----------+----------------------------------------------------------+ |
|
|
390 |
| template | hdalab/templates/hdabo/user_update_form.html | |
|
|
391 |
+----------+----------------------------------------------------------+ |
|
|
392 |
|
|
|
393 |
|
|
|
394 |
Éditorialisation |
|
|
395 |
================ |
|
|
396 |
|
|
|
397 |
.. image:: _static/img/pages/editorialisation_hdalab.png |
|
|
398 |
|
|
|
399 |
|
|
|
400 |
Page donnant accès aux fonction de gestion de l'éditorialisation. |
|
|
401 |
|
|
|
402 |
+----------+----------------------------------------------------------+ |
|
|
403 |
| url | http://hdalab.iri-research.org/hdalab/edito/ | |
|
|
404 |
+----------+----------------------------------------------------------+ |
|
|
405 |
| view | django.views.generic.base.TemplateView | |
|
|
406 |
+----------+----------------------------------------------------------+ |
|
|
407 |
| template | hdalab/templates/editorial/edito_home.html | |
|
|
408 |
+----------+----------------------------------------------------------+ |
|
|
409 |
|
|
|
410 |
|
|
|
411 |
Cette page propose les 2 liens suivants: |
|
|
412 |
|
|
|
413 |
- http://hdalab.iri-research.org/hdalab/edito/folders/ : :ref:`gestion-des-dossiers-thematiques` |
|
|
414 |
- http://hdalab.iri-research.org/hdalab/edito/manage/ : :ref:`gestion-des-renkan-moderation` |
|
|
415 |
|
|
|
416 |
|
|
|
417 |
|
|
|
418 |
|
|
|
419 |
.. _gestion-des-dossiers-thematiques: |
|
|
420 |
|
|
|
421 |
Gestion des dossiers thématiques |
|
|
422 |
================================ |
|
|
423 |
|
|
|
424 |
.. image:: _static/img/pages/thematic_folder_hdalab.png |
|
|
425 |
|
|
|
426 |
|
|
|
427 |
Cette page donne accès au tableau des dossiers thématiques. |
|
|
428 |
|
|
|
429 |
|
|
|
430 |
+----------+----------------------------------------------------------+ |
|
|
431 |
| url | http://hdalab.iri-research.org/hdalab/edito/folders/ | |
|
|
432 |
+----------+----------------------------------------------------------+ |
|
|
433 |
| view | :class:`hdalab.views.editorial.HdalabFolders` | |
|
|
434 |
+----------+----------------------------------------------------------+ |
|
|
435 |
| template | hdalab/templates/editorial/folders.html | |
|
|
436 |
+----------+----------------------------------------------------------+ |
|
|
437 |
|
|
|
438 |
|
|
|
439 |
|
|
|
440 |
.. _gestion-des-renkan-moderation: |
|
|
441 |
|
|
|
442 |
Gestion des renkan (modération) |
|
|
443 |
=============================== |
|
|
444 |
|
|
|
445 |
|
|
|
446 |
.. image:: _static/img/pages/administrer_renkan.png |
|
|
447 |
|
|
|
448 |
Page de modération des renkans. |
|
|
449 |
|
|
|
450 |
|
|
|
451 |
+----------+----------------------------------------------------------+ |
|
|
452 |
| url | http://hdalab.iri-research.org/hdalab/edito/manage/ | |
|
|
453 |
+----------+----------------------------------------------------------+ |
|
|
454 |
| view | :class:`hdalab.views.editorial.ManageRenkans` | |
|
|
455 |
+----------+----------------------------------------------------------+ |
|
|
456 |
| template | hdalab/templates/editorial/manage_renkans.html | |
|
|
457 |
+----------+----------------------------------------------------------+ |
|
|
458 |
|
|
|
459 |
|
|
|
460 |
|
|
|
461 |
.. _pages_liste_renkan: |
|
|
462 |
|
|
|
463 |
Pages de liste des Renkan |
|
|
464 |
========================= |
|
|
465 |
|
|
|
466 |
.. image:: _static/img/pages/renkan_base_list.png |
|
|
467 |
|
|
|
468 |
Ce sont les pages dont la vue hérite de :class:`hdalab.views.profile.BaseRenkanList`. |
|
|
469 |
Ces vues permettent de gérer une liste de Renkan avec un système de filtre et de pagination. |
|
|
470 |
Les actions suivantes sont disponibles : |
|
|
471 |
|
|
|
472 |
- copie : :ref:`pages_copier_renkan` |
|
|
473 |
- affichage : :ref:`affichage-d-un-renkan-en-lecture-seule` |
|
|
474 |
- modération (si l'utilisateur est autorisé) : :ref:`pages_moderation_renkan` |
|
|
475 |
- édition (si l'utilisateur est autorisé) : :ref:`pages_edition_renkan` |
|
|
476 |
- effacement (si l'utilisateur est autorisé) : :ref:`pages_effacer_renkan` |
|
|
477 |
- favori (si l'utilisateur est autorisé) : :ref:`pages_favori_renkan` |
|
|
478 |
- création d'un nouveau renkan vide : :ref:`pages_nouveau_renkan` |
|
|
479 |
|
|
|
480 |
.. autoclass:: hdalab.views.profile.BaseRenkanList |
|
|
481 |
:noindex: |
|
|
482 |
|
|
|
483 |
Voici la liste des pages héritant de :class:`hdalab.views.profile.BaseRenkanList` : |
|
|
484 |
|
|
|
485 |
- :ref:`gestion-des-renkan-moderation` |
|
|
486 |
- :ref:`pages_liste_renkan_publics` |
|
|
487 |
- :ref:`pages_liste_renkan_favoris` |
|
|
488 |
- :ref:`pages_page_profil_utilisateur` |
|
|
489 |
|
|
|
490 |
|
|
|
491 |
Pages de commande de Renkan |
|
|
492 |
=========================== |
|
|
493 |
|
|
|
494 |
Ces pages sont appelées à partir des pages listant les renkan, en particulier celle dont la vue hérite de :class:`hdalab.views.profile.BaseRenkanList` |
|
|
495 |
|
|
|
496 |
|
|
|
497 |
.. _pages_copier_renkan: |
|
|
498 |
|
|
|
499 |
Copier un renkan |
|
|
500 |
---------------- |
|
|
501 |
|
|
|
502 |
Copie un renkan dont l'id est donné dans l'url. |
|
|
503 |
L'utilisateur est redirigé vers la page de liste des Renkan. |
|
|
504 |
|
|
|
505 |
+-------------+-----------------------------------------------------------+ |
|
|
506 |
| url | http://hdalab.iri-research.org/hdalab/renkan/copy/<rk_id> | |
|
|
507 |
+-------------+-----------------------------------------------------------+ |
|
|
508 |
| view | :class:`hdalab.views.profile.HdalabRenkanCopy` | |
|
|
509 |
+-------------+-----------------------------------------------------------+ |
|
|
510 |
| méthode | POST | |
|
|
511 |
+-------------+-----------------------------------------------------------+ |
|
|
512 |
| redirection | Page de liste des renkan. | |
|
|
513 |
+-------------+-----------------------------------------------------------+ |
|
|
514 |
|
|
|
515 |
|
|
|
516 |
.. automethod:: hdalab.views.profile.HdalabRenkanCopy.post |
|
|
517 |
:noindex: |
|
|
518 |
|
|
|
519 |
.. _pages_effacer_renkan: |
|
|
520 |
|
|
|
521 |
Effacer un renkan |
|
|
522 |
----------------- |
|
|
523 |
|
|
|
524 |
Effacer un renkan dont l'id est donné dans l'URL. |
|
|
525 |
|
|
|
526 |
+-------------+-------------------------------------------------------------+ |
|
|
527 |
| url | http://hdalab.iri-research.org/hdalab/renkan/delete/<rk_id> | |
|
|
528 |
+-------------+-------------------------------------------------------------+ |
|
|
529 |
| view | :class:`hdalab.views.profile.HdalabRenkanDelete` | |
|
|
530 |
+-------------+-------------------------------------------------------------+ |
|
|
531 |
| méthode | POST | |
|
|
532 |
+-------------+-------------------------------------------------------------+ |
|
|
533 |
| redirection | Page de liste des renkan. | |
|
|
534 |
+-------------+-------------------------------------------------------------+ |
|
|
535 |
|
|
|
536 |
|
|
|
537 |
.. automethod:: hdalab.views.profile.HdalabRenkanDelete.post |
|
|
538 |
:noindex: |
|
|
539 |
|
|
|
540 |
|
|
|
541 |
.. _pages_favori_renkan: |
|
|
542 |
|
|
|
543 |
Marquer un renkan comme favori |
|
|
544 |
------------------------------ |
|
|
545 |
|
|
|
546 |
Marque comme favori le renkan dont l'id est donné dans l'URL. |
|
|
547 |
|
|
|
548 |
+-------------+---------------------------------------------------------------+ |
|
|
549 |
| url | http://hdalab.iri-research.org/hdalab/renkan/favorite/<rk_id> | |
|
|
550 |
+-------------+---------------------------------------------------------------+ |
|
|
551 |
| view | :class:`hdalab.views.profile.HdalabRenkanFavorite` | |
|
|
552 |
+-------------+---------------------------------------------------------------+ |
|
|
553 |
| méthode | POST | |
|
|
554 |
+-------------+---------------------------------------------------------------+ |
|
|
555 |
| redirection | Page de liste des renkan. | |
|
|
556 |
+-------------+---------------------------------------------------------------+ |
|
|
557 |
|
|
|
558 |
|
|
|
559 |
.. automethod:: hdalab.views.profile.HdalabRenkanFavorite.post |
|
|
560 |
:noindex: |
|
|
561 |
|
|
|
562 |
|
|
|
563 |
|
|
|
564 |
.. _pages_moderation_renkan: |
|
|
565 |
|
|
|
566 |
Modération d'un renkan |
|
|
567 |
---------------------- |
|
|
568 |
|
|
|
569 |
Cette action change l'état d'un Renkan dont l'id est donné dans l'URL. |
|
|
570 |
|
|
|
571 |
+-------------+---------------------------------------------------------------+ |
|
|
572 |
| url | http://hdalab.iri-research.org/hdalab/renkan/moderate/<rk_id> | |
|
|
573 |
+-------------+---------------------------------------------------------------+ |
|
|
574 |
| view | :class:`hdalab.views.profile.HdalabRenkanModerate` | |
|
|
575 |
+-------------+---------------------------------------------------------------+ |
|
|
576 |
| méthode | POST | |
|
|
577 |
+-------------+---------------------------------------------------------------+ |
|
|
578 |
| redirection | Page de liste des renkan. | |
|
|
579 |
+-------------+---------------------------------------------------------------+ |
|
|
580 |
|
|
|
581 |
|
|
|
582 |
.. automethod:: hdalab.views.profile.HdalabRenkanModerate.post |
|
|
583 |
:noindex: |
|
|
584 |
|
|
|
585 |
.. _pages_nouveau_renkan: |
|
|
586 |
|
|
|
587 |
Création d'un nouveau renkan |
|
|
588 |
---------------------------- |
|
|
589 |
|
|
|
590 |
Crée un nouveau renkan vide. L'utilisateur est redirigé vers la page d'édition du renkan (:ref:`pages_edition_renkan`) |
|
|
591 |
|
|
|
592 |
+-------------+--------------------------------------------------+ |
|
|
593 |
| url | http://hdalab.iri-research.org/hdalab/renkan/new | |
|
|
594 |
+-------------+--------------------------------------------------+ |
|
|
595 |
| view | :class:`hdalab.views.profile.RenkanNew` | |
|
|
596 |
+-------------+--------------------------------------------------+ |
|
|
597 |
| méthode | POST | |
|
|
598 |
+-------------+--------------------------------------------------+ |
|
|
599 |
| redirection | :ref:`pages_edition_renkan` | |
|
|
600 |
+-------------+--------------------------------------------------+ |
|
|
601 |
|
|
|
602 |
|
|
|
603 |
.. automethod:: hdalab.views.profile.RenkanNew.post |
|
|
604 |
:noindex: |
|
|
605 |
|
|
|
606 |
|
|
|
607 |
Pages de gestion des comptes utilisateurs |
|
|
608 |
========================================= |
|
|
609 |
|
|
|
610 |
Ce sont toutes les pages dont l'URL commence par http://hdalab.iri-research.org/hdalab/hdabo/accounts/ . |
|
|
611 |
Ces URL sont fournies par des librariries externe : |
|
|
612 |
|
|
|
613 |
|
|
|
614 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
615 |
| base d'URL | librairie / lien de documentation | |
|
|
616 |
+=================================================================+================================================================================+ |
|
|
617 |
| http://hdalab.iri-research.org/hdalab/hdabo/accounts/activate/ | `django-registration-redux <https://github.com/macropin/django-registration>`_ | |
|
|
618 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
619 |
| http://hdalab.iri-research.org/hdalab/hdabo/accounts/register/ | `django-registration-redux <https://github.com/macropin/django-registration>`_ | |
|
|
620 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
621 |
| http://hdalab.iri-research.org/hdalab/login | `django.contrib.auth <https://docs.djangoproject.com/en/1.8/topics/auth/>`_ | |
|
|
622 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
623 |
| http://hdalab.iri-research.org/hdalab/logout | `django.contrib.auth <https://docs.djangoproject.com/en/1.8/topics/auth/>`_ | |
|
|
624 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
625 |
| http://hdalab.iri-research.org/hdalab/password | `django.contrib.auth <https://docs.djangoproject.com/en/1.8/topics/auth/>`_ | |
|
|
626 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
627 |
| http://hdalab.iri-research.org/hdalab/password_change | `django.contrib.auth <https://docs.djangoproject.com/en/1.8/topics/auth/>`_ | |
|
|
628 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
629 |
| http://hdalab.iri-research.org/hdalab/password_reset | `django.contrib.auth <https://docs.djangoproject.com/en/1.8/topics/auth/>`_ | |
|
|
630 |
+-----------------------------------------------------------------+--------------------------------------------------------------------------------+ |
|
|
631 |
|
|
|
632 |
|
|
|
633 |
La librairie `django-registration-redux <https://github.com/macropin/django-registration>`_ offre en particulier la fonctionalité d'inscription sur le site et la vérification de l'email. |
|
|
634 |
|
|
|
635 |
En outre les 2 URL suivantes sont disponibles afin de faciliter l'authentification à partir de la page d'édition d'un renkan et d'éviter un rechargement de page. |
|
|
636 |
|
|
|
637 |
|
|
|
638 |
- +----------+----------------------------------------------------------+ |
|
|
639 |
| url | http://hdalab.iri-research.org/hdalab/ajaxlogin/ | |
|
|
640 |
+----------+----------------------------------------------------------+ |
|
|
641 |
| view | :func:`hdalab.views.profile.ajax_login` | |
|
|
642 |
+----------+----------------------------------------------------------+ |
|
|
643 |
|
|
|
644 |
- +----------+----------------------------------------------------------+ |
|
|
645 |
| url | http://hdalab.iri-research.org/hdalab/edito/manage/ | |
|
|
646 |
+----------+----------------------------------------------------------+ |
|
|
647 |
| view | django.views.generic.base.TemplateView | |
|
|
648 |
+----------+----------------------------------------------------------+ |
|
|
649 |
| template | hdalab/templates/ajax_identification/ajax_login_ok.html | |
|
|
650 |
+----------+----------------------------------------------------------+ |
|
|
651 |
|
|
|
652 |
|
|
|
653 |
|
|
|
654 |
Pages hdabo |
|
|
655 |
=========== |
|
|
656 |
|
|
|
657 |
Ce sont toute les pages dont l'URL commence par `http://hdalab.iri-research.org/hdalab/hdabo/` et qui ne sont pas dans la liste d'excption donnée ci-dessous. |
|
|
658 |
|
|
|
659 |
Ces pages sont aujourd'hui obsolètes. |
|
|
660 |
Elles ont été inclues dans le plan d'url HDALab pour référence, mais ne sont plus utiles. |
|
|
661 |
|
|
|
662 |
Elles ont permit le premier traitement sémantique des données HDA pour le projet HDALab. |
|
|
663 |
Cette fonctionnalité est aujourd'hui directement intégré au portail HDA par l'intermédiaire du module symfony `WikiTagBundle <https://github.com/IRI-Research/WikiTagBundle>`_. |
|
|
664 |
|
|
|
665 |
Les données HDA sont régulièrement importées dans HDALab par la commande :class:`hdalab.management.commands.import_hdabo_db`. |
|
|
666 |
|
|
|
667 |
Liste d'exception des pages hdabo non obsolètes : |
|
|
668 |
- http://hdalab.iri-research.org/hdalab/hdabo/searchajax/ |
|
|
669 |
- http://hdalab.iri-research.org/hdalab/hdabo/admin/* |
|
|
670 |
- http://hdalab.iri-research.org/hdalab/hdabo/account/* |
|
|
671 |
|
|
|
672 |
|
|
|
673 |
|
|
|
674 |
.. |
|
|
675 |
/i18n/setlang/ django.views.i18n.set_language set_language |
|
|
676 |
/jsi18n/ django.views.i18n.javascript_catalog jsi18n.all |
|
|
677 |
/jsi18n/<packages>/ django.views.i18n.javascript_catalog jsi18n |
|
|
678 |
|
|
|
679 |
|
|
|
680 |
/renkan/copy/<rk_id> hdalab.views.profile.HdalabRenkanCopy renkan_copy login_required |
|
|
681 |
/renkan/delete/<rk_id> hdalab.views.profile.HdalabRenkanDelete renkan_delete login_required |
|
|
682 |
/renkan/favorite/<rk_id> hdalab.views.profile.HdalabRenkanFavorite renkan_favorite login_required |
|
|
683 |
/renkan/moderate/<rk_id> hdalab.views.profile.HdalabRenkanModerate renkan_moderate login_required |
|
|
684 |
|
|
|
685 |
/renkan/new/ hdalab.views.profile.RenkanNew renkan_new login_required |
|
|
686 |
|
|
|
687 |
|
|
|
688 |
|
|
|
689 |
Fait: |
|
|
690 |
|
|
|
691 |
/renkan/edit/ hdalab.views.profile.RenkanEdit renkan_edit |
|
|
692 |
/renkan/getput/ hdalab.views.profile.HdalabRenkanGetPut renkan_get_put |
|
|
693 |
|
|
|
694 |
/profile/ hdalab.views.profile.ProfileHome profile_home login_required |
|
|
695 |
/profile/update/ hdalab.views.profile.UserProfileUpdate profile_update login_required |
|
|
696 |
|
|
|
697 |
/notice/<hda_id> hdalab.views.pages.datasheet notice |
|
|
698 |
|
|
|
699 |
/a/catsearch hdalab.views.ajax.catsearch cat_search |
|
|
700 |
/a/cattree hdalab.views.ajax.cattree cat_tree |
|
|
701 |
/a/filltree hdalab.views.ajax.filltree fill_tree |
|
|
702 |
/a/filter hdalab.views.ajax.filter filter |
|
|
703 |
/a/tagsearch hdalab.views.ajax.tagsearch tag_search |
|
|
704 |
|
|
|
705 |
|
|
|
706 |
/edito/deletefolder/<folder_pk> hdalab.views.editorial.HdalabDeleteFolder hdalab_delete_folder login_required |
|
|
707 |
/edito/folder/ hdalab.views.editorial.HdalabAddOrUpdateFolder hdalab_add_or_update_folder login_required |
|
|
708 |
/edito/folder/<folder_pk> hdalab.views.editorial.HdalabAddOrUpdateFolder hdalab_add_or_update_folder login_required |
|
|
709 |
/edito/folders/ hdalab.views.editorial.HdalabFolders hdalab_folders login_required |
|
|
710 |
/edito/manage/ hdalab.views.editorial.ManageRenkans manage_renkans login_required |
|
|
711 |
|
|
|
712 |
/facettes/ django.views.generic.base.TemplateView facettes |
|
|
713 |
|
|
|
714 |
|
|
|
715 |
/hdalab/a_propos/ hdalab.views.pages.HdalabAboutPage a_propos |
|
|
716 |
/hdalab/contact/ envelope.views.ContactView envelope-contact |
|
|
717 |
/hdalab/credits/ django.views.generic.base.TemplateView credits |
|
|
718 |
/hdalab/mentions_legales/ django.views.generic.base.TemplateView mentions_legales |
|
|
719 |
/thesaurus/ django.views.generic.base.TemplateView thesaurus |
|
|
720 |
|
|
|
721 |
|
|
|
722 |
/hdabo/admin/ django.contrib.admin.sites.index admin:index |
|
|
723 |
/hdabo/admin/<app_label>/ django.contrib.admin.sites.app_index admin:app_list |
|
|
724 |
/hdabo/admin/auth/group/ django.contrib.admin.options.changelist_view admin:auth_group_changelist |
|
|
725 |
/hdabo/admin/auth/group/<var>/ django.contrib.admin.options.change_view admin:auth_group_change |
|
|
726 |
/hdabo/admin/auth/group/<var>/delete/ django.contrib.admin.options.delete_view admin:auth_group_delete |
|
|
727 |
/hdabo/admin/auth/group/<var>/history/ django.contrib.admin.options.history_view admin:auth_group_history |
|
|
728 |
/hdabo/admin/auth/group/add/ django.contrib.admin.options.add_view admin:auth_group_add |
|
|
729 |
/hdabo/admin/hdabo/author/ django.contrib.admin.options.changelist_view admin:hdabo_author_changelist |
|
|
730 |
/hdabo/admin/hdabo/author/<var>/ django.contrib.admin.options.change_view admin:hdabo_author_change |
|
|
731 |
/hdabo/admin/hdabo/author/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_author_delete |
|
|
732 |
/hdabo/admin/hdabo/author/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_author_history |
|
|
733 |
/hdabo/admin/hdabo/author/add/ django.contrib.admin.options.add_view admin:hdabo_author_add |
|
|
734 |
/hdabo/admin/hdabo/datasheet/ django.contrib.admin.options.changelist_view admin:hdabo_datasheet_changelist |
|
|
735 |
/hdabo/admin/hdabo/datasheet/<var>/ django.contrib.admin.options.change_view admin:hdabo_datasheet_change |
|
|
736 |
/hdabo/admin/hdabo/datasheet/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_datasheet_delete |
|
|
737 |
/hdabo/admin/hdabo/datasheet/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_datasheet_history |
|
|
738 |
/hdabo/admin/hdabo/datasheet/add/ django.contrib.admin.options.add_view admin:hdabo_datasheet_add |
|
|
739 |
/hdabo/admin/hdabo/documentformat/ django.contrib.admin.options.changelist_view admin:hdabo_documentformat_changelist |
|
|
740 |
/hdabo/admin/hdabo/documentformat/<var>/ django.contrib.admin.options.change_view admin:hdabo_documentformat_change |
|
|
741 |
/hdabo/admin/hdabo/documentformat/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_documentformat_delete |
|
|
742 |
/hdabo/admin/hdabo/documentformat/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_documentformat_history |
|
|
743 |
/hdabo/admin/hdabo/documentformat/add/ django.contrib.admin.options.add_view admin:hdabo_documentformat_add |
|
|
744 |
/hdabo/admin/hdabo/domain/ django.contrib.admin.options.changelist_view admin:hdabo_domain_changelist |
|
|
745 |
/hdabo/admin/hdabo/domain/<var>/ django.contrib.admin.options.change_view admin:hdabo_domain_change |
|
|
746 |
/hdabo/admin/hdabo/domain/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_domain_delete |
|
|
747 |
/hdabo/admin/hdabo/domain/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_domain_history |
|
|
748 |
/hdabo/admin/hdabo/domain/add/ django.contrib.admin.options.add_view admin:hdabo_domain_add |
|
|
749 |
/hdabo/admin/hdabo/organisation/ django.contrib.admin.options.changelist_view admin:hdabo_organisation_changelist |
|
|
750 |
/hdabo/admin/hdabo/organisation/<var>/ django.contrib.admin.options.change_view admin:hdabo_organisation_change |
|
|
751 |
/hdabo/admin/hdabo/organisation/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_organisation_delete |
|
|
752 |
/hdabo/admin/hdabo/organisation/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_organisation_history |
|
|
753 |
/hdabo/admin/hdabo/organisation/add/ django.contrib.admin.options.add_view admin:hdabo_organisation_add |
|
|
754 |
/hdabo/admin/hdabo/tag/ django.contrib.admin.options.changelist_view admin:hdabo_tag_changelist |
|
|
755 |
/hdabo/admin/hdabo/tag/<var>/ django.contrib.admin.options.change_view admin:hdabo_tag_change |
|
|
756 |
/hdabo/admin/hdabo/tag/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_tag_delete |
|
|
757 |
/hdabo/admin/hdabo/tag/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_tag_history |
|
|
758 |
/hdabo/admin/hdabo/tag/add/ django.contrib.admin.options.add_view admin:hdabo_tag_add |
|
|
759 |
/hdabo/admin/hdabo/tagcategory/ django.contrib.admin.options.changelist_view admin:hdabo_tagcategory_changelist |
|
|
760 |
/hdabo/admin/hdabo/tagcategory/<var>/ django.contrib.admin.options.change_view admin:hdabo_tagcategory_change |
|
|
761 |
/hdabo/admin/hdabo/tagcategory/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_tagcategory_delete |
|
|
762 |
/hdabo/admin/hdabo/tagcategory/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_tagcategory_history |
|
|
763 |
/hdabo/admin/hdabo/tagcategory/add/ django.contrib.admin.options.add_view admin:hdabo_tagcategory_add |
|
|
764 |
/hdabo/admin/hdabo/taggedsheet/ django.contrib.admin.options.changelist_view admin:hdabo_taggedsheet_changelist |
|
|
765 |
/hdabo/admin/hdabo/taggedsheet/<var>/ django.contrib.admin.options.change_view admin:hdabo_taggedsheet_change |
|
|
766 |
/hdabo/admin/hdabo/taggedsheet/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_taggedsheet_delete |
|
|
767 |
/hdabo/admin/hdabo/taggedsheet/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_taggedsheet_history |
|
|
768 |
/hdabo/admin/hdabo/taggedsheet/add/ django.contrib.admin.options.add_view admin:hdabo_taggedsheet_add |
|
|
769 |
/hdabo/admin/hdabo/timeperiod/ django.contrib.admin.options.changelist_view admin:hdabo_timeperiod_changelist |
|
|
770 |
/hdabo/admin/hdabo/timeperiod/<var>/ django.contrib.admin.options.change_view admin:hdabo_timeperiod_change |
|
|
771 |
/hdabo/admin/hdabo/timeperiod/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_timeperiod_delete |
|
|
772 |
/hdabo/admin/hdabo/timeperiod/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_timeperiod_history |
|
|
773 |
/hdabo/admin/hdabo/timeperiod/add/ django.contrib.admin.options.add_view admin:hdabo_timeperiod_add |
|
|
774 |
/hdabo/admin/hdabo/user/ django.contrib.admin.options.changelist_view admin:hdabo_user_changelist |
|
|
775 |
/hdabo/admin/hdabo/user/<var>/ django.contrib.admin.options.change_view admin:hdabo_user_change |
|
|
776 |
/hdabo/admin/hdabo/user/<var>/delete/ django.contrib.admin.options.delete_view admin:hdabo_user_delete |
|
|
777 |
/hdabo/admin/hdabo/user/<var>/history/ django.contrib.admin.options.history_view admin:hdabo_user_history |
|
|
778 |
/hdabo/admin/hdabo/user/<var>/password/ django.contrib.auth.admin.user_change_password admin:auth_user_password_change |
|
|
779 |
/hdabo/admin/hdabo/user/add/ django.contrib.auth.admin.add_view admin:hdabo_user_add |
|
|
780 |
/hdabo/admin/jsi18n/ django.contrib.admin.sites.i18n_javascript admin:jsi18n |
|
|
781 |
/hdabo/admin/login/ django.contrib.admin.sites.login admin:login |
|
|
782 |
/hdabo/admin/logout/ django.contrib.admin.sites.logout admin:logout |
|
|
783 |
/hdabo/admin/password_change/ django.contrib.admin.sites.password_change admin:password_change |
|
|
784 |
/hdabo/admin/password_change/done/ django.contrib.admin.sites.password_change_done admin:password_change_done |
|
|
785 |
/hdabo/admin/r/<content_type_id>/<object_id>/ django.contrib.contenttypes.views.shortcut admin:view_on_site |
|
|
786 |
/hdabo/admin/registration/registrationprofile/ django.contrib.admin.options.changelist_view admin:registration_registrationprofile_changelist |
|
|
787 |
/hdabo/admin/registration/registrationprofile/<var>/ django.contrib.admin.options.change_view admin:registration_registrationprofile_change |
|
|
788 |
/hdabo/admin/registration/registrationprofile/<var>/delete/ django.contrib.admin.options.delete_view admin:registration_registrationprofile_delete |
|
|
789 |
/hdabo/admin/registration/registrationprofile/<var>/history/ django.contrib.admin.options.history_view admin:registration_registrationprofile_history |
|
|
790 |
/hdabo/admin/registration/registrationprofile/add/ django.contrib.admin.options.add_view admin:registration_registrationprofile_add |
|
|
791 |
/hdabo/admin/sites/site/ django.contrib.admin.options.changelist_view admin:sites_site_changelist |
|
|
792 |
/hdabo/admin/sites/site/<var>/ django.contrib.admin.options.change_view admin:sites_site_change |
|
|
793 |
/hdabo/admin/sites/site/<var>/delete/ django.contrib.admin.options.delete_view admin:sites_site_delete |
|
|
794 |
/hdabo/admin/sites/site/<var>/history/ django.contrib.admin.options.history_view admin:sites_site_history |
|
|
795 |
/hdabo/admin/sites/site/add/ django.contrib.admin.options.add_view admin:sites_site_add |
|
|
796 |
|
|
|
797 |
/hdabo/accounts/activate/<activation_key>/ registration.backends.default.views.ActivationView registration_activate |
|
|
798 |
/hdabo/accounts/activate/complete/ django.views.generic.base.TemplateView registration_activation_complete |
|
|
799 |
/hdabo/accounts/login/ django.contrib.auth.views.login auth_login |
|
|
800 |
/hdabo/accounts/login/ django.contrib.auth.views.login login |
|
|
801 |
/hdabo/accounts/logout/ django.contrib.auth.views.logout auth_logout login_required |
|
|
802 |
/hdabo/accounts/logout/ django.contrib.auth.views.logout logout login_required |
|
|
803 |
/hdabo/accounts/password/change/ django.contrib.auth.views.password_change auth_password_change |
|
|
804 |
/hdabo/accounts/password/change/done/ django.contrib.auth.views.password_change_done auth_password_change_done login_required |
|
|
805 |
/hdabo/accounts/password/reset/ django.contrib.auth.views.password_reset auth_password_reset |
|
|
806 |
/hdabo/accounts/password/reset/complete/ django.contrib.auth.views.password_reset_complete auth_password_reset_complete login_required |
|
|
807 |
/hdabo/accounts/password/reset/confirm/<uidb64>/<token>/ django.contrib.auth.views.password_reset_confirm auth_password_reset_confirm |
|
|
808 |
/hdabo/accounts/password/reset/confirm/<uidb64>/<token>/ django.contrib.auth.views.password_reset_confirm auth_password_reset_confirm |
|
|
809 |
/hdabo/accounts/password/reset/done/ django.contrib.auth.views.password_reset_done auth_password_reset_done login_required |
|
|
810 |
/hdabo/accounts/password_change/ django.contrib.auth.views.password_change password_change |
|
|
811 |
/hdabo/accounts/password_change/done/ django.contrib.auth.views.password_change_done password_change_done login_required |
|
|
812 |
/hdabo/accounts/password_reset/ django.contrib.auth.views.password_reset password_reset |
|
|
813 |
/hdabo/accounts/password_reset/done/ django.contrib.auth.views.password_reset_done password_reset_done login_required |
|
|
814 |
/hdabo/accounts/register/ registration.backends.default.views.RegistrationView registration_register |
|
|
815 |
/hdabo/accounts/register/closed/ django.views.generic.base.TemplateView registration_disallowed |
|
|
816 |
/hdabo/accounts/register/complete/ django.views.generic.base.TemplateView registration_complete |
|
|
817 |
/hdabo/accounts/reset/<uidb64>/<token>/ django.contrib.auth.views.password_reset_confirm password_reset_confirm |
|
|
818 |
/hdabo/accounts/reset/done/ django.contrib.auth.views.password_reset_complete password_reset_complete login_required |
|
|
819 |
|
|
|
820 |
/ajaxlogin/ hdalab.views.profile.ajax_login ajax_login |
|
|
821 |
/ajaxloginok/ django.views.generic.base.TemplateView ajax_login_ok |
|
|
822 |
|
|
|
823 |
/categories/ django.views.generic.base.TemplateView categories |
|
|
824 |
|
|
|
825 |
|
|
|
826 |
/static/media/<path> django.views.static.serve |
|
|
827 |
|
|
|
828 |
|
|
|
829 |
/renkan/favorite/ hdalab.views.profile.RenkanFavoriteList renkan_favorite_list |
|
|
830 |
/renkan/public/ hdalab.views.profile.RenkanPublicList renkan_public_list |
|
|
831 |
/renkan/view/ django.views.generic.base.TemplateView renkan_view |
|
|
832 |
/renkan/full/ django.views.generic.base.TemplateView renkan_full |
|
|
833 |
|
|
|
834 |
|
|
|
835 |
/edito/ django.views.generic.base.TemplateView edito_home login_required |
|
|
836 |
|
|
|
837 |
|
|
|
838 |
/hdabo/ hdabo.views.home hdabo_home login_required |
|
|
839 |
|
|
|
840 |
/hdabo/addtag hdabo.views.add_tag login_required |
|
|
841 |
|
|
|
842 |
/hdabo/alltags/ hdabo.views.all_tags login_required |
|
|
843 |
/hdabo/alltags/<num_page>/ hdabo.views.all_tags login_required |
|
|
844 |
/hdabo/alltags/<num_page>/<nb_by_page>/ hdabo.views.all_tags login_required |
|
|
845 |
/hdabo/alltags/<num_page>/<nb_by_page>/<sort>/ hdabo.views.all_tags login_required |
|
|
846 |
/hdabo/alltags/<num_page>/<nb_by_page>/<sort>/<searched>/ hdabo.views.all_tags login_required |
|
|
847 |
|
|
|
848 |
/hdabo/data hdabo.views.display_datasheet display_datasheet login_required |
|
|
849 |
/hdabo/data/<ds_id> hdabo.views.display_datasheet display_datasheet login_required |
|
|
850 |
|
|
|
851 |
/hdabo/deletefolder/<folder_pk> hdabo.views.DeleteFolder delete_folder login_required |
|
|
852 |
|
|
|
853 |
/hdabo/folder/ hdabo.views.AddOrUpdateFolder add_or_update_folder login_required |
|
|
854 |
/hdabo/folder/<folder_pk> hdabo.views.AddOrUpdateFolder add_or_update_folder login_required |
|
|
855 |
/hdabo/folders/ hdabo.views.Folders folders login_required |
|
|
856 |
|
|
|
857 |
/hdabo/list/ hdabo.views.orga_list orga_list login_required |
|
|
858 |
/hdabo/list/<orga_id> hdabo.views.list_for_orga list_for_orga login_required |
|
|
859 |
/hdabo/list/<orga_id>/<valid>/ hdabo.views.list_for_orga list_for_orga login_required |
|
|
860 |
/hdabo/list/<orga_id>/<valid>/<start_index>/ hdabo.views.list_for_orga list_for_orga login_required |
|
|
861 |
/hdabo/list/<orga_id>/<valid>/<start_index>/<length>/ hdabo.views.list_for_orga list_for_orga login_required |
|
|
862 |
|
|
|
863 |
/hdabo/logout/ django.contrib.auth.views.logout_then_login login_required |
|
|
864 |
|
|
|
865 |
/hdabo/modifytag hdabo.views.modify_tag login_required |
|
|
866 |
/hdabo/modifytagds hdabo.views.modify_tag_datasheet login_required |
|
|
867 |
|
|
|
868 |
/hdabo/ordertagsdatasheet hdabo.views.reorder_tag_datasheet login_required |
|
|
869 |
|
|
|
870 |
/hdabo/removetagfromlist hdabo.views.remove_tag_from_list login_required |
|
|
871 |
/hdabo/removewplink hdabo.views.remove_wp_link login_required |
|
|
872 |
/hdabo/resetwpinfo hdabo.views.reset_wikipedia_info login_required |
|
|
873 |
|
|
|
874 |
/hdabo/search/ haystack.views.SearchView() haystack_search |
|
|
875 |
/hdabo/searchajax/ hdabo.views.SearchDatasheet() searchajax |
|
|
876 |
|
|
|
877 |
/hdabo/tagupdown hdabo.views.tag_up_down login_required |
|
|
878 |
|
|
|
879 |
/hdabo/updatetagalias hdabo.views.update_tag_alias login_required |
|
|
880 |
/hdabo/updatetagcategory hdabo.views.update_tag_category login_required |
|
|
881 |
|
|
|
882 |
/hdabo/validatedatasheet hdabo.views.validate_datasheet login_required |
|
|
883 |
/hdabo/validatedatasheet/<ds_id> hdabo.views.validate_datasheet login_required |
|
|
884 |
/hdabo/validatedatasheet/<ds_id>/<valid>/ hdabo.views.validate_datasheet login_required |
|
|
885 |
|