diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-09 22:56:48 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-09 22:56:48 +0100 |
| commit | c66f45d648982d0aa7f62104d8009cfae7c7ccf7 (patch) | |
| tree | 3723277e0e3b81e4fb940fcc6eab407290277fbd /ishtar/templates/sheet_operation_pdf.html | |
| parent | 8545a15a5d421a8f26d5261a1363ddaac237761d (diff) | |
| download | Ishtar-c66f45d648982d0aa7f62104d8009cfae7c7ccf7.tar.bz2 Ishtar-c66f45d648982d0aa7f62104d8009cfae7c7ccf7.zip | |
Operation sheet (refs #16)
Diffstat (limited to 'ishtar/templates/sheet_operation_pdf.html')
| -rw-r--r-- | ishtar/templates/sheet_operation_pdf.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ishtar/templates/sheet_operation_pdf.html b/ishtar/templates/sheet_operation_pdf.html new file mode 100644 index 000000000..30f9595bf --- /dev/null +++ b/ishtar/templates/sheet_operation_pdf.html @@ -0,0 +1,14 @@ +{% extends "sheet_operation.html" %} +{% block main_head %} +{{ block.super }} +<div id="pdfheader"> +Ishtar – {{APP_NAME}} – {{item}} +</div> +{% endblock %} +{%block main_foot%} +<div id="pdffooter"> +– <pdf:pagenumber/> – +</div> +</body> +</html> +{%endblock%} |
