summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-12 15:15:09 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-12 15:15:09 +0100
commite401941a57c84157a6cec7a6cd37e107fb147377 (patch)
tree910c99cc3b67c0cd914547692e3a540c10df8181 /archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html
parent9656d23c15770c57740284c21fc127779612dcc6 (diff)
downloadIshtar-e401941a57c84157a6cec7a6cd37e107fb147377.tar.bz2
Ishtar-e401941a57c84157a6cec7a6cd37e107fb147377.zip
Manage treatment / treatment files sources
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html
new file mode 100644
index 000000000..d0a0ec8e7
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html
@@ -0,0 +1,18 @@
+{% extends "ishtar/sheet_treatmentfilesource.html" %}
+{% block header %}
+<link rel="stylesheet" href="{{STATIC_URL}}/media/style_basic.css?ver={{VERSION}}" />
+{% endblock %}
+{% block main_head %}
+{{ block.super }}
+<div id="pdfheader">
+Ishtar &ndash; {{APP_NAME}} &ndash; {{item}}
+</div>
+{% endblock %}
+{%block head_sheet%}{%endblock%}
+{%block main_foot%}
+<div id="pdffooter">
+&ndash; <pdf:pagenumber/> &ndash;
+</div>
+</body>
+</html>
+{%endblock%}