correct small presentation problems
authorymh <ymh.work@gmail.com>
Thu, 02 Apr 2015 02:02:51 +0200
changeset 608 d1eb7acb5b84
parent 607 17f3582ecdb1
child 609 a57a699c76d2
correct small presentation problems
src/hdalab/locale/en/LC_MESSAGES/django.mo
src/hdalab/locale/en/LC_MESSAGES/django.po
src/hdalab/locale/es/LC_MESSAGES/django.mo
src/hdalab/locale/es/LC_MESSAGES/django.po
src/hdalab/locale/fr/LC_MESSAGES/django.mo
src/hdalab/locale/fr/LC_MESSAGES/django.po
src/hdalab/templates/base.html
src/hdalab/templates/renkan_edit.html
src/hdalab/templates/renkan_view.html
src/hdalab/views/profile.py
Binary file src/hdalab/locale/en/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/en/LC_MESSAGES/django.po	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/locale/en/LC_MESSAGES/django.po	Thu Apr 02 02:02:51 2015 +0200
@@ -661,7 +661,7 @@
 "Explorez 9 grands domaines artistiques à travers des arborescences enrichies "
 "de ressources du portail Histoire des Arts."
 msgstr ""
-"Explore 9 great artistic domains through trees of enriched resources from "
+"Explore 18 great artistic domains through trees of enriched resources from "
 "the portal \"Histoire des Arts\"."
 
 #: templates/index.html:76 templates/renkan_list.html:35
@@ -669,8 +669,8 @@
 "Construisez votre carte de connaissances à partir des ressources Histoires "
 "des arts et Wikipedia."
 msgstr ""
-"Build your knowledge map from resources from \"Histoire des Arts\" and "
-"Wikipedia."
+"Consult knowledge map on arts and build your own knowledge map from resources "
+"from \"Histoire des Arts\" and Wikipedia."
 
 #: templates/index.html:91
 msgid "Bienvenue sur Histoire des arts‘Lab !"
Binary file src/hdalab/locale/es/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/es/LC_MESSAGES/django.po	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/locale/es/LC_MESSAGES/django.po	Thu Apr 02 02:02:51 2015 +0200
@@ -625,7 +625,7 @@
 "Explorez 9 grands domaines artistiques à travers des arborescences enrichies "
 "de ressources du portail Histoire des Arts."
 msgstr ""
-"Exploa 9 grandes temas artisticos a traves de arborescencias de recursos del "
+"Exploa 18 grandes temas artisticos a traves de arborescencias de recursos del "
 "portal de Histoire des Arts."
 
 #: templates/index.html:76 templates/renkan_list.html:35
Binary file src/hdalab/locale/fr/LC_MESSAGES/django.mo has changed
--- a/src/hdalab/locale/fr/LC_MESSAGES/django.po	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/locale/fr/LC_MESSAGES/django.po	Thu Apr 02 02:02:51 2015 +0200
@@ -671,7 +671,7 @@
 "Explorez 9 grands domaines artistiques à travers des arborescences enrichies "
 "de ressources du portail Histoire des Arts."
 msgstr ""
-"Explorez 9 grands domaines artistiques à travers des arborescences enrichies "
+"Explorez 18 grands domaines artistiques à travers des arborescences enrichies "
 "de ressources du portail Histoire des Arts."
 
 #: templates/index.html:76 templates/renkan_list.html:35
@@ -679,8 +679,9 @@
 "Construisez votre carte de connaissances à partir des ressources Histoires "
 "des arts et Wikipedia."
 msgstr ""
-"Construisez votre carte de connaissances à partir des ressources Histoires "
-"des arts et Wikipedia."
+"Consultez des cartes de connaissances sur les arts et créez vos propres "
+"cartes à partir des ressources Histoire des arts et Wikipedia."
+
 
 #: templates/index.html:91
 msgid "Bienvenue sur Histoire des arts‘Lab !"
--- a/src/hdalab/templates/base.html	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/templates/base.html	Thu Apr 02 02:02:51 2015 +0200
@@ -38,7 +38,6 @@
                             <li class="{% block home_actif %}{% endblock %}"><a href="{% url 'home'  %}">{% trans 'Accueil' %}</a></li>
                             <li class="{% block facettes_actif %}{% endblock %}"><a href="{% url 'facettes' %}">{% trans 'Recherche' %}</a></li>
                             <li class="{% block categories_actif %}{% endblock %}"><a href="{% url 'categories' %}">{% trans 'Domaines Artistiques' %}</a></li>
-                            <li class="{% block thesaurus_actif %}{% endblock %}"><a href="{% url 'thesaurus' %}">{% trans 'Thésaurus' %}</a></li>
                             <li class="{% block renkans_actif %}{% endblock %}"><a href="{% url 'renkan_public_list' %}">Renkan</a></li>
                             <li class="{% block a_propos_actif %}{% endblock %}"><a href="{% url 'a_propos' %}">{% trans 'A Propos' %}</a></li>
                             <li class="external"><a href="http://www.histoiredesarts.culture.fr/" target="_blank">Histoire des Arts</a></li>
@@ -95,7 +94,6 @@
                         <li><a href="{% url 'renkan_public_list' %}">Renkan</a></li>
                         <li><a href="{% url 'renkan_favorite_list' %}">{% trans 'Renkan repères' %}</a></li>
                         <li><a href="{% url 'a_propos' %}">{% trans 'A Propos' %}</a></li>
-                        <li><a href="http://www.histoiredesarts.culture.fr/" target="_blank">Histoire des Arts</a></li>
                     </ul>
                 </div>
                 <div class="row links">
--- a/src/hdalab/templates/renkan_edit.html	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/templates/renkan_edit.html	Thu Apr 02 02:02:51 2015 +0200
@@ -36,6 +36,7 @@
            	function startRenkan(){
                 var _renkan = new Rkns.Renkan({
                     manual_save: true,
+                    show_user_list: false,
                     user_color_editable: false,
                     user_name_editable: false,
                     show_user_color: false,
--- a/src/hdalab/templates/renkan_view.html	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/templates/renkan_view.html	Thu Apr 02 02:02:51 2015 +0200
@@ -31,6 +31,7 @@
                     editor_mode: false,
                     show_bins: false,
                     show_export_button: false,
+                    show_user_list: false,
                     language: "{{ LANGUAGE_CODE }}",
                     default_view: false,
                     save_view: true
--- a/src/hdalab/views/profile.py	Thu Apr 02 01:28:50 2015 +0200
+++ b/src/hdalab/views/profile.py	Thu Apr 02 02:02:51 2015 +0200
@@ -126,7 +126,8 @@
     def get_context_data(self, **kwargs):
         context = super(RenkanPublicList, self).get_context_data(**kwargs)
         #Liste des renkans publics
-        return self.update_context(context, HdalabRenkan.objects.select_related("renkan", "renkan__owner").filter(state=HdalabRenkan.PUBLISHED) )
+        context['hide_favorite'] = True
+        return self.update_context(context, HdalabRenkan.objects.select_related("renkan", "renkan__owner").filter(state=HdalabRenkan.PUBLISHED, favorite=False) )
 
 
 class RenkanFavoriteList(BaseRenkanList):