summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_person_pdf.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-26 23:55:44 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-26 23:55:44 +0200
commit1fc4bbbaeb62032a6a14d3353381d74f175eb342 (patch)
tree521a78f091de04ec15654218d7ec8aefd67bb0fa /ishtar_common/templates/ishtar/sheet_person_pdf.html
parent54b86803f7a9e2c1013669d72212238cd74debe7 (diff)
downloadIshtar-1fc4bbbaeb62032a6a14d3353381d74f175eb342.tar.bz2
Ishtar-1fc4bbbaeb62032a6a14d3353381d74f175eb342.zip
Change Person selection form - add a Person sheet (refs #425)
* change sheet creation to allow non historized object * add related names corresponding to person for operation, files and sources (through Author) * use a jqGrid associated to a form to select persons * create sheet templates for persons * add appropriate urls
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_person_pdf.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet_person_pdf.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person_pdf.html b/ishtar_common/templates/ishtar/sheet_person_pdf.html
new file mode 100644
index 000000000..1abc70243
--- /dev/null
+++ b/ishtar_common/templates/ishtar/sheet_person_pdf.html
@@ -0,0 +1,18 @@
+{% extends "ishtar/sheet_person.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%}