X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/pdcounter/templates/pdcounter/author_detail.html diff --git a/src/pdcounter/templates/pdcounter/author_detail.html b/src/pdcounter/templates/pdcounter/author_detail.html index 50eef63fb..8e3153a2d 100644 --- a/src/pdcounter/templates/pdcounter/author_detail.html +++ b/src/pdcounter/templates/pdcounter/author_detail.html @@ -2,55 +2,65 @@ {% 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 %} + {% trans "Katalog" %} + {% trans "Autor" %} +{% endblock %} + +{% block main %} +
+
+

{{ author.name }}

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

+ {% trans "Dzieła tego autora objęte są prawem autorskim." %} + {% blocktrans trimmed with url='https://domenapubliczna.org/co-to-jest-domena-publiczna/' %} + Dowiedz się, dlaczego biblioteki internetowe nie mogą + udostępniać dzieł tego autora. + {% endblocktrans %} +

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

{% blocktrans trimmed %} + Dzieła tego autora znajdują się w domenie publicznej, ale jeszcze nie + zostały opublikowane w bibliotece internetowej Wolne Lektury. + {% endblocktrans %}

+ {% else %} +
+

+ {% blocktrans trimmed %} + Dzieła tego autora przejdą do zasobów domeny publicznej i będą mogły być + publikowane bez żadnych ograniczeń za + {% endblocktrans %} +

+
+

+ {% blocktrans trimmed with url='https://domenapubliczna.org/co-to-jest-domena-publiczna/' %} + Dowiedz się, dlaczego biblioteki internetowe nie mogą + udostępniać dzieł tego autora. + {% endblocktrans %} +

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