summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-29 18:26:54 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-29 18:28:18 +0100
commita296bd385e704b1e76a774341f8ad126c892ccab (patch)
tree648da5accc2a93a9ff5c0c80dd1ddc09f6bc708f /archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
parent80726189acaa2ce5fa604dd589aad7d01c099d4f (diff)
downloadIshtar-a296bd385e704b1e76a774341f8ad126c892ccab.tar.bz2
Ishtar-a296bd385e704b1e76a774341f8ad126c892ccab.zip
Add a template for operation sources
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html b/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
new file mode 100644
index 000000000..32362d4c2
--- /dev/null
+++ b/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
@@ -0,0 +1,18 @@
+{% extends "ishtar/sheet_operationsource.html" %}
+{% block header %}
+<link rel="stylesheet" href="{{STATIC_URL}}/media/style_basic.css" />
+{% 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%}