summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findsource.html11
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findsource_pdf.html18
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findsource_window.html3
3 files changed, 32 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource.html b/archaeological_finds/templates/ishtar/sheet_findsource.html
new file mode 100644
index 000000000..04db0336c
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_findsource.html
@@ -0,0 +1,11 @@
+{% extends "ishtar/sheet_source.html" %}
+{% load i18n window_field link_to_window %}
+
+{% block head_sheet %}
+{{block.super}}
+<h1>{% trans "Find source"%}</h1>
+{% endblock %}
+
+{% block related %}
+{% field "Related find" item.owner '' item.owner|link_to_window %}
+{% endblock %}
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource_pdf.html b/archaeological_finds/templates/ishtar/sheet_findsource_pdf.html
new file mode 100644
index 000000000..b7f8ec473
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_findsource_pdf.html
@@ -0,0 +1,18 @@
+{% extends "ishtar/sheet_findsource.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%}
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource_window.html b/archaeological_finds/templates/ishtar/sheet_findsource_window.html
new file mode 100644
index 000000000..b2a2974bf
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_findsource_window.html
@@ -0,0 +1,3 @@
+{% extends "ishtar/sheet_findsource.html" %}
+{% block main_head %}{%endblock%}
+{% block main_foot %}{%endblock%}