- Added librarian as a submodule.
[wolnelektury.git] / wolnelektury / templates / catalogue / book_detail.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags pagination_tags %}
4
5 {% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %}
6
7 {% block bodyid %}book-detail{% endblock %}
8
9 {% block body %}
10     <h1>{{ book.title }}, {{ categories.author|join:", " }}</h1>
11     <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
12         <p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{% url main_page %}">{% trans "return to main page" %}</a></p>
13     </form>
14
15     <div id="books-list">
16         {% if extra_info.license %}
17         <p>{% trans "Work is licensed under " %}<a href="{{ extra_info.license }}">{{ extra_info.license_description }}</a>.</p>
18         {% endif %}
19         <p>{% trans "Based on" %}: {{ extra_info.source_name }}</p>
20         {% if book.has_description %}
21             <div id="description">
22                 {{ book.description|safe }}
23             </div>
24             <div id="toggle-description"><p>{% trans "Hide description" %} ▲</p></div>
25         {% endif %}
26         <div id="formats">
27             <p class="change-sets">{% trans "Put a book" %} <span><a href="{% url catalogue.views.book_sets book.slug %}" class="jqm-trigger">{% trans "on the shelf!" %}</a></span></p>
28             <div class="clearboth"></div>
29             <div class="wrap">
30             {% if book.html_file %}
31                 <a href="{% url book_text book.slug %}">{% trans "Read online" %}</a>
32             {% endif %}
33             {% if book.pdf_file %}
34                 <a href="{{ book.pdf_file.url }}">{% trans "Download PDF" %}</a>
35             {% endif %}
36             {% if book.epub_file %}
37                 <a href="{{ book.epub_file.url }}">{% trans "Download EPUB" %}</a>
38             {% endif %}
39             {% if book.odt_file %}
40                 <a href="{{ book.odt_file.url }}">{% trans "Download ODT" %}</a>
41             {% endif %}
42             {% if book.txt_file %}
43                 <a href="{{ book.txt_file.url }}">{% trans "Download TXT" %}</a>
44             {% endif %}
45             {% if book.mp3_file %}
46                 <div id="czytamy-sluchajac-info">
47                     <a href="http://czytamysluchajac.pl/" id="czytamysluchajac-logo"><img src="{{ STATIC_URL }}img/czytamysluchajac-logo-small.png" /></a>
48                     <p>{% trans "Artist" %}: {{ book.get_extra_info_value.artist_name }}</p>
49                                         {% if book.get_extra_info_value.director_name %}
50                         <p>{% trans "Director" %}: {{ book.get_extra_info_value.director_name }}</p>
51                                         {% endif %}
52                 </div>
53             {% endif %}
54             {% if book.mp3_file %}<a href="{{ book.mp3_file.url }}">{% trans "Download MP3" %}</a>{% endif %}
55             {% if book.ogg_file %}<a href="{{ book.ogg_file.url }}">{% trans "Download Ogg Vorbis" %}</a>{% endif %}
56             {% if book.mp3_file %}
57             <object type="application/x-shockwave-flash" style="margin-top: 0.5em" data="{{ STATIC_URL }}player.swf" width="426" height="20">
58                 <param name="movie" value="{{ STATIC_URL }}player.swf" />
59                 <param name="bgcolor" value="#ffffff" />
60                 <param name="FlashVars" value="mp3={{ book.mp3_file.url }}&amp;width=426&amp;showvolume=1&amp;bgcolor1=eeeeee&amp;bgcolor2=eeeeee&amp;buttoncolor=666666" />
61             </object>
62             {% endif %}
63             </div>
64         </div>
65
66         {% if book_children %}
67         {% autopaginate book_children 10 %}
68         <div id="book-children">
69             <ol>
70             {% for book in book_children %}
71                 <li>{{ book.short_html }}</li>
72             {% endfor %}
73             </ol>
74         </div>
75         {% paginate %}
76         {% endif %}
77
78     </div>
79
80     <div id="tags-list">
81         <div id="book-info">
82             <h2>{% trans "Details" %}</h2>
83             <ul>
84                 <li>
85                     {% trans "Author" %}:
86                     {% for tag in categories.author %}
87                     <a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
88                     {% endfor %}
89                 </li>
90                 <li>
91                     {% trans "Epoch" %}:
92                     {% for tag in categories.epoch %}
93                     <a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
94                     {% endfor %}
95                 </li>
96                 <li>
97                     {% trans "Kind" %}:
98                     {% for tag in categories.kind %}
99                     <a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
100                     {% endfor %}
101                 </li>
102                 <li>
103                     {% trans "Genre" %}:
104                     {% for tag in categories.genre %}
105                     <a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
106                     {% endfor %}
107                 </li>
108             </ul>
109             <h2>{% trans "Other resources" %}</h2>
110             <ul>
111                 <li><a href="{{ extra_info.about }}">{% trans "Book on project's wiki" %}</a></li>
112                 <li><a href="{{ extra_info.source_url }}">{% trans "Source of the book" %}</a></li>
113                 {% if book.gazeta_link %}
114                 <li><a href="{{ book.gazeta_link }}">{% trans "Book description on Lektury.Gazeta.pl" %}</a></li>
115                 {% endif %}
116                 {% if book.wiki_link %}
117                 <li><a href="{{ book.wiki_link }}">{% trans "Book description on Wikipedia" %}</a></li>
118                 {% endif %}
119             </ul>
120         </div>
121         <div id="themes-list">
122             <h2>{% trans "Work's themes " %}</h2>
123             <ul>
124             {% for theme in book_themes %}
125                 <li><a href="{% url book_fragments book.slug,theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>
126             {% endfor %}
127             </ul>
128         </div>
129         <div class="clearboth"></div>
130     </div>
131     <div id="set-window">
132         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
133         <div class="target">
134             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
135         </div>
136     </div>
137 {% endblock %}