X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/picture/templates/picture/picture_viewer.html diff --git a/apps/picture/templates/picture/picture_viewer.html b/apps/picture/templates/picture/picture_viewer.html deleted file mode 100644 index e169dbe0f..000000000 --- a/apps/picture/templates/picture/picture_viewer.html +++ /dev/null @@ -1,88 +0,0 @@ -{% extends "catalogue/viewer_base.html" %} -{% load i18n %} -{% load static from staticfiles %} -{% load catalogue_tags %} -{% load thumbnail %} - - -{% block title %}{{ picture.pretty_title }}{% endblock %} - - -{% block body-id %}picture-viewer{% endblock %} - - -{% block js-dependencies %} - -{% endblock %} - - -{% block no-menu-extra %} -
  • +
  • -
  • -{% endblock %} - - -{% block menu %} -
  • +-
  • - - -
  • - {{ picture.pretty_title }} -
  • - - -
  • {% trans "Objects" %}
  • -
  • {% trans "Themes" %}
  • - - - - -
  • - {% for sponsor in sponsors %} - {% thumbnail sponsor.logo "80x200" as logo %} - {{ sponsor.name }} - {% endthumbnail %} - {% endfor %} -
  • - -{% endblock %} - -{% block main %} -
    - {% thumbnail picture.image_file "700x500" as pic %} -
    -
    - {% endthumbnail %} -
    -{% endblock %} - - -{% block footer %} -{{ picture.html_file.read|safe }} - -
    -
    - Wolne Lektury - - {% for sponsor in sponsors %} - {% thumbnail sponsor.logo "220x220" as logo %} - {{ sponsor.name }} - {% endthumbnail %} - {% endfor %} -
    - - {% book_info picture %} -
    - -
    - {{ picture.short_html }} -
    - -{% endblock %}