v0.59 : minor changes
authorcavaliet
Thu, 23 Jan 2014 17:33:25 +0100
changeset 312 e47d23774c75
parent 311 8786e47c162b
child 313 6d4fdc6a2b05
v0.59 : minor changes
src/jocondelab/__init__.py
src/jocondelab/locale/oc/LC_MESSAGES/django.mo
src/jocondelab/locale/oc/LC_MESSAGES/django.po
src/jocondelab/locale/ru/LC_MESSAGES/django.mo
src/jocondelab/locale/ru/LC_MESSAGES/django.po
src/jocondelab/static/jocondelab/css/front-students.css
src/jocondelab/templates/jocondelab/front_students.html
--- a/src/jocondelab/__init__.py	Thu Jan 23 13:12:54 2014 +0100
+++ b/src/jocondelab/__init__.py	Thu Jan 23 17:33:25 2014 +0100
@@ -1,4 +1,4 @@
-VERSION = (0, 58, 0, "final", 0)
+VERSION = (0, 59, 0, "final", 0)
 
 
 def get_version():
Binary file src/jocondelab/locale/oc/LC_MESSAGES/django.mo has changed
--- a/src/jocondelab/locale/oc/LC_MESSAGES/django.po	Thu Jan 23 13:12:54 2014 +0100
+++ b/src/jocondelab/locale/oc/LC_MESSAGES/django.po	Thu Jan 23 17:33:25 2014 +0100
@@ -315,7 +315,7 @@
 "en linha Wikipèdia, plebiscitada per lo public (mai de 20 milions de "
 "visitors francès per mes).</p>\n"
 "    <p>Aquesta experiènça a per vocacion de servir d’exemple als altres "
-"sitis internet patrimonials e permetrà de modernizar los espleches utilizats "
+"sits internet patrimonials e permetrà de modernizar los espleches utilizats "
 "en lo ministèri per manipolar las ressorças culturalas.</p>\n"
 "  "
 
@@ -614,12 +614,12 @@
 msgstr ""
 "\n"
 "    <div class=\"credits-chapo\">\n"
-"        <p>Lo siti JocondeLab es una publicacion del ministèri de la Cultura "
+"        <p>Lo sit JocondeLab es una publicacion del ministèri de la Cultura "
 "e de la Comunicacion.</p>\n"
 "    </div>\n"
 "    \n"
 "    <div class=\"credits-section\">\n"
-"        <h2>Còla responsable del siti Joconde</h2>\n"
+"        <h2>Còla responsable del sit Joconde</h2>\n"
 "        <h3>Direction générale des patrimoines – Service des musées de "
 "France - Sous-direction des collections - Bureau de la diffusion numérique "
 "des collections</h3>\n"
@@ -688,7 +688,7 @@
 "    </div>\n"
 "    \n"
 "    <div class=\"credits-section\">\n"
-"        <h2>Concepcion e realizacion del siti</h2>\n"
+"        <h2>Concepcion e realizacion del sit</h2>\n"
 "        <h3>Institut de recherche et d'innovation</h3>\n"
 "        <p><a href=\"http://www.iri.centrepompidou.fr/\">www.iri."
 "centrepompidou.fr</a></p>\n"
Binary file src/jocondelab/locale/ru/LC_MESSAGES/django.mo has changed
--- a/src/jocondelab/locale/ru/LC_MESSAGES/django.po	Thu Jan 23 13:12:54 2014 +0100
+++ b/src/jocondelab/locale/ru/LC_MESSAGES/django.po	Thu Jan 23 17:33:25 2014 +0100
@@ -862,7 +862,7 @@
 #: templates/jocondelab/front_search.html:16
 #, python-format
 msgid "Résultats pour&nbsp;: &laquo;&nbsp;%(searchterms_label)s&nbsp;&raquo;"
-msgstr ""
+msgstr "Результаты для&nbsp;: &laquo;&nbsp;%(searchterms_label)s&nbsp;&raquo;"
 
 #: templates/jocondelab/front_search.html:13
 #: templates/jocondelab/front_search.html:16
--- a/src/jocondelab/static/jocondelab/css/front-students.css	Thu Jan 23 13:12:54 2014 +0100
+++ b/src/jocondelab/static/jocondelab/css/front-students.css	Thu Jan 23 17:33:25 2014 +0100
@@ -11,3 +11,6 @@
 p {
     font-size: 14px;
 }
+.notice-item {
+    width: 190px;
+}
\ No newline at end of file
--- a/src/jocondelab/templates/jocondelab/front_students.html	Thu Jan 23 13:12:54 2014 +0100
+++ b/src/jocondelab/templates/jocondelab/front_students.html	Thu Jan 23 17:33:25 2014 +0100
@@ -1,6 +1,11 @@
 {% extends "jocondelab/front_base.html" %}
 {% load i18n %}
 
+{% block css_declaration %}
+    {{block.super}}
+    <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}jocondelab/css/front-students.css" />
+{% endblock %}
+
 {% block title %}JocondeLab &raquo; {% trans "Galerie de créations" %}{% endblock %}
 
 {% block breadcrumbs %}{% trans "Galerie de créations" %}{% endblock %}