From f68f1f326a196882383e534ff5166bf91b4e079d Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 31 Aug 2013 21:52:40 +0200 Subject: Jobs can now be viewed in the job editor. --- tpls/jobedit.tpl | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tpls/jobedit.tpl (limited to 'tpls/jobedit.tpl') diff --git a/tpls/jobedit.tpl b/tpls/jobedit.tpl new file mode 100644 index 0000000..ef1d394 --- /dev/null +++ b/tpls/jobedit.tpl @@ -0,0 +1,51 @@ +{{define "title"}}{{if .JobID}}Edit Job{{else}}Create Job{{end}}{{end}} + +{{define "content"}} + {{if .Error}} +
{{.Error}}
+ {{end}} + + {{if not .Fatal}} + {{if .Success}} +
{{.Success}}
+ {{end}} + +
+

Mail

+

+ Subject:
+ +

+

+ Content:
+ +

+ +

Schedule

+ {{range .Schedules}} +

+ Start: +
+ + Repetition: + + +
+ + End: + +

+ {{end}} + +

Save

+ +
+ {{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3-54-g00ecf