X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/picture/templates/picture/picture_wide.html diff --git a/apps/picture/templates/picture/picture_wide.html b/apps/picture/templates/picture/picture_wide.html deleted file mode 100644 index 9f47c7baa..000000000 --- a/apps/picture/templates/picture/picture_wide.html +++ /dev/null @@ -1,112 +0,0 @@ -{% extends "picture/picture_short.html" %} -{% load i18n %} -{% load picture_tags thumbnail %} - - -{% block box-class %}book-wide-box{% endblock %} - -{% block picture-view %} - -{% thumbnail picture.image_file "535" upscale=0 as thumb %} - -{% endthumbnail %} -{% endblock %} - - -{% block extra_categories %} -{% if picture.extra_info.styles %} - - {% trans "Style" %}:  - {% for tag in picture.extra_info.styles %} - {{ tag }} - {% if not forloop.last %}, {% endif %} - {% endfor %} - -{% endif %} - -{% if picture.extra_info.medium %} - - {% trans "Medium" %}:  - {{ picture.extra_info.medium }} - -{% endif %} - -{% if picture.extra_info.original_dimensions %} - - {% trans "Dimensions" %}:  - {{ picture.extra_info.original_dimensions }} - -{% endif %} - - - {% trans "Date" %}:  - {{ picture.extra_info.created_at }} - - -{% endblock %} - - -{% block book-box-extra-info %} -{% if themes or things%} -
-

{% trans "Motifs, themes and objects" %}

-
- {% if themes %} -

{% trans "Motifs and themes" %}

- - {% endif %} - {% if things %} -

{% trans "Objects" %}

- - {% endif %} -
-
-{% else %} -

 

-{% endif %} -{% endblock %} - - -{% block right-column %} -
-
-

{% trans "See" %}

- -
- - {% comment %} -
-

{% trans "Download" %}

- -
- {% endcomment %} -
-{% endblock %}