X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/caa181b84317f5fb029688c3116d71bb2bc7cdeb..946b59a145b50ab62ab3eef03e60aad59babb53a:/wolnelektury/templates/catalogue/main_page.html diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index ec7813095..f89e67df6 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -1,6 +1,23 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags chunks cache %} +{% load catalogue_tags chunks cache stats %} + + +{% block tagline %} +
+ +{% count_books_nonempty count_books %} +{% blocktrans count count_books as c %} +{{c}} book from public domain or under +a free license. +{% plural %} +{{c}} books from public domain or under +a free license. +{% endblocktrans %} + +
+{% endblock %} + {% block bodyid %}main-page{% endblock %} @@ -22,6 +39,24 @@

↓ {% trans "Browse books by categories" %} ↓

+

Turniej Elektrybałtów

+

+ Logo Turnieju + + Ogłaszamy otwarty konkurs na najlepszego automatycznego poetę! Konkurs startuje + 12 września 2011 roku – z okazji 90 rocznicy urodzin Stanisława Lema. + Termin nadsyłania prac upływa z końcem października 2011 roku. +

+

Idź do strony konkursu ⇒

+ +

Wolne Lektury na Androida

+

+ Wolne Lektury na Androida +

+

Aplikacja Wolnych Lektur już w Android Market. Pobierz na swój telefon lub tablet!

+

Zobacz aplikację ⇒

+ +{% comment %}

Zabawnik

Zabawnik @@ -29,11 +64,7 @@

Zbiór scenariuszy gier i zabaw dla dzieci, od wyliczanek poprzez gry planszowe, aż po teatr.

Przejdź do Zabawnika ⇒

- -

Nowy Leśmianator

-

Tym razem to Ty decydujesz, co wpadnie do miksera – a efekt możesz pokazać znajomym! -

-

{% trans "Twórzże się!" %} ⇒

+{% endcomment %} {% comment %}

{% trans "Books for every school level" %}

{% endcomment %} -

{% trans "Wolne Lektury Widget" %}

-

{% trans "Place our widget - search engine for Wolne Lektury which gives access to free books and audiobooks - on your homepage! Just copy the HTML code below onto your page:" %}

- -

{% trans "See more" %} ⇒

{% trans "Your shelves with books" %}

{% if user.is_authenticated %} {% if shelves %} @@ -72,6 +94,22 @@ dla dzieci, od wyliczanek poprzez gry planszowe, aż po teatr.

{% trans "Create your own book set. You can share it with friends by sending them link to your shelf." %}

{% trans "You need to " %} {% trans "to manage your shelves." %}

{% endif %} + +

Nowy Leśmianator

+

Tym razem to Ty decydujesz, co wpadnie do miksera – a efekt możesz pokazać znajomym! +

+

{% trans "Twórzże się!" %} ⇒

+ +

{% trans "Wolne Lektury Widget" %}

+

{% trans "Place our widget - search engine for Wolne Lektury which gives access to free books and audiobooks - on your homepage! Just copy the HTML code below onto your page:" %}

+ +

{% trans "See more" %} ⇒

+

{% trans "Hand-outs for teachers" %}

{% trans "Lessons' prospects and other ideas for using Wolnelektury.pl for teaching." %}

@@ -295,9 +333,12 @@ dla dzieci, od wyliczanek poprzez gry planszowe, aż po teatr.

{% trans "You can help us!" %}

-

{% trans "We try our best to elaborate works appended to our library. It is possible only due to support of our volunteers." %}

-

{% trans "We invite people who want to take part in developing Internet school library Wolne Lektury." %}

-

{% trans "See more" %} ⇒

+
    +
  • {% trans "Become a volunteer – an editor, developer or translator." %}
  • +
  • {% trans "Gain new skills and experience." %}
  • +
  • {% trans "Join an open project of creating an innovative online library." %}
  • +
+

{% trans "You can help us!" %} ⇒

{% trans "About us" %}

@@ -310,3 +351,16 @@ dla dzieci, od wyliczanek poprzez gry planszowe, aż po teatr.

{% endblock %} + + +{% block add_footer %} + +

+{% blocktrans %} +Portions of this page are modifications based on work created and shared by Google and used +according to terms described in the Creative Commons +3.0 Attribution License. +{% endblocktrans %} +

+ +{% endblock %}