From 61f137d2cc8ae0199c99493701023b4d862a34ad Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 29 Aug 2013 22:37:05 +0200 Subject: Registering accounts is working --- tpls/master.tpl | 12 ++++++++++++ tpls/register.tpl | 21 +++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 tpls/master.tpl create mode 100644 tpls/register.tpl (limited to 'tpls') diff --git a/tpls/master.tpl b/tpls/master.tpl new file mode 100644 index 0000000..b675598 --- /dev/null +++ b/tpls/master.tpl @@ -0,0 +1,12 @@ + + + {{template "title"}} – mailremind + + +

{{template "title"}}

+ +
+ {{template "content" .}} +
+ + \ No newline at end of file diff --git a/tpls/register.tpl b/tpls/register.tpl new file mode 100644 index 0000000..a6e0c38 --- /dev/null +++ b/tpls/register.tpl @@ -0,0 +1,21 @@ +{{define "title"}}Register{{end}} + +{{define "content"}} + {{if .Success}} +
{{.Success}}
+ {{else}} + {{if .Error}}
{{.Error}}
{{end}} +
+

E-Mail:

+

Password:

+

Retype Password:

+

+ Timezone: + +

+

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