X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04bcff7bdb003dcd9740926bfc1243859b9defe4..eb2eb95bfbfe8c777c4192ea434a0e999edf3a51:/src/wolnelektury/templates/main_page.html?ds=sidebyside diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index d14e25a7d..a384cb9ff 100644 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -11,6 +11,8 @@ {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} +{% block footerlink %}#main-footer{% endblock %} + {% block body %} {% spaceless %} {% carousel 'main' %} @@ -23,16 +25,47 @@ {{ book.mini_box }} {% endfor %} - -
+
+ {% 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 "Motifs and themes" %} + → + +

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

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

@@ -45,26 +78,9 @@ {% endcache %} {% endif %}
- {% trans "See motifs catalog" %}
- {% if collection %} -
-

{% trans "Collections" %}

- {{ collection.box }} - {% trans "See collections catalog" %} -
- {% endif %} - -
-

{% trans "Recent publications" %}

- {% for book in last_published %} - {{ book.mini_box }} - {% endfor %} - {% trans "More recent publications" %} -
- -
+

{% trans "News" %}

@@ -88,7 +104,7 @@
  • API
  • OAI-PMH
  • Leśmianator
  • -
  • Materiały do nauki j. polskiego
  • +
  • Przewodnik dla piszących i czytających
  • {% trans "Newsletter" %}
  • @@ -101,12 +117,9 @@ {% endspaceless %}