From bfe84a9ff753d4d9834ea24ad65edfef3561458c Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 29 Jun 2016 22:46:47 -0700 Subject: templatise the Dreport page and add a redeliver option for when things stuff up badly. --- view/tpl/dreport.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/tpl/dreport.tpl (limited to 'view') diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl new file mode 100644 index 000000000..7d5524a6a --- /dev/null +++ b/view/tpl/dreport.tpl @@ -0,0 +1,21 @@ +
+
+ {{if $table == 'item'}} + + {{/if}} +

{{$title}}

+
+ +
+ + {{if $entries}} + {{foreach $entries as $e}} + + + + + + {{/foreach}} + {{/if}} +
{{$e.name}}{{$e.result}}{{$e.time}}
+
-- cgit v1.2.3