--- a/src/hdalab/README.txt Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/README.txt Thu Nov 20 15:25:28 2014 +0100
@@ -28,7 +28,21 @@
Pour importer ce fichier:
python manage.py import_insee_hda_csv <chemin/nom_du_fichier.csv>
-
+== Mise en place de l'Environnement Virtuel ==
+
+0) requis : python 2.6 (64 bits).
+1) installer PostGreSql 9.X car ça tourne en 64 bits.
+3) $ export PYTHONPATH=/path/to/workspace/hdabo/web (/Users/tc/dev/eclipse_workspace/hdabo/web)
+4) ajouter le path jusqu'à pg_config dans les vars d'env : ajouter dans la ligne suivante dans ~/.bashrc :
+ export PATH=$PATH:/Library/PostgreSQL/9.X/bin
+- faire en sorte que ~/.bashrc soit bien pris en compte quand on lance un terminal : ajouter dans la ligne suivante dans /etc/bashrc :
+ [ -r ~/.bashrc ] && . ~/.bashrc
+- se mettre dans le bon répertoire et la création du virtualenv :
+ $ cd /path/to/workspace/hdabo/web (/Users/tc/dev/eclipse_workspace/hdabo/web)
+ $ python create_python_env.py
+ $ python project-boot.py --no-site-packages --type-install=local env/myhdaboenv
+
+
=== Migration hdabo -> hdalab ===
0) appliquer les migrations south
--- a/src/hdalab/config.py.tmpl Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/config.py.tmpl Thu Nov 20 15:25:28 2014 +0100
@@ -110,4 +110,14 @@
# 'propagate': True,
# },
}
-}
\ No newline at end of file
+}
+
+HAYSTACK_CONNECTIONS = {
+ 'default': {
+ # the elasticsearch_backend is probably temporary
+ #'ENGINE': 'hdabo.search.french_whoosh_backend.SearchBackend',
+ 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
+ 'URL': 'http://127.0.0.1:9200/',
+ 'INDEX_NAME': 'hdabo',
+ },
+}
Binary file src/hdalab/locale/de/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/de/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/de/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -120,15 +120,15 @@
msgstr "Suchergebnisse"
#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/renkan_list.html:32 templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr ""
#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/renkan_list.html:33 templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr ""
@@ -220,16 +220,93 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr ""
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr ""
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr ""
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr ""
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr ""
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr ""
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr ""
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr ""
+
+#: templates/renkan_edit.html:185 templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr ""
+
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr ""
+
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr ""
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr ""
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr ""
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr ""
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr ""
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr ""
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
msgstr ""
#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
Binary file src/hdalab/locale/en/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/en/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/en/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: 2012-03-09 02:10+0200\n"
"Last-Translator: Yves-Marie Haussonne <ymh.work@gmail.com>\n"
"Language-Team: IRI\n"
@@ -61,17 +61,20 @@
msgid "Manage"
msgstr ""
-#: templates/base.html:37 templates/ajax_identification/ajax_login_ok.html:6
+#: templates/base.html:37
+#: templates/ajax_identification/ajax_login_ok.html:6
msgid "Log out"
msgstr ""
-#: templates/base.html:39 templates/registration/activate.html:8
+#: templates/base.html:39
+#: templates/registration/activate.html:8
#: templates/registration/activation_complete.html:8
#: templates/registration/password_reset_complete.html:7
msgid "Log in"
msgstr ""
-#: templates/facettes.html:6 templates/facettes.html.py:45
+#: templates/facettes.html:6
+#: templates/facettes.html.py:45
msgid "Recherche par facettes"
msgstr "Faceted search"
@@ -99,7 +102,8 @@
msgid "Nuage de mots-cles"
msgstr "Keyword cloud"
-#: templates/facettes.html:108 templates/facettes.html.py:112
+#: templates/facettes.html:108
+#: templates/facettes.html.py:112
msgid "Rechercher un tag"
msgstr "Tag search"
@@ -119,91 +123,110 @@
msgid "Resultats de recherche"
msgstr "Search results"
-#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/profile_home.html:36
+#: templates/profile_home.html.py:89
+#: templates/renkan_list.html:32
+#: templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr ""
-#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/profile_home.html:37
+#: templates/profile_home.html.py:90
+#: templates/renkan_list.html:33
+#: templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr ""
-#: templates/profile_home.html:38 templates/renkan_list.html:34
+#: templates/profile_home.html:38
+#: templates/renkan_list.html:34
#: templates/editorial/manage_renkans.html:32
msgid "Filter"
msgstr ""
-#: templates/profile_home.html:38 templates/renkan_list.html:34
+#: templates/profile_home.html:38
+#: templates/renkan_list.html:34
#: templates/editorial/manage_renkans.html:32
msgid "Advanced search"
msgstr ""
-#: templates/profile_home.html:40 templates/profile_home.html.py:57
-#: templates/renkan_list.html:36 templates/renkan_list.html.py:45
+#: templates/profile_home.html:40
+#: templates/profile_home.html.py:57
+#: templates/renkan_list.html:36
+#: templates/renkan_list.html.py:45
#: templates/editorial/manage_renkans.html:34
#: templates/editorial/manage_renkans.html:51
msgid "Title"
msgstr ""
-#: templates/profile_home.html:41 templates/profile_home.html.py:59
-#: templates/renkan_list.html:37 templates/renkan_list.html.py:49
+#: templates/profile_home.html:41
+#: templates/profile_home.html.py:59
+#: templates/renkan_list.html:37
+#: templates/renkan_list.html.py:49
#: templates/editorial/manage_renkans.html:35
#: templates/editorial/manage_renkans.html:55
msgid "Modification date"
msgstr ""
-#: templates/profile_home.html:41 templates/renkan_list.html:37
+#: templates/profile_home.html:41
+#: templates/renkan_list.html:37
#: templates/editorial/manage_renkans.html:35
msgid "begin"
msgstr ""
-#: templates/profile_home.html:42 templates/renkan_list.html:38
+#: templates/profile_home.html:42
+#: templates/renkan_list.html:38
#: templates/editorial/manage_renkans.html:36
msgid "end"
msgstr ""
-#: templates/profile_home.html:43 templates/profile_home.html.py:62
+#: templates/profile_home.html:43
+#: templates/profile_home.html.py:62
#: templates/editorial/manage_renkans.html:38
#: templates/editorial/manage_renkans.html:58
msgid "State"
msgstr ""
#: templates/profile_home.html:46
-#, fuzzy
msgid "Edition"
-msgstr "edition"
+msgstr "Edition"
-#: templates/profile_home.html:47 templates/editorial/manage_renkans.html:41
+#: templates/profile_home.html:47
+#: templates/editorial/manage_renkans.html:41
msgid "Moderated"
msgstr ""
-#: templates/profile_home.html:48 templates/editorial/manage_renkans.html:42
+#: templates/profile_home.html:48
+#: templates/editorial/manage_renkans.html:42
msgid "Published"
msgstr ""
-#: templates/profile_home.html:49 templates/editorial/manage_renkans.html:43
+#: templates/profile_home.html:49
+#: templates/editorial/manage_renkans.html:43
msgid "Rejected"
msgstr ""
-#: templates/profile_home.html:52 templates/renkan_list.html:40
+#: templates/profile_home.html:52
+#: templates/renkan_list.html:40
#: templates/editorial/manage_renkans.html:46
msgid "Search"
msgstr ""
-#: templates/profile_home.html:61 templates/editorial/manage_renkans.html:57
+#: templates/profile_home.html:61
+#: templates/editorial/manage_renkans.html:57
msgid "Preview"
msgstr ""
-#: templates/profile_home.html:64 templates/editorial/manage_renkans.html:60
+#: templates/profile_home.html:64
+#: templates/editorial/manage_renkans.html:60
msgid "Actions"
msgstr ""
-#: templates/profile_home.html:79 templates/renkan_list.html:63
+#: templates/profile_home.html:79
+#: templates/renkan_list.html:63
msgid "Are you sure you want to copy this renkan ?"
msgstr ""
@@ -220,27 +243,117 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr ""
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
-msgstr ""
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr "Close<br>this help"
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr "Help: Welcome !"
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr "This tool (RENKAN) allows you to represent, arrange, and organise groups of "
+"resources of the portal \"Histoire des Art\" with other websites.<br><br> "
+"You can move each node by clicking on it and dragging it toanother place."
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr "Legend"
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr "Request"
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr "Resource"
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr "Tag"
+
+#: templates/renkan_edit.html:185
+#: templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr "By clicking on each node or link you can move, edit, delete, enlarge,shrink, "
+"or modify using the circular menu as you can see below."
+
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr "Help: Add, Edit, Organise, Save !"
-#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr "1. Add"
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr "Once this Help is closed you'll be able to add resources dragging "
+"anddropping any elements from any web page."
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr "Clicking the icon on the left will show the search panel to find resources on"
+"the HDA website or Wikipedia."
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr "2. Edit and organise"
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr "Lorem Ipsum is simply dummy text of the printing and typesetting industry. <br><br>"
+"Lorem Ipsum has been the industry's standard dummy text ever"
+" since the 1500s, when an unknown printer took a galley of type and"
+"scrambled it to make a type specimen book."
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr "3. Save"
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
+msgstr "Then, you can save your work, clicking on the icon representing a floppy"
+"disk."
+
+#: templates/renkan_list.html:6
+#: templates/renkan_list.html.py:31
msgid "Public Renkans list"
msgstr ""
-#: templates/renkan_list.html:39 templates/editorial/manage_renkans.html:37
+#: templates/renkan_list.html:39
+#: templates/editorial/manage_renkans.html:37
msgid "Username"
msgstr ""
-#: templates/renkan_list.html:47 templates/editorial/manage_renkans.html:53
+#: templates/renkan_list.html:47
+#: templates/editorial/manage_renkans.html:53
msgid "User"
msgstr ""
@@ -345,36 +458,8 @@
msgid "You are now registered. Activation email sent."
msgstr ""
-#: views/profile.py:378 views/profile.py:441
+#: views/profile.py:378
+#: views/profile.py:441
msgid "Period"
msgstr ""
-#~ msgid "Chinese"
-#~ msgstr "Chinese"
-
-#~ msgid "Partager la session"
-#~ msgstr "Share session"
-
-#~ msgid "En lecture seule"
-#~ msgstr "Read-only"
-
-#~ msgid "En lecture-ecriture"
-#~ msgstr "Read-write"
-
-#~ msgid "Copier le lien"
-#~ msgstr "Copy link"
-
-#~ msgid "Mes vues :"
-#~ msgstr "My views:"
-
-#~ msgid "Creer une vue sur des resultats de recherche"
-#~ msgstr "Create a view on search results"
-
-#~ msgid "Creer une liste de notices"
-#~ msgstr "Create datasheet list"
-
-#~ msgid "Information sur un mot-cle"
-#~ msgstr "Keyword information"
-
-#~ msgid "Recherche par liste de completion"
-#~ msgstr "Autocomplete Search"
Binary file src/hdalab/locale/es/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/es/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/es/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,17 +61,20 @@
msgid "Manage"
msgstr ""
-#: templates/base.html:37 templates/ajax_identification/ajax_login_ok.html:6
+#: templates/base.html:37
+#: templates/ajax_identification/ajax_login_ok.html:6
msgid "Log out"
msgstr ""
-#: templates/base.html:39 templates/registration/activate.html:8
+#: templates/base.html:39
+#: templates/registration/activate.html:8
#: templates/registration/activation_complete.html:8
#: templates/registration/password_reset_complete.html:7
msgid "Log in"
msgstr ""
-#: templates/facettes.html:6 templates/facettes.html.py:45
+#: templates/facettes.html:6
+#: templates/facettes.html.py:45
msgid "Recherche par facettes"
msgstr "Búsqueda por facetas"
@@ -99,7 +102,8 @@
msgid "Nuage de mots-cles"
msgstr "Nube de palabras clave"
-#: templates/facettes.html:108 templates/facettes.html.py:112
+#: templates/facettes.html:108
+#: templates/facettes.html.py:112
msgid "Rechercher un tag"
msgstr "Buscar una etiqueta"
@@ -119,56 +123,68 @@
msgid "Resultats de recherche"
msgstr "Resultados de búsqueda"
-#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/profile_home.html:36
+#: templates/profile_home.html.py:89
+#: templates/renkan_list.html:32
+#: templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr ""
-#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/profile_home.html:37
+#: templates/profile_home.html.py:90
+#: templates/renkan_list.html:33
+#: templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr ""
-#: templates/profile_home.html:38 templates/renkan_list.html:34
+#: templates/profile_home.html:38
+#: templates/renkan_list.html:34
#: templates/editorial/manage_renkans.html:32
-#, fuzzy
msgid "Filter"
-msgstr "Filtros:"
+msgstr "Filtros"
-#: templates/profile_home.html:38 templates/renkan_list.html:34
+#: templates/profile_home.html:38
+#: templates/renkan_list.html:34
#: templates/editorial/manage_renkans.html:32
msgid "Advanced search"
msgstr ""
-#: templates/profile_home.html:40 templates/profile_home.html.py:57
-#: templates/renkan_list.html:36 templates/renkan_list.html.py:45
+#: templates/profile_home.html:40
+#: templates/profile_home.html.py:57
+#: templates/renkan_list.html:36
+#: templates/renkan_list.html.py:45
#: templates/editorial/manage_renkans.html:34
#: templates/editorial/manage_renkans.html:51
msgid "Title"
msgstr ""
-#: templates/profile_home.html:41 templates/profile_home.html.py:59
-#: templates/renkan_list.html:37 templates/renkan_list.html.py:49
+#: templates/profile_home.html:41
+#: templates/profile_home.html.py:59
+#: templates/renkan_list.html:37
+#: templates/renkan_list.html.py:49
#: templates/editorial/manage_renkans.html:35
#: templates/editorial/manage_renkans.html:55
msgid "Modification date"
msgstr ""
-#: templates/profile_home.html:41 templates/renkan_list.html:37
+#: templates/profile_home.html:41
+#: templates/renkan_list.html:37
#: templates/editorial/manage_renkans.html:35
msgid "begin"
msgstr ""
-#: templates/profile_home.html:42 templates/renkan_list.html:38
+#: templates/profile_home.html:42
+#: templates/renkan_list.html:38
#: templates/editorial/manage_renkans.html:36
msgid "end"
msgstr ""
-#: templates/profile_home.html:43 templates/profile_home.html.py:62
+#: templates/profile_home.html:43
+#: templates/profile_home.html.py:62
#: templates/editorial/manage_renkans.html:38
#: templates/editorial/manage_renkans.html:58
msgid "State"
@@ -178,32 +194,39 @@
msgid "Edition"
msgstr ""
-#: templates/profile_home.html:47 templates/editorial/manage_renkans.html:41
+#: templates/profile_home.html:47
+#: templates/editorial/manage_renkans.html:41
msgid "Moderated"
msgstr ""
-#: templates/profile_home.html:48 templates/editorial/manage_renkans.html:42
+#: templates/profile_home.html:48
+#: templates/editorial/manage_renkans.html:42
msgid "Published"
msgstr ""
-#: templates/profile_home.html:49 templates/editorial/manage_renkans.html:43
+#: templates/profile_home.html:49
+#: templates/editorial/manage_renkans.html:43
msgid "Rejected"
msgstr ""
-#: templates/profile_home.html:52 templates/renkan_list.html:40
+#: templates/profile_home.html:52
+#: templates/renkan_list.html:40
#: templates/editorial/manage_renkans.html:46
msgid "Search"
msgstr ""
-#: templates/profile_home.html:61 templates/editorial/manage_renkans.html:57
+#: templates/profile_home.html:61
+#: templates/editorial/manage_renkans.html:57
msgid "Preview"
msgstr ""
-#: templates/profile_home.html:64 templates/editorial/manage_renkans.html:60
+#: templates/profile_home.html:64
+#: templates/editorial/manage_renkans.html:60
msgid "Actions"
msgstr ""
-#: templates/profile_home.html:79 templates/renkan_list.html:63
+#: templates/profile_home.html:79
+#: templates/renkan_list.html:63
msgid "Are you sure you want to copy this renkan ?"
msgstr ""
@@ -220,27 +243,119 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr ""
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
-msgstr ""
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr "Cerrar<br>esta ayuda"
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr "Ayuda : Bienvenido !"
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr "Esta erramienta (RENKA) os permite representar, y organisar groupos de"
+"recursos del portal \"Histoire des arts\" con otras parginas web."
+"<br><br>Puede mover cada nudo haciendo un clic y moviendolo"
+"con su ratón"
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr "Leyenda"
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr "Petición"
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr "Recurso"
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr "Tag"
+
+#: templates/renkan_edit.html:185
+#: templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr "Haciendo un clic un nudo o un enlace, lo puede mover, editar, borrar,"
+"ampliar, reducir, o modificar utilizando el menu circular como lo de"
+"abajo."
-#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr "Ayuda: Añadir, Modificar, Organisar, Guardar !"
+
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr "1. Añadir"
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr "Despues de cerrar esta ayuda, puede añadir recursos haciendo un"
+"\"drag and drop\" desde cualquier pagina Web."
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr "Haciendo un click en el icono de la izquierda, puede abrir un menu de"
+"búsquedad para encontrar recurso en HDA o Wikipedia."
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr "2. Editar y organisar"
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr "Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos"
+"de texto. <br><br>Lorem Ipsum ha sido el texto de relleno estándar de las"
+"industrias desde el año 1500, cuando un impresor (N. del T. persona que se"
+" dedica a la imprenta) desconocido usó una galería de textos y los mezcló.."
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr "3. Guardar"
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
+msgstr "Luego puede guardar su trabajo haciendo un click en el icono con forma"
+"de disquete."
+
+#: templates/renkan_list.html:6
+#: templates/renkan_list.html.py:31
msgid "Public Renkans list"
msgstr ""
-#: templates/renkan_list.html:39 templates/editorial/manage_renkans.html:37
+#: templates/renkan_list.html:39
+#: templates/editorial/manage_renkans.html:37
msgid "Username"
msgstr ""
-#: templates/renkan_list.html:47 templates/editorial/manage_renkans.html:53
+#: templates/renkan_list.html:47
+#: templates/editorial/manage_renkans.html:53
msgid "User"
msgstr ""
@@ -345,36 +460,8 @@
msgid "You are now registered. Activation email sent."
msgstr ""
-#: views/profile.py:378 views/profile.py:441
+#: views/profile.py:378
+#: views/profile.py:441
msgid "Period"
msgstr ""
-#~ msgid "Chinese"
-#~ msgstr "Chino"
-
-#~ msgid "Partager la session"
-#~ msgstr "Compartir sesión"
-
-#~ msgid "En lecture seule"
-#~ msgstr "Lectura sola"
-
-#~ msgid "En lecture-ecriture"
-#~ msgstr "Lectura-escritura"
-
-#~ msgid "Copier le lien"
-#~ msgstr "Enlácenos"
-
-#~ msgid "Mes vues :"
-#~ msgstr "Mis vistas:"
-
-#~ msgid "Creer une vue sur des resultats de recherche"
-#~ msgstr "Crear una lista de los resultados de búsqueda"
-
-#~ msgid "Creer une liste de notices"
-#~ msgstr "Crear une lista de registros"
-
-#~ msgid "Information sur un mot-cle"
-#~ msgstr "Información sobre una palabra llave"
-
-#~ msgid "Recherche par liste de completion"
-#~ msgstr "Busqueda con autocompletar"
Binary file src/hdalab/locale/fr/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/fr/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/fr/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,17 +61,20 @@
msgid "Manage"
msgstr "Gérer"
-#: templates/base.html:37 templates/ajax_identification/ajax_login_ok.html:6
+#: templates/base.html:37
+#: templates/ajax_identification/ajax_login_ok.html:6
msgid "Log out"
msgstr "Déconnexion"
-#: templates/base.html:39 templates/registration/activate.html:8
+#: templates/base.html:39
+#: templates/registration/activate.html:8
#: templates/registration/activation_complete.html:8
#: templates/registration/password_reset_complete.html:7
msgid "Log in"
msgstr "Connexion"
-#: templates/facettes.html:6 templates/facettes.html.py:45
+#: templates/facettes.html:6
+#: templates/facettes.html.py:45
msgid "Recherche par facettes"
msgstr "Recherche par facettes"
@@ -99,7 +102,8 @@
msgid "Nuage de mots-cles"
msgstr "Nuage de mots-clés"
-#: templates/facettes.html:108 templates/facettes.html.py:112
+#: templates/facettes.html:108
+#: templates/facettes.html.py:112
msgid "Rechercher un tag"
msgstr "Rechercher un tag"
@@ -119,55 +123,68 @@
msgid "Resultats de recherche"
msgstr "Résultats de recherche"
-#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/profile_home.html:36
+#: templates/profile_home.html.py:89
+#: templates/renkan_list.html:32
+#: templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr "Précédent"
-#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/profile_home.html:37
+#: templates/profile_home.html.py:90
+#: templates/renkan_list.html:33
+#: templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr "Suivant"
-#: templates/profile_home.html:38 templates/renkan_list.html:34
+#: templates/profile_home.html:38
+#: templates/renkan_list.html:34
#: templates/editorial/manage_renkans.html:32
msgid "Filter"
msgstr "Filtrer"
-#: templates/profile_home.html:38 templates/renkan_list.html:34
+#: templates/profile_home.html:38
+#: templates/renkan_list.html:34
#: templates/editorial/manage_renkans.html:32
msgid "Advanced search"
msgstr "Recherche avancée"
-#: templates/profile_home.html:40 templates/profile_home.html.py:57
-#: templates/renkan_list.html:36 templates/renkan_list.html.py:45
+#: templates/profile_home.html:40
+#: templates/profile_home.html.py:57
+#: templates/renkan_list.html:36
+#: templates/renkan_list.html.py:45
#: templates/editorial/manage_renkans.html:34
#: templates/editorial/manage_renkans.html:51
msgid "Title"
msgstr "Titre"
-#: templates/profile_home.html:41 templates/profile_home.html.py:59
-#: templates/renkan_list.html:37 templates/renkan_list.html.py:49
+#: templates/profile_home.html:41
+#: templates/profile_home.html.py:59
+#: templates/renkan_list.html:37
+#: templates/renkan_list.html.py:49
#: templates/editorial/manage_renkans.html:35
#: templates/editorial/manage_renkans.html:55
msgid "Modification date"
msgstr "Date de modification"
-#: templates/profile_home.html:41 templates/renkan_list.html:37
+#: templates/profile_home.html:41
+#: templates/renkan_list.html:37
#: templates/editorial/manage_renkans.html:35
msgid "begin"
msgstr "début"
-#: templates/profile_home.html:42 templates/renkan_list.html:38
+#: templates/profile_home.html:42
+#: templates/renkan_list.html:38
#: templates/editorial/manage_renkans.html:36
msgid "end"
msgstr "fin"
-#: templates/profile_home.html:43 templates/profile_home.html.py:62
+#: templates/profile_home.html:43
+#: templates/profile_home.html.py:62
#: templates/editorial/manage_renkans.html:38
#: templates/editorial/manage_renkans.html:58
msgid "State"
@@ -177,40 +194,46 @@
msgid "Edition"
msgstr "Édition"
-#: templates/profile_home.html:47 templates/editorial/manage_renkans.html:41
+#: templates/profile_home.html:47
+#: templates/editorial/manage_renkans.html:41
msgid "Moderated"
msgstr "Modéré"
-#: templates/profile_home.html:48 templates/editorial/manage_renkans.html:42
+#: templates/profile_home.html:48
+#: templates/editorial/manage_renkans.html:42
msgid "Published"
msgstr "Publié"
-#: templates/profile_home.html:49 templates/editorial/manage_renkans.html:43
+#: templates/profile_home.html:49
+#: templates/editorial/manage_renkans.html:43
msgid "Rejected"
msgstr "Rejeté"
-#: templates/profile_home.html:52 templates/renkan_list.html:40
+#: templates/profile_home.html:52
+#: templates/renkan_list.html:40
#: templates/editorial/manage_renkans.html:46
msgid "Search"
msgstr "Rechercher"
-#: templates/profile_home.html:61 templates/editorial/manage_renkans.html:57
+#: templates/profile_home.html:61
+#: templates/editorial/manage_renkans.html:57
msgid "Preview"
msgstr "Prévisualisation"
-#: templates/profile_home.html:64 templates/editorial/manage_renkans.html:60
+#: templates/profile_home.html:64
+#: templates/editorial/manage_renkans.html:60
msgid "Actions"
msgstr "Actions"
-#: templates/profile_home.html:79 templates/renkan_list.html:63
+#: templates/profile_home.html:79
+#: templates/renkan_list.html:63
msgid "Are you sure you want to copy this renkan ?"
msgstr "Êtes-vous certain(e) de vouloir copier ce Renkan ?"
#: templates/profile_home.html:80
msgid ""
"Are you sure you want to delete this renkan ? You cannot undo this action."
-msgstr ""
-"Êtes-vous certain(e) de vouloir effacer ce Renkan ? Vous ne pourrez pas "
+msgstr "Êtes-vous certain(e) de vouloir effacer ce Renkan ? Vous ne pourrez pas "
"annuler cette action."
#: templates/profile_home.html:81
@@ -221,35 +244,126 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr "Êtes-vous certain(e) de vouloir dépublier ce Renkan ?"
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr "Voir le graphe en cercles"
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr "Voir le graphe en lignes"
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
-msgstr "Besoin d'aide ?"
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr "Fermer<br>ce didacticiel"
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr "Aide : Bienvenue !"
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr "Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr "Légende"
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr "Requête"
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr "Ressource"
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr "Tag"
+
+#: templates/renkan_edit.html:185
+#: templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr "En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
-#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr "1. Ajouter"
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr "Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr "En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr "2. Editer et organiser"
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr "Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr "3. Enregistrer"
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
+msgstr "Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
+
+#: templates/renkan_list.html:6
+#: templates/renkan_list.html.py:31
msgid "Public Renkans list"
msgstr "Liste des renkans publics"
-#: templates/renkan_list.html:39 templates/editorial/manage_renkans.html:37
+#: templates/renkan_list.html:39
+#: templates/editorial/manage_renkans.html:37
msgid "Username"
msgstr "Nom d'utilisateur"
-#: templates/renkan_list.html:47 templates/editorial/manage_renkans.html:53
+#: templates/renkan_list.html:47
+#: templates/editorial/manage_renkans.html:53
msgid "User"
msgstr "Utilisateur"
#: templates/ajax_identification/ajax_login.html:4
#: templates/registration/login.html:10
msgid "Sorry, that's not a valid username or password."
-msgstr ""
-"Désolé, le nom de l'utilisateur ou le mot de passe ne sont pas valides."
+msgstr "Désolé, le nom de l'utilisateur ou le mot de passe ne sont pas valides."
#: templates/ajax_identification/ajax_login.html:10
#: templates/registration/login.html:16
@@ -336,8 +450,7 @@
#: templates/registration/password_reset_done.html:6
msgid "Email with password reset instructions has been sent."
-msgstr ""
-"L'email avec les instructions pour réinitialiser le mot de passe a été "
+msgstr "L'email avec les instructions pour réinitialiser le mot de passe a été "
"envoyé."
#: templates/registration/password_reset_email.html:2
@@ -349,39 +462,8 @@
msgid "You are now registered. Activation email sent."
msgstr "Vous êtes maintenant enregistré. L'email d'activation a été envoyé."
-#: views/profile.py:378 views/profile.py:441
+#: views/profile.py:378
+#: views/profile.py:441
msgid "Period"
msgstr "Période"
-#~ msgid "Start date"
-#~ msgstr "Date de début"
-
-#~ msgid "End date"
-#~ msgstr "Date de fin"
-
-#~ msgid "Chinese"
-#~ msgstr "Chinois"
-
-#~ msgid "Partager la session"
-#~ msgstr "Partager la session"
-
-#~ msgid "En lecture seule"
-#~ msgstr "En lecture seule"
-
-#~ msgid "En lecture-ecriture"
-#~ msgstr "En lecture-écriture"
-
-#~ msgid "Copier le lien"
-#~ msgstr "Copier le lien"
-
-#~ msgid "Mes vues :"
-#~ msgstr "Mes vues :"
-
-#~ msgid "Creer une vue sur des resultats de recherche"
-#~ msgstr "Créer une vue sur des résultats de recherche"
-
-#~ msgid "Creer une liste de notices"
-#~ msgstr "Créer une liste de notices"
-
-#~ msgid "Information sur un mot-cle"
-#~ msgstr "Information sur un mot-clé"
Binary file src/hdalab/locale/it/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/it/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/it/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -120,15 +120,15 @@
msgstr "Risultati della ricerca"
#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/renkan_list.html:32 templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr ""
#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/renkan_list.html:33 templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr ""
@@ -220,16 +220,93 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr ""
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr ""
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr ""
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr ""
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr ""
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr ""
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr ""
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr ""
+
+#: templates/renkan_edit.html:185 templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr ""
+
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr ""
+
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr ""
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr ""
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr ""
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr ""
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr ""
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr ""
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
msgstr ""
#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
Binary file src/hdalab/locale/ja/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/ja/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/ja/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
@@ -121,15 +121,15 @@
msgstr "検索結果"
#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/renkan_list.html:32 templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr ""
#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/renkan_list.html:33 templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr ""
@@ -221,16 +221,93 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr ""
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr ""
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr ""
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr ""
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr ""
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr ""
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr ""
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr ""
+
+#: templates/renkan_edit.html:185 templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr ""
+
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr ""
+
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr ""
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr ""
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr ""
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr ""
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr ""
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr ""
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
msgstr ""
#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
Binary file src/hdalab/locale/zh-tw/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/zh-tw/LC_MESSAGES/django.po Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/locale/zh-tw/LC_MESSAGES/django.po Thu Nov 20 15:25:28 2014 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-30 05:23-0500\n"
+"POT-Creation-Date: 2014-11-20 06:28-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -121,15 +121,15 @@
msgstr "Résultats de recherche"
#: templates/profile_home.html:36 templates/profile_home.html.py:89
-#: templates/renkan_edit.html:132 templates/renkan_list.html:32
-#: templates/renkan_list.html.py:70 templates/editorial/manage_renkans.html:30
+#: templates/renkan_list.html:32 templates/renkan_list.html.py:70
+#: templates/editorial/manage_renkans.html:30
#: templates/editorial/manage_renkans.html:83
msgid "Previous"
msgstr ""
#: templates/profile_home.html:37 templates/profile_home.html.py:90
-#: templates/renkan_edit.html:131 templates/renkan_list.html:33
-#: templates/renkan_list.html.py:71 templates/editorial/manage_renkans.html:31
+#: templates/renkan_list.html:33 templates/renkan_list.html.py:71
+#: templates/editorial/manage_renkans.html:31
#: templates/editorial/manage_renkans.html:84
msgid "Next"
msgstr ""
@@ -221,16 +221,93 @@
msgid "Are you sure you want to unpublish this renkan ?"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in circle"
msgstr ""
-#: templates/renkan_edit.html:150
+#: templates/renkan_edit.html:164
msgid "See the graph in lines"
msgstr ""
-#: templates/renkan_edit.html:151
-msgid "Need help ?"
+#: templates/renkan_edit.html:170
+msgid "Fermer<br>ce didacticiel"
+msgstr ""
+
+#: templates/renkan_edit.html:173
+msgid "Aide : Bienvenue !"
+msgstr ""
+
+#: templates/renkan_edit.html:175
+msgid ""
+"Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des "
+"collections de ressources du portails histoire des arts avec d’autres sites "
+"Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en "
+"déplacant votre curseur."
+msgstr ""
+
+#: templates/renkan_edit.html:178
+msgid "Légende"
+msgstr ""
+
+#: templates/renkan_edit.html:179
+msgid "Requête"
+msgstr ""
+
+#: templates/renkan_edit.html:180
+msgid "Ressource"
+msgstr ""
+
+#: templates/renkan_edit.html:181
+msgid "Tag"
+msgstr ""
+
+#: templates/renkan_edit.html:185 templates/renkan_edit.html.py:203
+msgid ""
+"En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, "
+"supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire "
+"comme ci dessous."
+msgstr ""
+
+#: templates/renkan_edit.html:190
+msgid "Aide : Ajouter, Editer, Organiser, Enregistrer !"
+msgstr ""
+
+#: templates/renkan_edit.html:192
+msgid "1. Ajouter"
+msgstr ""
+
+#: templates/renkan_edit.html:193
+msgid ""
+"Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant "
+"“drag and drop” a partir de n’importe qu’elle fenetre de navigation web."
+msgstr ""
+
+#: templates/renkan_edit.html:195
+msgid ""
+"En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche "
+"pour retrouver des ressources du site HDA ou Wikipédia."
+msgstr ""
+
+#: templates/renkan_edit.html:198
+msgid "2. Editer et organiser"
+msgstr ""
+
+#: templates/renkan_edit.html:199
+msgid ""
+"Le Lorem Ipsum est simplement du faux texte employé dans la composition et "
+"la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte "
+"standard de l'imprimerie depuis les années 1500, quand un peintre anonyme "
+"assembla ensemble des morceaux de texte pour réaliser un livre de texte."
+msgstr ""
+
+#: templates/renkan_edit.html:202
+msgid "3. Enregistrer"
+msgstr ""
+
+#: templates/renkan_edit.html:205
+msgid ""
+"Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une "
+"disquette."
msgstr ""
#: templates/renkan_list.html:6 templates/renkan_list.html.py:31
--- a/src/hdalab/static/hdalab/css/additionnal_renkan.css Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/static/hdalab/css/additionnal_renkan.css Thu Nov 20 15:25:28 2014 +0100
@@ -32,49 +32,188 @@
.Rk-HdaTags-Search-Icon {
background: url("../img/tag_purple.png") no-repeat 5px 2px;
}
-/* help */
+
+/* -------- help Popup -------- */
.renkan_help{
- font-size: 12px;
- height: 15px;
- margin-bottom: 10px;
- width: 100%;
+ display: inline;
+ line-height: 38px;
}
+
#toggle-help{
float: right;
+ background: url('../img/toggle-help.png') no-repeat right center;
+ height: 32px;
+ width: 32px;
}
+
#help-container{
- display: none;
- height: 360px;
+ padding:10px;
+ background: rgba(221,221,221,0.97);
+ border:none;
+}
+
+.ui-dialog {
+ border:none;
+ padding:0px;
+ border-radius:0px;
+ box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
+}
+
+.ui-dialog-titlebar-close,
+.ui-dialog-titlebar{
+ display:none;
+}
+
+.ui-widget-content{
+ background: transparent;
+}
+
+.column-left,
+.column-right,
+.column-center{
+ font-family: Arial;
+ font-size: 11pt;
+ display: list-item;
+}
+
+.slides{
+ list-style:none;
}
-#help-slideshow{
- height: 320px;
+
+.slides li{
+ display:none;
+}
+
+.slides li current{
+ display:initial;
+}
+
+/* --- Slide1 --- */
+li.slide1 .column-left,
+li.slide1 .column-right,
+li.slide1 .column-center{
+ margin-right:50px;
}
-ul.bjqs-controls.v-centered li a{
- display:block;
- padding:10px;
- background:#fff;
- color:#000;
- text-decoration: none;
+
+li.slide1 .column-left{
+ float: left;
+ width: 30%;
+ margin-top:5px;
+}
+li.slide1 .column-right{
+ float: right;
+ width: 30%;
+ padding-right: 60px;
+ margin-top:5px;
+}
+li.slide1 .column-center{
+ display: inline-block;
+ width: 10%;;
+}
+
+/* --- Slide2 --- */
+li.slide2
+.column-left,
+.column-right,
+.column-center{
+ margin-right:20px;
}
-ul.bjqs-controls.v-centered li a:hover{
- background:#000;
- color:#fff;
+li.slide2 .column-left{
+ float: left;
+ width: 30%;
+}
+li.slide2 .column-right{
+ float: right;
+ width: 30%;
+ padding-right:20px;
+}
+li.slide2 .column-center{
+ display: inline-block;
+ width: 30%;
+}
+
+
+.img-requete,
+.img-ressource,
+.img-tag{
+ line-height: 39px;
+ display: list-item;
+ padding-left: 55px;
+ background-repeat: no-repeat;
+ margin-bottom: 25px;
}
-ol.bjqs-markers li a{
- padding:5px 10px;
- background:#000;
- color:#fff;
- margin:5px;
- text-decoration: none;
+.img-requete{
+ background-image: url("../img/requete.png");
+ background-size: 39px 39px;
+}
+.img-ressource{
+ background-image: url("../img/ressource.png");
+ margin-left:2px;
+ background-size: 35px 35px;
+}
+.img-tag{
+ background-image: url("../img/tag.png");
+ background-size: 39px 39px;
+}
+.img-menu{
+ size:201px 103px;
+ margin-top:20px;
+}
+.img-save,
+.img-extend{
+ margin-right: 7px;
+ padding-top: 3px;
+ float:left;
+ height: 31px;
+ width: 31px;
+}
+.img-close{
+ text-align: right;
+ position:absolute;
+ right:10px;
+ top:10px;
+ height: 34px;
+ padding-right:40px;
+ background: url('../img/close.png') no-repeat right center;
+ background-size: 34px 34px;
+
}
-ol.bjqs-markers li.active-marker a,
-ol.bjqs-markers li a:hover{
- background: #999;
+.slideShowTitle{
+ font-family: "Helvetica Neue";
+ font-size: 26pt;
+ font-stretch: condensed;
+ margin-bottom: 10px;
+}
+
+.columnTitle{
+ font-family: Helvetica Neue;
+ font-stretch: condensed;
+ font-size: 17pt;
+ margin-top: 0px;
+ margin-bottom: 10px;
}
-p.bjqs-caption{
- background: rgba(255,255,255,0.5);
-}
\ No newline at end of file
+ul.bjqs-controls li.bjqs-next a{
+ text-align: right;
+ position:absolute;
+ right:10px;
+ bottom:10px;
+ height: 34px;
+ vertical-align: middle;
+ padding-right:40px;
+ background: url('../img/arrow-right.png') no-repeat;
+ background-size: 34px 34px;
+ right:10px;
+}
+ul.bjqs-controls li.bjqs-prev a{
+ display: none;
+}
+
+ul.bjqs-controls li a:hover{
+}
+
+/* --------- Fin Help Popup --------- */
+
Binary file src/hdalab/static/hdalab/img/arrow-left.png has changed
Binary file src/hdalab/static/hdalab/img/arrow-right.png has changed
Binary file src/hdalab/static/hdalab/img/close.png has changed
Binary file src/hdalab/static/hdalab/img/extend.png has changed
Binary file src/hdalab/static/hdalab/img/menu.png has changed
Binary file src/hdalab/static/hdalab/img/requete.png has changed
Binary file src/hdalab/static/hdalab/img/ressource.png has changed
Binary file src/hdalab/static/hdalab/img/save.png has changed
Binary file src/hdalab/static/hdalab/img/tag.png has changed
Binary file src/hdalab/static/hdalab/img/toggle-help.png has changed
--- a/src/hdalab/templates/renkan_edit.html Mon Nov 17 16:48:53 2014 +0100
+++ b/src/hdalab/templates/renkan_edit.html Thu Nov 20 15:25:28 2014 +0100
@@ -9,14 +9,15 @@
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'renkanmanager/lib/renkan/css/renkan.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/additionnal_renkan.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/help-popup.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/bjqs.css' %}" />
{% endblock %}
{% block js_import %}
{{block.super}}
<script src="{% static 'hdalab/lib/bjqs-1.3.min.js' %}"></script>
- <script src="{% static 'renkanmanager/lib/jquery-ui-1.10.4.min.js' %}"></script>
- <script src="{% static 'renkanmanager/lib/jquery.mousewheel.min.js' %}"></script>
+ <script src="{% static 'renkanmanager/lib/jquery-ui-1.10.4.min.js' %}"></script>
+ <script src="{% static 'renkanmanager/lib/jquery.mousewheel.min.js' %}"></script>
<script src="{% static 'renkanmanager/lib/underscore-min.js' %}"></script>
<script src="{% static 'renkanmanager/lib/backbone.js' %}"></script>
<script src="{% static 'renkanmanager/lib/backbone-relational.js' %}"></script>
@@ -79,13 +80,13 @@
$(function() {
var form;
-
+
dialog = $( "#dialog-form" ).dialog({
autoOpen: false,
height: 300,
width: 350,
modal: true
- });
+ });
function manageLoginForm(e, form){
e.preventDefault();
@@ -118,26 +119,39 @@
});
}
- form = dialog.find( "form" ).on( "submit", function( event ) {
- manageLoginForm(event, this);
- });
-
- // Slider init
- $('#help-slideshow').bjqs({
- animtype: 'slide',
- height: 320,
- width: 960,
- showcontrols: true,
- nexttext: "{% trans 'Next' %}",
- prevtext: "{% trans 'Previous' %}",
- showmarkers : true,
- centermarkers : true,
- automatic: false
- });
- $("#toggle-help").click(function(){
- $('#help-container').toggle();
- });
- });
+ form = dialog.find( "form" ).on( "submit", function( event ) {
+ manageLoginForm(event, this);
+ });
+
+ //help dialog init
+ var help_dialog = $( "#help-container" ).dialog({
+ autoOpen: false,
+ height: 330,
+ width: 880,
+ resizable: false,
+ draggable: false,
+ create: function (event, ui) {
+ var help_slideshow = $('#help-slideshow').bjqs({
+ responsive:false,
+ height: 320,
+ width: 870,
+ animtype: 'slide',
+ showcontrols: true,
+ centercontrols: false,
+ nexttext: "",
+ showmarkers : false,
+ automatic: false
+ });
+
+ $("#toggle-help").click(function(){
+ help_dialog.dialog("open");
+ });
+ $(".img-close").click(function(){
+ help_dialog.dialog("close");
+ });
+ }
+ });
+ });
</script>
{% endblock %}
@@ -148,17 +162,53 @@
</div>
<div class="renkan_help">
<span id="circle-shape"><a href="{{ switch_shape_url }}">{% if 'shape=circle' in switch_shape_url %}{% trans 'See the graph in circle' %}{% else %}{% trans 'See the graph in lines' %}{% endif %}</a></span>
- <span id="toggle-help" class="hand">{% trans 'Need help ?' %}</span>
+ <a id="toggle-help" href="#"></a>
</div>
-<div id="help-container">
+
+<div id="help-container" class="">
<div id="help-slideshow">
- <ul class="bjqs">
- <li>Slide 1</li>
- <li>Slide 2</li>
- <li>Slide 3</li>
- </ul>
+ <a class="img-close" href="#">{% trans 'Fermer<br>ce didacticiel' %}</a>
+ <ul class="bjqs">
+ <li class="slide1">
+ <div class="slideShowTitle">{% trans 'Aide : Bienvenue !' %}</div>
+ <div class="column-left">
+ <p>{% trans 'Cet outil (RENKAN) vous permet de representer, spatialiser et organiser des collections de ressources du portails histoire des arts avec d’autres sites Web.<br><br>Vous pouvez déplacer chaque noeud en cliquant dessus et en déplacant votre curseur.' %}</p>
+ </div>
+ <div class="column-center">
+ <p class="columnTitle">{% trans 'Légende' %}</p>
+ <label class="img-requete">{% trans 'Requête' %}</label>
+ <label class="img-ressource">{% trans 'Ressource' %}</label>
+ <label class="img-tag">{% trans 'Tag' %}</label>
+ </div>
+
+ <div class="column-right">
+ <p>{% trans 'En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire comme ci dessous.' %}</p>
+ <img src="{% static 'hdalab/img/menu.png' %}" class="img-menu">
+ </div>
+ </li>
+ <li class="slide2">
+ <div class="slideShowTitle">{% trans 'Aide : Ajouter, Editer, Organiser, Enregistrer !' %}</div>
+ <div class="column-left">
+ <h1 class="columnTitle">{% trans '1. Ajouter' %}</h1>
+ <p>{% trans 'Une fois ce didacticiel fermer vous pouvez ajouter des ressources en faisant “drag and drop” a partir de n’importe qu’elle fenetre de navigation web.' %}</p><br>
+ <img src="{% static 'hdalab/img/extend.png' %}" class="img-extend" />
+ <p>{% trans 'En cliquant sur l’icone à gauche vous pouvez ouvrir le panel de recherche pour retrouver des ressources du site HDA ou Wikipédia.' %}</p>
+ </div>
+ <div class="column-center">
+ <h1 class="columnTitle">{% trans '2. Editer et organiser' %}</h1>
+ <p>{% blocktrans %}Le Lorem Ipsum est simplement du faux texte employé dans la composition et la mise en page avant impression.<br><br>Le Lorem Ipsum est le faux texte standard de l'imprimerie depuis les années 1500, quand un peintre anonyme assembla ensemble des morceaux de texte pour réaliser un livre de texte.{% endblocktrans %}</p>
+ </div>
+ <div class="column-right">
+ <h1 class="columnTitle">{% trans '3. Enregistrer' %}</h1>
+ <p>{% trans 'En cliquant sur chaque noeud ou lien vous pouvez les déplacer, éditer, supprimer, agrandir, rétraicir, modifier en utilisant le menu circulaire comme ci dessous.' %}</p><br>
+ <img src="{% static 'hdalab/img/save.png' %}" class="img-save" />
+ <p>{% blocktrans %}Ensuite vous pouvez enregistrer en ciquant sur l’icone representant une disquette.{% endblocktrans %}</p>
+ </div>
+ </li>
+ </ul>
</div>
</div>
+
<div class="rnk-wrapper">
<div class="rnk-container">
<div id="renkan"></div>