fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Poprawienie .gitignore.
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_detail.html
diff --git
a/wolnelektury/templates/catalogue/book_detail.html
b/wolnelektury/templates/catalogue/book_detail.html
index
f4805b9
..
081ee50
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_detail.html
+++ b/
wolnelektury/templates/catalogue/book_detail.html
@@
-12,6
+12,9
@@
</form>
<div id="books-list">
</form>
<div id="books-list">
+ {% if extra_info.license %}
+ <p>Utwór jest udostępniony na licencji <a href="{{ extra_info.license }}">{{ extra_info.license_description }}</a>.</p>
+ {% endif %}
<p>Na podstawie: {{ extra_info.source_name }}</p>
{% if book.has_description %}
<div id="description">
<p>Na podstawie: {{ extra_info.source_name }}</p>
{% if book.has_description %}
<div id="description">
@@
-94,9
+97,17
@@
<a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
{% endfor %}
</li>
<a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
{% endfor %}
</li>
+ </ul>
+ <h2>W innych miejscach</h2>
+ <ul>
<li><a href="{{ extra_info.about }}">Lektura na wiki projektu</a></li>
<li><a href="{{ extra_info.source_url }}">Lektura w CBN Polona</a></li>
<li><a href="{{ extra_info.about }}">Lektura na wiki projektu</a></li>
<li><a href="{{ extra_info.source_url }}">Lektura w CBN Polona</a></li>
- <li><a href="{{ book.xml_file.url }}">Kod źródłowy utworu (XML)</a></li>
+ {% if book.gazeta_link %}
+ <li><a href="{{ book.gazeta_link }}">Opis lektury w Lektury.Gazeta.pl</a></li>
+ {% endif %}
+ {% if book.wiki_link %}
+ <li><a href="{{ book.wiki_link }}">Opis lektury w Wikipedii</a></li>
+ {% endif %}
</ul>
</div>
<div id="themes-list">
</ul>
</div>
<div id="themes-list">