aid in menu, aigrain on the side
authorPrawo Kultury <prawokultury@giewont.vls.icm.edu.pl>
Thu, 10 Jan 2013 12:08:08 +0000 (12:08 +0000)
committerPrawo Kultury <prawokultury@giewont.vls.icm.edu.pl>
Thu, 10 Jan 2013 12:08:08 +0000 (12:08 +0000)
prawokultury/locale/pl/LC_MESSAGES/django.mo
prawokultury/locale/pl/LC_MESSAGES/django.po
prawokultury/menu_items.py
prawokultury/static/css/base.css
prawokultury/static/css/base.scss
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss
prawokultury/templates/base.html

index 1f143d7..fc93ca5 100644 (file)
Binary files a/prawokultury/locale/pl/LC_MESSAGES/django.mo and b/prawokultury/locale/pl/LC_MESSAGES/django.mo differ
index c907755..c36366b 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: prawokultury\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-11-12 10:10+0100\n"
+"POT-Creation-Date: 2012-12-17 03:56+0000\n"
 "PO-Revision-Date: 2012-12-11 13:33+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: FNP <fundacja@nowoczesnapolska.org.pl>\n"
@@ -15,7 +15,8 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2)\n"
 
 #: menu_items.py:21
 msgid "Publications"
@@ -29,6 +30,10 @@ msgstr "Wydarzenia"
 msgid "Positions"
 msgstr "Stanowiska"
 
+#: menu_items.py:32
+msgid "First aid in copyright"
+msgstr "Pierwsza pomoc w prawie autorskim"
+
 #: urls.py:31
 msgid "events"
 msgstr "wydarzenia"
@@ -45,8 +50,7 @@ msgstr "publikacje"
 msgid "info"
 msgstr "info"
 
-#: templates/404.html:5
-#: templates/404.html.py:10
+#: templates/404.html:5 templates/404.html.py:10
 msgid "Page not found"
 msgstr "Strona nie znaleziona"
 
@@ -54,45 +58,48 @@ msgstr "Strona nie znaleziona"
 msgid "The page you were looking for doesn't exist."
 msgstr "Strona, której szukasz, nie istnieje."
 
-#: templates/base.html:8
-#: templates/base.html.py:13
-#: templates/base.html:14
-#: templates/base.html.py:25
-#: templates/base.html:74
+#: templates/base.html:8 templates/base.html.py:14 templates/base.html:15
+#: templates/base.html.py:26 templates/base.html:75
 msgid "Right to Culture"
 msgstr "Prawo kultury"
 
-#: templates/base.html:30
+#: templates/base.html:31
 msgid "Organizer"
 msgstr "Organizator"
 
-#: templates/base.html:33
+#: templates/base.html:34
 msgid "Modern Poland Foundation"
 msgstr "Fundacja Nowoczesna Polska"
 
-#: templates/base.html:35
+#: templates/base.html:36
 msgid "Sponsor"
 msgstr "Wspierane przez"
 
-#: templates/base.html:38
+#: templates/base.html:39
 msgid "Trust for Civil Society in Central and Eastern Europe"
 msgstr ""
 
-#: templates/base.html:47
+#: templates/base.html:48
 msgid "Search"
 msgstr "Szukaj"
 
-#: templates/base.html:63
+#: templates/base.html:64
 msgid "Upcoming events"
 msgstr "Nadchodzące wydarzenia"
 
-#: templates/base.html:78
+#: templates/base.html:79
 msgid "Latest comments"
 msgstr "Ostatnie komentarze"
 
-#: templates/base.html:106
-msgid "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license."
-msgstr "Jeśli nie oznaczono inaczej, wszystkie teksty są objęte wolną licencją <a href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative Commons Uznanie autorstwa – Na tych samych warunkach</a>."
+#: templates/base.html:107
+msgid ""
+"If not explicitly stated otherwise, all texts are licensed under the <a "
+"href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons "
+"Attribution-Share Alike</a> free license."
+msgstr ""
+"Jeśli nie oznaczono inaczej, wszystkie teksty są objęte wolną licencją <a "
+"href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative "
+"Commons Uznanie autorstwa – Na tych samych warunkach</a>."
 
 #~ msgid "Page not found."
 #~ msgstr "Strona nie znaleziona."
index eb3f766..f68b005 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8
 from migdal.models import Category, Entry
 from menu.helpers import ObjectMenuItem, MenuItem, ModelMenuItem
 from django.core.urlresolvers import reverse_lazy
@@ -27,3 +28,7 @@ ITEMS.append(ObjectMenuItem(Category.objects.get(slug_pl='stanowisko'),
     rev_lookups={Entry: 'categories'}, title=_('Positions')))
 #CategoryMenuItem(Category.objects.get(slug_pl='stanowisko'),
 #            title=_('Positions')),
+
+ITEMS.append(ObjectMenuItem(Entry.objects.get(slug_pl='pierwsza-pomoc'),
+    title=_('First aid in copyright')))
+
index aa0c016..8f3fbfc 100644 (file)
@@ -31,3 +31,16 @@ h1 {
 
 .notice {
   font-size: 1.3em; }
+
+.entry-wrapped .gallery-item {
+  float: left;
+  width: 300px;
+  text-align: center;
+  margin-top: 2em; }
+.entry-wrapped .gallery-image {
+  height: 240px;
+  width: 300px;
+  display: table-cell;
+  vertical-align: middle; }
+.entry-wrapped .gallery-image img {
+  margin: 0; }
index 67115d2..0ae42b9 100644 (file)
@@ -40,3 +40,9 @@ h1 {
 .notice {
     font-size: 1.3em;
 }
+.entry-wrapped {
+.gallery-item{float:left; width:300px;text-align:center;margin-top:2em;}
+.gallery-image{height:240px; width:300px; display: table-cell; vertical-align:middle;}
+.gallery-image img{margin: 0;}
+
+}
index 33eb3aa..79fff9f 100644 (file)
@@ -1,7 +1,6 @@
-.avatar {
+.entry-wrapped img.avatar {
   float: left;
-  margin-left: -8em;
-  margin-top: 0em; }
+  margin: 0 0 0 -8em; }
 
 .entry-short {
   border-bottom: 1px solid #8b8b87; }
@@ -60,6 +59,8 @@
     .entry-wrapped .more .read-more:after {
       content: url("/static/img/read-more.png");
       margin-left: .7em; }
+  .entry-wrapped img {
+    margin: 1em; }
 
 .entry-info .entry-wrapped,
 .entry-publications .entry-wrapped {
   .entry-publications .entry-wrapped h1 {
     font-size: 2em; }
 
-.entry-picture {
+.entry-wrapped img.entry-picture {
   float: left;
-  margin-right: 1.5em;
-  margin-bottom: 1em; }
+  margin: 0 1.5em 1em 0; }
 
 .submit-link {
   margin-top: 1em;
       font-weight: bold; }
   .comments .body {
     font-size: 1.3em; }
+
+table.borders {
+  border-collapse: collapse; }
+  table.borders td {
+    border: 1px solid #777;
+    padding: .3em; }
index 80917b4..2cc65b1 100644 (file)
@@ -1,7 +1,6 @@
-.avatar {
+.entry-wrapped img.avatar {
     float: left;
-    margin-left: -8em;
-    margin-top: 0em;
+    margin: 0 0 0 -8em;
 }
 
 .entry-short {
             margin-left: .7em;
         }
     }
+
+    img {
+        margin: 1em;
+    }
 }
 
 .entry-info .entry-wrapped,
     }
 }
 
-.entry-picture {
+.entry-wrapped img.entry-picture {
     float: left;
-    margin-right: 1.5em;
-    margin-bottom: 1em;
+    margin: 0 1.5em 1em 0;
 }
 
 .submit-link {
         font-size: 1.3em;
     }
 }
+
+table.borders {
+  border-collapse: collapse;
+  td {
+    border: 1px solid #777;
+    padding: .3em;
+  }
+}
index 54bdb93..f31d0a7 100755 (executable)
@@ -64,6 +64,9 @@
                     <h3><a href="{% url 'events' %}">{% trans "Upcoming events" %}</a></h3>
                     {% events_box %}
                 </div>
+                <div class="sidebar-box" style="text-align: center">
+                   <a href="/publikacje/Dzielenie-sie/"><img src="{% static 'img/aigrain.jpg' %}" alt="Publikacja: Philippe Aigrain, Dzielenie się" /></a>
+                </div>
                 <div id="sidebar-box-categories" class="sidebar-box">
                     {% categories 'topics' %}
                     {% categories 'types' %}