summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_operation_pdf.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation_pdf.html')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation_pdf.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation_pdf.html b/archaeological_operations/templates/ishtar/sheet_operation_pdf.html
new file mode 100644
index 000000000..9ef0edbf7
--- /dev/null
+++ b/archaeological_operations/templates/ishtar/sheet_operation_pdf.html
@@ -0,0 +1,18 @@
+{% extends "ishtar/sheet_operation.html" %}
+{% block css_head %}
+<link rel="stylesheet" href="{{MEDIA_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%}