summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2016-01-10 15:35:51 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2016-01-10 15:35:51 +0100
commit11d7e76203e13a6d4c2a0c9aa29bd2d1dd86f5b6 (patch)
tree8d8e7c09faf179b2fed07878d1cf450a245a78d0 /archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
parent19fcd922361b045894c0eeb56e095d785299909e (diff)
parent2c063aace94e5a9f3b5dc596e4a502ef062db059 (diff)
downloadIshtar-11d7e76203e13a6d4c2a0c9aa29bd2d1dd86f5b6.tar.bz2
Ishtar-11d7e76203e13a6d4c2a0c9aa29bd2d1dd86f5b6.zip
Merge branch 'master' into master-land-planner-2999
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%}