From 945af900ee539fc270e82e906c6d961c51e4913d Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 30 Aug 2013 23:46:47 +0200 Subject: Added Joblist --- tpls/jobs.tpl | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tpls/jobs.tpl (limited to 'tpls') diff --git a/tpls/jobs.tpl b/tpls/jobs.tpl new file mode 100644 index 0000000..578791e --- /dev/null +++ b/tpls/jobs.tpl @@ -0,0 +1,43 @@ +{{define "title"}}Jobs{{end}} + +{{define "content"}} + {{if .Error}} +
{{.Error}}
+ {{end}} + + {{if not .Fatal}} + {{if .Success}} +
{{.Success}}
+ {{end}} + +
+ + + + + + + + + + + {{range .Jobs}} + + + + + {{end}} + +
 SubjectExcerptNext
{{.Subject}}{{.Excerpt}}{{.Next}}
+
+

+ Delete selected: + + +

+
+ {{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3-70-g09d2