X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/75957f735219259d3b4bc361f80ccd3d7b92a0e9..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/wolnelektury/templates/main_page.html diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index 49892ecd0..386ebe620 100644 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -1,130 +1,328 @@ -{% extends "base/base.html" %} -{% load latest_blog_posts from blog %} -{% load carousel from social_tags %} -{% load static from staticfiles %} -{% load i18n catalogue_tags infopages_tags %} -{% load cache %} -{% load funding_tags %} -{% get_current_language as LANGUAGE_CODE %} - - -{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} -{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} - -{% block extrahead %} -{{ block.super }} -{% include "hotjar.html" %} +{% extends "base.html" %} +{% load static %} +{% load thumbnail %} +{% load catalogue_tags %} +{% load social_tags %} +{% load sponsors %} + +{% block under-menu %} + {% comment %} +
+
+
+
+

Czytaj dalej

+
+ +
+
+
+

Moja półka

+
+ + +
+
+ +
+
+
+ {% endcomment %} {% endblock %} -{% block body %} - {% spaceless %} - {% carousel 'main' %} - -
-

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

-
-
- {% for book in best %} - {{ book.mini_box }} - {% endfor %} +{% block global-content %} +
+ + {% if widget %} +

{{ widget.description }}

+
+ +
+ {% endif %} + + {% if recommended_collection %} +
+
+ +
+ {% for book in recommended_collection.get_books %} + {% include 'catalogue/book_box.html' %} + {% 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 "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 %}
- {% trans "See motifs catalog" %} + +
+ {% preview_ad_homepage %} +
+
- {% if collection %} -
-

{% trans "Collections" %}

- {{ collection.box }} - {% trans "See collections catalog" %} -
- {% endif %} +
+
+
+
+ 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 "Recent publications" %}

+ +
+
+
+

Nowości

+
+ + +
+
+
{% for book in last_published %} - {{ book.mini_box }} + {% include 'catalogue/book_box.html' %} {% endfor %} - {% trans "More recent publications" %} -
- -
+
+
+
-
-

{% trans "News" %}

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

Bądź na bieżąco

+ +
-
-

{% trans "Utilities" %}

- - -
+ {% sponsor_page 'footer' %} -
-

{% trans "Information" %}

- - -
- {% endspaceless %} -{% endblock %} - +
-{% block add_footer %} - {% spaceless %} - {% if cite %} -

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

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