basic multilingual publications support
[wolnelektury.git] / wolnelektury / templates / catalogue / tagged_object_list.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags pagination_tags switch_tag %}
4
5 {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %}
6
7 {% block bodyid %}tagged-object-list{% endblock %}
8
9 {% block body %}
10     <h1>{% title_from_tags tags %}</h1>
11     {% breadcrumbs tags %}
12
13     {% if only_shelf and not object_list %}
14     <div id="books-list">
15         <h2>{% trans "Your shelf is empty" %}</h2>
16         <p>{% trans "You can put a book on a shelf by entering page of the reading and clicking 'Put on the shelf'." %}</p>
17     </div>
18     {% else %}
19     {% autopaginate object_list 10 %}
20     <div id="books-list">
21         {% with tags|last as last_tag %}
22         {% if last_tag.has_description %}
23             <div id="description">
24                 <div id='description-long'>{{ last_tag.description|safe }}</div>
25                 <div id='description-short'>{{ last_tag.description|safe|truncatewords_html:30 }}</div>
26             </div>
27             <div class="clearboth"></div>
28             <div id="toggle-description"><p></p></div>
29         {% endif %}
30         {% if only_shelf %}
31             <a id="download-shelf" href="{% url download_shelf last_tag.slug %}">
32                 {% trans "Download all books from this shelf" %}
33             </a>
34             <div id="download-shelf-menu" style="display:none;">
35                 <form action="{% url download_shelf last_tag.slug %}" method="get" accept-charset="utf-8" id="download-formats-form" data-formats-feed="{% url shelf_book_formats last_tag.slug %}">
36                     <p>{% trans "Choose books' formats which you want to download:" %}</p>
37                     <li data-format="pdf"><label for="id_formats_2"><input type="checkbox" name="formats" value="pdf" id="id_formats_2" /> PDF</label> <em><strong>{% trans "for reading" %}</strong> {% trans "and printing using" %} <a href="http://get.adobe.com/reader/">Adobe Reader</a></em></li>
38                     <li data-format="epub"><label for="id_formats_5"><input type="checkbox" name="formats" value="epub" id="id_formats_5" /> EPUB</label> <em><strong>{% trans "for reading" %}</strong> {% trans "on mobile devices" %}</em></li>
39                     <li data-format="mobi"><label for="id_formats_7"><input type="checkbox" name="formats" value="mobi" id="id_formats_7" /> MOBI</label> <em><strong>{% trans "for reading" %}</strong> {% trans "on mobile devices" %}</em></li>
40                     <li data-format="odt"><label for="id_formats_3"><input type="checkbox" name="formats" value="odt" id="id_formats_3" /> ODT</label> <em><strong>{% trans "for reading" %}</strong> {% trans "and editing using" %} <a href="http://pl.openoffice.org/">OpenOffice.org</a></em></li>
41                     <li data-format="txt"><label for="id_formats_4"><input type="checkbox" name="formats" value="txt" id="id_formats_4" /> TXT</label> <em><strong>{% trans "for reading" %}</strong> {% trans "on small displays, for example mobile phones" %}</em></li>
42                     <li data-format="mp3"><label for="id_formats_0"><input type="checkbox" name="formats" value="mp3" id="id_formats_0" /> MP3</label> <em><strong>{% trans "for listening" %}</strong> {% trans "on favourite MP3 player" %}</em></li>
43                     <li data-format="ogg"><label for="id_formats_1"><input type="checkbox" name="formats" value="ogg" id="id_formats_1" /> Ogg Vorbis</label> <em><strong>{% trans "for listening" %}</strong> &mdash; {% trans "open format" %} <a href="http://www.vorbis.com/">{% trans "Xiph.org Foundation" %}</a></em></li>
44                     <li data-format="daisy"><label for="id_formats_6"><input type="checkbox" name="formats" value="daisy" id="id_formats_6" /> DAISY</label> </li>
45                     <li id="download-formats-form-submit-li"><label><input type="submit" name="submit" value="{% trans "Download" %}" id="download-formats-form-submit" disabled="disabled" />&nbsp;<img src="{{ STATIC_URL }}img/indicator.gif" /></label> <span id="updating-formats">{% trans "Updating list of books' formats on the shelf" %}</span><span id="formats-updated" style="display:none;">{% trans "or" %} <a href="#" id="download-formats-form-cancel">{% trans "cancel" %}</a></span></li>
46                     <div class="clearboth"></div>
47                 </form>
48             </div>
49             {% if only_my_shelf %}
50             <div id="toggle-share-shelf"><p>{% trans "Share this shelf" %}</p></div>
51             <div id="share-shelf">
52                 <p>{% trans "Copy this link and share it with other people to let them see your shelf." %}
53                 <input id="share-shelf-url" value='http://{{ request.META.HTTP_HOST }}{{ request.path }}' />
54                 </p>
55             </div>
56                         {% endif %}
57         {% endif %}
58         {% if last_tag.gazeta_link %}
59         <p><a href="{{ last_tag.gazeta_link }}">
60             {% switch last_tag.category %}
61                 {% case "author" %}
62                     {% trans "Read work's study of this author on Lektury.Gazeta.pl" %}
63                 {% case "epoch" %}
64                     {% blocktrans %}Read study of epoch {{ last_tag }} on Lektury.Gazeta.pl{% endblocktrans %}
65                 {% case "kind" %}
66                     {% blocktrans %}Read study of kind {{ last_tag }} on Lektury.Gazeta.pl{% endblocktrans %}
67                 {% case "genre" %}
68                     {% blocktrans %}Read study of genre {{ last_tag }} on Lektury.Gazeta.pl{% endblocktrans %}
69                 {% else %}
70                     {% trans "Read related study on Lektury.Gazeta.pl" %}
71             {% endswitch %}
72         </a></p>
73         {% endif %}
74         {% if last_tag.wiki_link %}
75         <p><a href="{{ last_tag.wiki_link }}">
76                 {% switch last_tag.category %}
77                             {% case "author" %}
78                                     {% trans "Read article about this author on Wikipedia" %}
79                                 {% case "epoch" %}
80                     {% blocktrans %}Read article about epoch {{ last_tag }} on Wikipedia{% endblocktrans %}
81                                 {% case "kind" %}
82                     {% blocktrans %}Read article about kind {{ last_tag }} on Wikipedia{% endblocktrans %}
83                                 {% case "genre" %}
84                     {% blocktrans %}Read article about genre {{ last_tag }} on Wikipedia{% endblocktrans %}
85                                 {% else %}
86                                     {% trans "Read related article on Wikipedia" %}
87                         {% endswitch %}
88         </a></p>
89         {% endif %}
90
91         {% if object_list %}
92             <ol>
93             {% for book in object_list %}
94                 <li>
95                     {% if user_is_owner %}
96                         <a href="{% url remove_from_shelf last_tag.slug book.urlid %}" class="remove-from-shelf">{% trans "Delete" %}</a>
97                     {% endif %}
98                     {{ book.short_html }}</li>
99             {% endfor %}
100             </ol>
101             {% paginate %}
102         {% else %}
103             {% trans "Sorry! Search cirteria did not match any resources." %}
104             {% include "info/join_us.html" %}
105         {% endif %}
106         {% endwith %}
107     </div>
108         {% if object_list %}
109         {% comment %} If we didn't find anything there will be nothing on the right side as well {% endcomment %}
110     <div id="tags-list">
111         <div id="categories-list">
112             {% if categories.author %}
113                 <h2>{% trans "Authors" %}</h2>
114                 {% tag_list categories.author tags %}
115             {% endif %}
116             {% if categories.kind %}
117                 <h2>{% trans "Kinds" %}</h2>
118                 {% tag_list categories.kind tags %}
119             {% endif %}
120             {% if categories.genre %}
121                 <h2>{% trans "Genres" %}</h2>
122                 {% tag_list categories.genre tags %}
123             {% endif %}
124             {% if categories.epoch %}
125                 <h2>{% trans "Epochs" %}</h2>
126                 {% tag_list categories.epoch tags %}
127             {% endif %}
128             {% if only_shelf %}
129                 <p><a href="{% url poem_from_set tags.0.slug %}">Miksuj utwory z tej półki</a>
130             {% endif %}
131         </div>
132         <div id="themes-list">
133             {% if categories.theme %}
134                 <h2>{% trans "Themes" %}</h2>
135                 {% tag_list categories.theme tags %}
136             {% endif %}
137         </div>
138         <div class="clearboth"></div>
139     </div>
140         {% endif %}
141     {% endif %}
142     <div id="set-window">
143         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
144         <div class="target">
145             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
146         </div>
147     </div>
148 {% endblock %}