reformat templates
[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 social_tags %}
4 {% load ssi_include from ssify %}
5 {% load cache %}
6
7
8 {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %}
9 {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %}
10
11 {% block body %}
12   {% spaceless %}
13     {% choose_cite as cite_pk %}
14     {{ cite_pk.if }}
15       {% ssi_include 'social_cite_main' pk=cite_pk %}
16     {{ cite_pk.endif }}
17
18     <section id="main-library">
19       <h1>W naszej cyfrowej bibliotece znajdziesz</h1>
20       <div class="main-library-row">
21         <div class="covers">
22           {% for book in best %}
23             {% cache 86400 book_mini_box book.pk %}
24               {% include 'catalogue/book_mini_box.html' %}
25             {% endcache %}
26             {#% ssi_include 'catalogue_book_mini' pk=b.pk %#}
27           {% endfor %}
28         </div>
29         <a href="{% url "book_list" %}">
30           <div class="note white-box normal-text" style="font-size: 18px">
31             i wiele innych książek, wierszy, obrazów, audiobooków…
32           </div>
33         </a>
34       </div>
35     </section>
36
37     <section id="main-theme">
38       <h1>Motywy i tematy</h1>
39       <div class="white-box normal-text">
40         <h2>{% trans "Theme" %}: {{ theme }}</h2>
41         <p>Utwory, w których występuje ten motyw:</p>
42         {% for book in theme_books %}
43           {% cache 86400 book_mini_box book.pk %}
44             {% include 'catalogue/book_mini_box.html' %}
45           {% endcache %}
46           {#% ssi_include 'catalogue_book_mini' pk=book.pk %#}
47         {% endfor %}
48         {% if theme_fragment %}
49           {% ssi_include 'catalogue_fragment_promo' pk=theme_fragment.pk %}
50         {% endif %}
51       </div>
52       <a class="more" href="{% url 'theme_catalogue' %}">Zobacz katalog motywów</a>
53     </section>
54
55     {% comment %}
56     <section class="tag-box-section">
57       <h1>Autorzy</h1>
58       <a class="tag-box" href="{{ author.get_absolute_url }}">
59         {% ssi_include "catalogue_tag_box" pk=author.pk %}
60       </a>
61       <a class="more" href="{% url 'author_catalogue' %}">Zobacz katalog autorów</a>
62     </section>
63
64     <section class="tag-box-section">
65       <h1>Gatunki</h1>
66       <a class="tag-box" href="{{ genre.get_absolute_url }}">
67         {% ssi_include "catalogue_tag_box" pk=genre.pk %}
68       </a>
69       <a class="more" href="{% url 'genre_catalogue' %}">Zobacz katalog gatunków</a>
70     </section>
71
72     <section class="tag-box-section">
73       <h1>Rodzaje</h1>
74       <a class="tag-box" href="{{ kind.get_absolute_url }}">
75         {% ssi_include "catalogue_tag_box" pk=kind.pk %}
76       </a>
77       <a class="more" href="{% url 'kind_catalogue' %}">Zobacz katalog rodzajów</a>
78     </section>
79
80     <section class="tag-box-section">
81       <h1>Epoki</h1>
82       <a class="tag-box" href="{{ epoch.get_absolute_url }}">
83         {% ssi_include "catalogue_tag_box" pk=epoch.pk %}
84       </a>
85       <a class="more" href="{% url 'epoch_catalogue' %}">Zobacz katalog epok</a>
86     </section>
87     {% endcomment %}
88
89     {% if collection %}
90       <section>
91         <h1>Kolekcje</h1>
92         {% ssi_include 'catalogue_collection_box' pk=collection.pk %}
93         <a class="more" href="{% url 'catalogue_collections' %}">Zobacz katalog kolekcji</a>
94       </section>
95     {% endif %}
96
97     <section>
98       <h1>{% trans "Recent publications" %}</h1>
99         {% for book in last_published %}
100           {% cache 86400 book_mini_box book.pk %}
101             {% include 'catalogue/book_mini_box.html' %}
102           {% endcache %}
103           {#% ssi_include 'catalogue_book_mini' pk=book.pk %#}
104         {% endfor %}
105       <a class="more" href="{% url 'recent_list' %}">{% trans "More recent publications" %}</a>
106     </section>
107
108     <div class="clearboth"></div>
109
110     <section class="infopages-box">
111       <h1>{% trans "News" %}</h1>
112       {% ssi_include 'latest_blog_posts' %}
113     </section>
114
115     <section class="infopages-box">
116       <h1>{% trans "Utilities" %}</h1>
117
118       <ul>
119         <li><a href="{% url 'suggest' %}" id="suggest" class="ajaxable">{% trans "Report a bug or suggestion" %}</a></li>
120         <!--li><a href="http://turniej.wolnelektury.pl">Turniej Elektrybałtów</a></li-->
121         <li><a href="{% url 'reporting_catalogue_pdf' %}">{% trans "Download the catalogue in PDF format." %}</a></li>
122         <li><a href="{% url 'dictionary_notes' %}">{% trans "Footnotes" %}</a></li>
123         <li><a href="{% url 'suggest_publishing' %}" id="suggest-publishing" class="ajaxable">{% trans "Missing a book?" %}</a></li>
124         <li><a href="{% url 'publish_plan' %}">{% trans "Publishing plan" %}</a></li>
125         <li><a href="{% url 'api' %}">API</a></li>
126         <li><a href="{% url 'oaipmh' %}">OAI-PMH</a></li>
127         <li><a href="{% url 'lesmianator' %}" lang="pl">Leśmianator</a></li>
128         <li><a href="http://polski.wolnelektury.pl" lang="pl">Materiały do nauki j. polskiego</a></li>
129       </ul>
130     </section>
131
132     <section class="infopages-box">
133       <h1>{% trans "Information" %}</h1>
134       <ul>
135         <li><a href="https://nowoczesnapolska.org.pl/prywatnosc/">{% trans "Privacy policy" %}</a></li>
136         {% infopages_on_main %}
137       </ul>
138
139       <div class="social-links">
140         <a href="https://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268" title='Wolne Lektury @ Facebook'>
141           <img src="{% static "img/social/f.png" %}" alt="Wolne Lektury @ Facebook" />
142         </a>
143         <a href="https://nk.pl/profile/30441509" title='Wolne Lektury @ NK'>
144           <img src="{% static "img/social/nk.png" %}" alt="Wolne Lektury @ NK.pl" />
145         </a>
146       </div>
147     </section>
148   {% endspaceless %}
149 {% endblock %}
150
151
152 {% block add_footer %}
153   {% spaceless %}
154     {{ cite_pk.if }}
155       <p>{% trans "Image used:" %}
156         {% ssi_include 'social_cite_info' pk=cite_pk %}
157       </p>
158     {{ cite_pk.endif }}
159   {% endspaceless %}
160 {% endblock %}