X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b8c235267a6345ebe3891f49c16ad3fc5f1d3f25..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/wolnelektury/templates/main_page.html diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index de612210a..386ebe620 100644 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -1,142 +1,328 @@ -{% extends "base/base.html" %} -{% load latest_blog_posts from blog %} -{% load carousel from social_tags %} +{% extends "base.html" %} {% load static %} -{% load i18n catalogue_tags infopages_tags %} -{% load cache %} -{% load funding_tags %} -{% get_current_language as LANGUAGE_CODE %} +{% load thumbnail %} +{% load catalogue_tags %} +{% load social_tags %} +{% load sponsors %} +{% block under-menu %} + {% comment %} +
+
+
+
+

Czytaj dalej

+
+ +
+
+
+

Moja półka

+
+ + +
+
+ +
+
+
+ {% endcomment %} +{% endblock %} -{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} -{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} +{% block global-content %} +
-{% block footerlink %}#main-footer{% endblock %} + {% if widget %} +

{{ widget.description }}

+
+ +
+ {% endif %} -{% block body %} - {% spaceless %} - {% carousel 'main' %} + {% if recommended_collection %} +
+
+ +
+ {% for book in recommended_collection.get_books %} + {% include 'catalogue/book_box.html' %} + {% endfor %} +
+ +
-
-

{% trans "In our digital library you will find" %}

-
-
- {% for book in best %} - {{ book.mini_box }} - {% endfor %} +
+ {% endif %} + +
+
+ +
+
+ Dorzuć się! +
+
+

+ Nasze książki są dostępne dla tysięcy + dzieciaków dzięki darowiznom od + osób takich jak Ty! +

+ Dorzuć się! +
-
- - {% trans "and many other books, poems, pictures, audiobooks…" %} - +
-
-

- - {% trans "Recent publications" %} - → - -

- {% for book in last_published %} - {{ book.mini_box }} - {% endfor %} -
- - {% if collections %} -
-

- - {% trans "Collections" %} - → - -

- {% for collection in collections %} - {{ collection.box }} - {% endfor %} -
- {% endif %} - -
-

- - {% trans "Motifs and themes" %} - → - -

-
-

{% trans "Theme" %}: {{ theme }}

-

{% trans "Explore works with the same theme" %}

- {% for book in theme_books %} - {{ book.mini_box }} +
+
+ {% for ambassador in ambassadors %} +
+ {% thumbnail ambassador.photo '100x100' crop="center" as ambphoto %} + {{ ambassador.name }} + {% endthumbnail %} +

{{ ambassador.name }}

+

+ {{ ambassador.text }} +

+
{% endfor %} - {% if theme_fragment %} - {% cache 3600 fragment_promo theme_fragment.pk %} - {% include 'catalogue/fragment_promo.html' with fragment=theme_fragment %} - {% endcache %} - {% endif %}
-
- +
+ {% preview_ad_homepage %} +
-
-

{% trans "News" %}

-
    - {% cache 1800 latest_blog_posts %} - {% latest_blog_posts %} - {% endcache %} -
-
-

{% trans "Utilities" %}

- - +
+
+
+
+ Dorzuć się! +
+
+

+ Wolne Lektury to lektury szkolne + i tysiące innych książek – za darmo + i bez rejestracji. +

+

Czytaj i słuchaj online, ściągaj na swój telefon lub komputer, dziel się z innymi.

+

Dla uczennic i uczniów dodajemy przypisy, motywy literackie, biogramy i geotagowanie.

+ Dowiedz się więcej +
+
+
+
+
+ Dorzuć się! +
+
+

+ Jesteśmy częścią ruchu wolnej kultury! +

+ Dowiedz się więcej +
+
+
+
+ Dorzuć się! +
+
+

+ Jak budujemy najpopularniejszą bibliotekę online w Polsce +

+ Dowiedz się więcej +
+
+
+
+
-
-

{% trans "Information" %}

- - - +
+
+
+
+
+

Bądź na bieżąco

+ +
+ + {% sponsor_page 'footer' %} + +
+
+
-{% block add_footer %} - {% spaceless %} - {% if cite %} -

- {% trans "Image used:" %} - {% cache 3600 cite_info cite.pk %} - {% include 'social/cite_info.html' %} - {% endcache %} -

- {% endif %} - {% endspaceless %} {% endblock %}