1 {% extends "base/base.html" %}
 
   2 {% load latest_blog_posts from blog %}
 
   3 {% load carousel from social_tags %}
 
   4 {% load static from staticfiles %}
 
   5 {% load i18n catalogue_tags infopages_tags %}
 
   7 {% load funding_tags %}
 
   8 {% get_current_language as LANGUAGE_CODE %}
 
  11 {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %}
 
  12 {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %}
 
  16 {% include "hotjar.html" %}
 
  23     <section id="main-library">
 
  24       <h1>{% trans "In our digital library you will find" %}</h1>
 
  25       <div class="main-library-row">
 
  27           {% for book in best %}
 
  31         <a href="{% url "book_list" %}">
 
  32           <div class="note white-box normal-text" style="font-size: 18px">
 
  33             {% trans "and many other books, poems, pictures, audiobooks…" %}
 
  39     <section id="main-theme">
 
  40       <h1>{% trans "Motifs and themes" %}</h1>
 
  41       <div class="white-box normal-text">
 
  42         <h2>{% trans "Theme" %}: {{ theme }}</h2>
 
  43         <p>{% trans "Explore works with the same theme" %}</p>
 
  44         {% for book in theme_books %}
 
  47         {% if theme_fragment %}
 
  48           {% cache 3600 fragment_promo theme_fragment.pk %}
 
  49             {% include 'catalogue/fragment_promo.html' with fragment=theme_fragment %}
 
  53       <a class="more" href="{% url 'theme_catalogue' %}">{% trans "See motifs catalog" %}</a>
 
  58         <h1>{% trans "Collections" %}</h1>
 
  60         <a class="more" href="{% url 'catalogue_collections' %}">{% trans "See collections catalog" %}</a>
 
  65       <h1>{% trans "Recent publications" %}</h1>
 
  66         {% for book in last_published %}
 
  69       <a class="more" href="{% url 'recent_list' %}">{% trans "More recent publications" %}</a>
 
  72     <div class="clearboth"></div>
 
  74     <section class="infopages-box">
 
  75       <h1>{% trans "News" %}</h1>
 
  76       {% cache 1800 latest_blog_posts %}
 
  77         {% latest_blog_posts %}
 
  81     <section class="infopages-box">
 
  82       <h1>{% trans "Utilities" %}</h1>
 
  85         <li><a href="{% url 'suggest' %}" id="suggest" class="ajaxable">{% trans "Report a bug or suggestion" %}</a></li>
 
  86         <!--li><a href="http://turniej.wolnelektury.pl">Turniej Elektrybałtów</a></li-->
 
  87         <li><a href="{% url 'reporting_catalogue_pdf' %}">{% trans "Download the catalogue in PDF format." %}</a></li>
 
  88         <li><a href="{% url 'dictionary_notes' %}">{% trans "Footnotes" %}</a></li>
 
  89         <li><a href="{% url 'suggest_publishing' %}" id="suggest-publishing" class="ajaxable">{% trans "Missing a book?" %}</a></li>
 
  90         <li><a href="{% url 'publish_plan' %}">{% trans "Publishing plan" %}</a></li>
 
  91         <li><a href="{% url 'api' %}">API</a></li>
 
  92         <li><a href="{% url 'oaipmh' %}">OAI-PMH</a></li>
 
  93         <li><a href="{% url 'lesmianator' %}" lang="pl">Leśmianator</a></li>
 
  94         <li><a href="http://polski.wolnelektury.pl" lang="pl">Materiały do nauki j. polskiego</a></li>
 
  95         <li><a href="{% url 'subscribe' %}">{% trans "Newsletter" %}</a></li>
 
  99     <section class="infopages-box">
 
 100       <h1>{% trans "Information" %}</h1>
 
 102         <li><a href="https://nowoczesnapolska.org.pl/prywatnosc/">{% trans "Privacy policy" %}</a></li>
 
 103         {% infopages_on_main %}
 
 106       <div class="social-links">
 
 107         <a href="https://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268" title='Wolne Lektury @ Facebook'>
 
 108           <img src="{% static "img/social/f.png" %}" alt="Wolne Lektury @ Facebook" />
 
 110         <a href="https://nk.pl/profile/30441509" title='Wolne Lektury @ NK'>
 
 111           <img src="{% static "img/social/nk.png" %}" alt="Wolne Lektury @ NK.pl" />
 
 119 {% block add_footer %}
 
 123         {% trans "Image used:" %}
 
 124         {% cache 3600 cite_info cite.pk %}
 
 125           {% include 'social/cite_info.html' %}