diff --git a/src/views/login.tpl b/src/views/login.tpl new file mode 100644 index 0000000000..13ca55b8fa --- /dev/null +++ b/src/views/login.tpl @@ -0,0 +1,101 @@ +
+ {{{each widgets.header}}} + {{widgets.header.html}} + {{{end}}} +
+
+
+

[[global:login]]

+
+ {{{ if allowLocalLogin }}} +
+ +
+ {{{ end }}} + + {{{ if alternate_logins }}} + + {{{ end }}} +
+
+
+ {{{each widgets.sidebar}}} + {{widgets.sidebar.html}} + {{{end}}} +
+
+
+ {{{each widgets.footer}}} + {{widgets.footer.html}} + {{{end}}} +
\ No newline at end of file diff --git a/src/views/register.tpl b/src/views/register.tpl new file mode 100644 index 0000000000..ca7fac3664 --- /dev/null +++ b/src/views/register.tpl @@ -0,0 +1,104 @@ +
+ {{{each widgets.header}}} + {{widgets.header.html}} + {{{end}}} +
+
+
+

[[global:register]]

+
+ +
+
+
+
+ +
+ + + [[register:help.username-restrictions, {minimumUsernameLength}, {maximumUsernameLength}]] +
+
+ +
+ +
+ + + [[register:help.minimum-password-length, {minimumPasswordLength}]] + +
+
+ +
+ +
+ + +
+
+ + {{{ each regFormEntry }}} +
+ +
{{./html}}
+
+ {{{ end }}} + + + + + +
+ + [[register:already-have-account]] + [[global:login]] + + + + +
+
+
+ + {{{ if alternate_logins }}} +
+
+ + +
+
+ {{{ end }}} +
+
+
+ {{{each widgets.sidebar}}} + {{widgets.sidebar.html}} + {{{end}}} +
+
+
+ {{{each widgets.footer}}} + {{widgets.footer.html}} + {{{end}}} +
\ No newline at end of file