From cf7a05f80f68b5b1c8bcc0089679dd497cec2506 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- web/templates/channel.html | 50 ++++++++++++++++++++ web/templates/find_team.html | 26 ++++++++++ web/templates/footer.html | 20 ++++++++ web/templates/head.html | 84 +++++++++++++++++++++++++++++++++ web/templates/home.html | 23 +++++++++ web/templates/login.html | 26 ++++++++++ web/templates/password_reset.html | 15 ++++++ web/templates/signup_team.html | 28 +++++++++++ web/templates/signup_team_complete.html | 25 ++++++++++ web/templates/signup_team_confirm.html | 24 ++++++++++ web/templates/signup_user_complete.html | 25 ++++++++++ web/templates/verify.html | 15 ++++++ web/templates/welcome.html | 36 ++++++++++++++ 13 files changed, 397 insertions(+) create mode 100644 web/templates/channel.html create mode 100644 web/templates/find_team.html create mode 100644 web/templates/footer.html create mode 100644 web/templates/head.html create mode 100644 web/templates/home.html create mode 100644 web/templates/login.html create mode 100644 web/templates/password_reset.html create mode 100644 web/templates/signup_team.html create mode 100644 web/templates/signup_team_complete.html create mode 100644 web/templates/signup_team_confirm.html create mode 100644 web/templates/signup_user_complete.html create mode 100644 web/templates/verify.html create mode 100644 web/templates/welcome.html (limited to 'web/templates') diff --git a/web/templates/channel.html b/web/templates/channel.html new file mode 100644 index 000000000..d313b5395 --- /dev/null +++ b/web/templates/channel.html @@ -0,0 +1,50 @@ +{{define "channel"}} + +{{template "head" . }} + +
+
+ + + +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + +{{end}} diff --git a/web/templates/find_team.html b/web/templates/find_team.html new file mode 100644 index 000000000..c731f7a8f --- /dev/null +++ b/web/templates/find_team.html @@ -0,0 +1,26 @@ +{{define "find_team"}} + +{{template "head" . }} + +
+
+
+
+ +
+ +
+ +
+
+ + + +{{end}} diff --git a/web/templates/footer.html b/web/templates/footer.html new file mode 100644 index 000000000..204a89f03 --- /dev/null +++ b/web/templates/footer.html @@ -0,0 +1,20 @@ +{{define "footer"}} + + +{{end}} diff --git a/web/templates/head.html b/web/templates/head.html new file mode 100644 index 000000000..5fd3ee104 --- /dev/null +++ b/web/templates/head.html @@ -0,0 +1,84 @@ +{{define "head"}} + + + + + {{ .Title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{end}} diff --git a/web/templates/home.html b/web/templates/home.html new file mode 100644 index 000000000..74f7a015b --- /dev/null +++ b/web/templates/home.html @@ -0,0 +1,23 @@ +{{define "home"}} + +{{template "head" . }} + +
+ + +
+
+ +
+
+ +
+
+
+
+ + + +{{end}} diff --git a/web/templates/login.html b/web/templates/login.html new file mode 100644 index 000000000..1bc5394ab --- /dev/null +++ b/web/templates/login.html @@ -0,0 +1,26 @@ +{{define "login"}} + +{{template "head" . }} + +
+
+
+ +
+
+
+ +
+ +
+
+ + + +{{end}} diff --git a/web/templates/password_reset.html b/web/templates/password_reset.html new file mode 100644 index 000000000..1c5485e33 --- /dev/null +++ b/web/templates/password_reset.html @@ -0,0 +1,15 @@ +{{define "password_reset"}} + +{{template "head" . }} + +
+
+
+
+
+ + + +{{end}} diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html new file mode 100644 index 000000000..e2b9bc1ad --- /dev/null +++ b/web/templates/signup_team.html @@ -0,0 +1,28 @@ +{{define "signup_team"}} + +{{template "head" . }} + +
+
+
+
+ +
+ +
+ +
+
+ + + +{{end}} diff --git a/web/templates/signup_team_complete.html b/web/templates/signup_team_complete.html new file mode 100644 index 000000000..aad521cb3 --- /dev/null +++ b/web/templates/signup_team_complete.html @@ -0,0 +1,25 @@ +{{define "signup_team_complete"}} + +{{template "head" . }} + +
+
+
+
+ +
+ +
+ +
+
+ + + +{{end}} diff --git a/web/templates/signup_team_confirm.html b/web/templates/signup_team_confirm.html new file mode 100644 index 000000000..a34c39ab6 --- /dev/null +++ b/web/templates/signup_team_confirm.html @@ -0,0 +1,24 @@ +{{define "signup_team_confirm"}} + +{{template "head" . }} + +
+
+
+
+ +
+
+ +
+
+ + +{{end}} diff --git a/web/templates/signup_user_complete.html b/web/templates/signup_user_complete.html new file mode 100644 index 000000000..a6827bc3a --- /dev/null +++ b/web/templates/signup_user_complete.html @@ -0,0 +1,25 @@ +{{define "signup_user_complete"}} + +{{template "head" . }} + +
+
+
+
+ +
+ +
+ +
+
+ + + +{{end}} diff --git a/web/templates/verify.html b/web/templates/verify.html new file mode 100644 index 000000000..60a7990f0 --- /dev/null +++ b/web/templates/verify.html @@ -0,0 +1,15 @@ +{{define "verify"}} + +{{template "head" . }} + +
+
+
+
+
+ + + +{{end}} diff --git a/web/templates/welcome.html b/web/templates/welcome.html new file mode 100644 index 000000000..27bf4bcaf --- /dev/null +++ b/web/templates/welcome.html @@ -0,0 +1,36 @@ +{{define "welcome"}} + +{{template "head" . }} + +
+
+
+ +
+
+
+
+

Welcome to {{ .SiteName }}!

+

+ You do not appear to be part of any teams. Please contact your + administrator to have him send you an invitation to a private team. + Or you can start a new private team. +

+
+ If you where invited to a team that you do not see you must + confirm your email address first before gaining access to the + team. +
+
+
+
+
+
+
+
+ + + +{{end}} -- cgit v1.2.3-1-g7c22