X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/pdcounter/templates/pdcounter/author_detail.html?ds=sidebyside diff --git a/src/pdcounter/templates/pdcounter/author_detail.html b/src/pdcounter/templates/pdcounter/author_detail.html index 50eef63fb..85d29adc5 100644 --- a/src/pdcounter/templates/pdcounter/author_detail.html +++ b/src/pdcounter/templates/pdcounter/author_detail.html @@ -2,55 +2,53 @@ {% load i18n %} {% load time_tags %} -{% block titleextra %}{{ author.name }}{% endblock %} - -{% block metadescription %}{% trans "Public domain counter" %}: {{author.name}}.{% endblock %} - -{% block bodyid %}author-detail{% endblock %} - -{% block body %} - -
-

{{ author.name }}

-
- {% if author.has_description %} -
-
{{ author.description|safe }}
-
{{ author.description|safe|truncatewords_html:30 }}
-
-
-

- {% endif %} - {% if author.gazeta_link %} -

- {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} -

- {% endif %} - {% if author.wiki_link %} -

- {% trans "Read article about this author on Wikipedia" %} -

- {% endif %} - - {% if author.alive %} -

{% trans "This author's works are copyrighted." %} - {% trans "Find out why Internet libraries can't publish this author's works." %}

- {% else %} - {% if author.in_pd %} -

{% trans "This author's works are in public domain and will be published on Internet library of Wolne Lektury soon." %}

- {% else %} -
-

{% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}

-
-

{% trans "Find out why Internet libraries can't publish this author's works." %}

-
- {% endif %} - {% endif %} - {% include "info/join_us.html" %} -
+{% block settings %} + {% load title %} + {% title author.name %} +{% endblock %} + +{% block breadcrumbs %} + Katalog + Autor +{% endblock %} + +{% block main %} +
+
+

{{ author.name }}

+
+ +
+ + + {% if author.alive %} +

+ {% trans "This author's works are copyrighted." %} + {% trans "Find out why Internet libraries can't publish this author's works." %} +

+ {% else %} + {% if author.in_pd %} +

{% trans "This author's works are in public domain, but they were not yet published on Internet library of Wolne Lektury." %}

+ {% else %} +
+

+ {% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %} +

+
+

+ {% trans "Find out why Internet libraries can't publish this author's works." %} +

+
+ {% endif %} + {% endif %} + + +
-
- {% include "publishing_suggest.html" %} +
+
+ {% include "catalogue/author_box.html" %}
+
{% endblock %}