From 0fe336b08f7868d0f7b531cb30c9facfea0f25f2 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 12 Sep 2013 22:40:52 +0200 Subject: Added settings page --- tpls/master.tpl | 1 + tpls/settings.tpl | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 tpls/settings.tpl (limited to 'tpls') diff --git a/tpls/master.tpl b/tpls/master.tpl index a79f5c6..7d6a249 100644 --- a/tpls/master.tpl +++ b/tpls/master.tpl @@ -13,6 +13,7 @@ {{if .Mail}}
  • new job
  • list jobs
  • +
  • settings
  • logout
  • {{else}}
  • register
  • diff --git a/tpls/settings.tpl b/tpls/settings.tpl new file mode 100644 index 0000000..605a596 --- /dev/null +++ b/tpls/settings.tpl @@ -0,0 +1,32 @@ +{{define "title"}}User Settings{{end}} + +{{define "content"}} + {{if .Error}}
    {{.Error}}
    {{end}} + + {{if not .Fatal}} + {{if .Success}}
    {{.Success}}
    {{end}} + +
    +

    Set Password

    + +

    Password:

    +

    Repeat Password:

    +

    +
    + +
    +

    Set Timezone

    + +

    + Timezone: + +

    +

    +
    + +

    Delete Account

    +

    Delete Account

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