annoy stub for misja ksiazka
[wolnelektury.git] / src / wolnelektury / templates / main_page.html
1 {% extends "base/base.html" %}
2 {% load static from staticfiles %}
3 {% load i18n catalogue_tags infopages_tags %}
4 {% load ssi_include from ssify %}
5 {% load cache %}
6 {% load funding_tags %}
7 {% get_current_language as LANGUAGE_CODE %}
8
9
10 {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %}
11 {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %}
12
13 {% block annoy %}
14   {% if not funding_no_show_current %}
15     {% cache 120 funding_top_bar LANGUAGE_CODE %}
16       {% funding_top_bar %}
17     {% endcache %}
18   {% endif %}
19 {% endblock %}
20
21 {% block body %}
22   {% spaceless %}
23     {% if cite %}
24       {% cache 3600 main_cite cite.pk %}
25         {% include "social/cite_promo.html" with main=True %}
26       {% endcache %}
27     {% endif %}
28
29     <section id="main-library">
30       <h1>{% trans "In our digital library you will find" %}</h1>
31       <div class="main-library-row">
32         <div class="covers">
33           {% for book in best %}
34             {% cache 86400 book_mini_box book.pk %}
35               {% include 'catalogue/book_mini_box.html' %}
36             {% endcache %}
37           {% endfor %}
38         </div>
39         <a href="{% url "book_list" %}">
40           <div class="note white-box normal-text" style="font-size: 18px">
41             {% trans "and many other books, poems, pictures, audiobooks…" %}
42           </div>
43         </a>
44       </div>
45     </section>
46
47     <section id="main-theme">
48       <h1>{% trans "Motifs and themes" %}</h1>
49       <div class="white-box normal-text">
50         <h2>{% trans "Theme" %}: {{ theme }}</h2>
51         <p>{% trans "Explore works with the same theme" %}</p>
52         {% for book in theme_books %}
53           {% cache 86400 book_mini_box book.pk %}
54             {% include 'catalogue/book_mini_box.html' %}
55           {% endcache %}
56         {% endfor %}
57         {% if theme_fragment %}
58           {% cache 3600 fragment_promo theme_fragment.pk %}
59             {% include 'catalogue/fragment_promo.html' with fragment=theme_fragment %}
60           {% endcache %}
61         {% endif %}
62       </div>
63       <a class="more" href="{% url 'theme_catalogue' %}">{% trans "See motifs catalog" %}</a>
64     </section>
65
66     {% comment %}
67     <section class="tag-box-section">
68       <h1>Autorzy</h1>
69       <a class="tag-box" href="{{ author.get_absolute_url }}">
70         {% ssi_include "catalogue_tag_box" pk=author.pk %}
71       </a>
72       <a class="more" href="{% url 'author_catalogue' %}">Zobacz katalog autorów</a>
73     </section>
74
75     <section class="tag-box-section">
76       <h1>Gatunki</h1>
77       <a class="tag-box" href="{{ genre.get_absolute_url }}">
78         {% ssi_include "catalogue_tag_box" pk=genre.pk %}
79       </a>
80       <a class="more" href="{% url 'genre_catalogue' %}">Zobacz katalog gatunków</a>
81     </section>
82
83     <section class="tag-box-section">
84       <h1>Rodzaje</h1>
85       <a class="tag-box" href="{{ kind.get_absolute_url }}">
86         {% ssi_include "catalogue_tag_box" pk=kind.pk %}
87       </a>
88       <a class="more" href="{% url 'kind_catalogue' %}">Zobacz katalog rodzajów</a>
89     </section>
90
91     <section class="tag-box-section">
92       <h1>Epoki</h1>
93       <a class="tag-box" href="{{ epoch.get_absolute_url }}">
94         {% ssi_include "catalogue_tag_box" pk=epoch.pk %}
95       </a>
96       <a class="more" href="{% url 'epoch_catalogue' %}">Zobacz katalog epok</a>
97     </section>
98     {% endcomment %}
99
100     {% if collection %}
101       <section>
102         <h1>{% trans "Collections" %}</h1>
103         {% cache 3600 collection_box collection.pk LANGUAGE_CODE %}
104           {% include 'catalogue/collection_box.html' %}
105         {% endcache %}
106         <a class="more" href="{% url 'catalogue_collections' %}">{% trans "See collections catalog" %}</a>
107       </section>
108     {% endif %}
109
110     <section>
111       <h1>{% trans "Recent publications" %}</h1>
112         {% for book in last_published %}
113           {% cache 86400 book_mini_box book.pk %}
114             {% include 'catalogue/book_mini_box.html' %}
115           {% endcache %}
116         {% endfor %}
117       <a class="more" href="{% url 'recent_list' %}">{% trans "More recent publications" %}</a>
118     </section>
119
120     <div class="clearboth"></div>
121
122     <section class="infopages-box">
123       <h1>{% trans "News" %}</h1>
124       {% ssi_include 'latest_blog_posts' %}
125     </section>
126
127     <section class="infopages-box">
128       <h1>{% trans "Utilities" %}</h1>
129
130       <ul>
131         <li><a href="{% url 'suggest' %}" id="suggest" class="ajaxable">{% trans "Report a bug or suggestion" %}</a></li>
132         <!--li><a href="http://turniej.wolnelektury.pl">Turniej Elektrybałtów</a></li-->
133         <li><a href="{% url 'reporting_catalogue_pdf' %}">{% trans "Download the catalogue in PDF format." %}</a></li>
134         <li><a href="{% url 'dictionary_notes' %}">{% trans "Footnotes" %}</a></li>
135         <li><a href="{% url 'suggest_publishing' %}" id="suggest-publishing" class="ajaxable">{% trans "Missing a book?" %}</a></li>
136         <li><a href="{% url 'publish_plan' %}">{% trans "Publishing plan" %}</a></li>
137         <li><a href="{% url 'api' %}">API</a></li>
138         <li><a href="{% url 'oaipmh' %}">OAI-PMH</a></li>
139         <li><a href="{% url 'lesmianator' %}" lang="pl">Leśmianator</a></li>
140         <li><a href="http://polski.wolnelektury.pl" lang="pl">Materiały do nauki j. polskiego</a></li>
141         <li><a href="{% url 'subscribe' %}">{% trans "Newsletter" %}</a></li>
142       </ul>
143     </section>
144
145     <section class="infopages-box">
146       <h1>{% trans "Information" %}</h1>
147       <ul>
148         <li><a href="https://nowoczesnapolska.org.pl/prywatnosc/">{% trans "Privacy policy" %}</a></li>
149         {% infopages_on_main %}
150       </ul>
151
152       <div class="social-links">
153         <a href="https://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268" title='Wolne Lektury @ Facebook'>
154           <img src="{% static "img/social/f.png" %}" alt="Wolne Lektury @ Facebook" />
155         </a>
156         <a href="https://nk.pl/profile/30441509" title='Wolne Lektury @ NK'>
157           <img src="{% static "img/social/nk.png" %}" alt="Wolne Lektury @ NK.pl" />
158         </a>
159       </div>
160     </section>
161   {% endspaceless %}
162 {% endblock %}
163
164
165 {% block add_footer %}
166   {% spaceless %}
167     {% if cite %}
168       <p>
169         {% trans "Image used:" %}
170         {% cache 3600 cite_info cite.pk %}
171           {% include 'social/cite_info.html' %}
172         {% endcache %}
173       </p>
174     {% endif %}
175   {% endspaceless %}
176 {% endblock %}