X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fdf98378d2d8c8550661f657d30ec5186ff642f1..0153acbc4bb1b02e2feed4929458a4d365a79aef:/templates/login.html diff --git a/templates/login.html b/templates/login.html index 31dc6e8..ab943f9 100644 --- a/templates/login.html +++ b/templates/login.html @@ -24,18 +24,17 @@ USA @label:login.title@ -@include{@label{menu}@}@ +@include{topbar}@

@label:login.title@

@if{@ne{@label:error@}{error}@}{ @#{error reporting from some earlier operation}@ - -

@label{error.@label:error@}@

+

@label{error.@label:error@}@

}@ - @if{@ne{@label:registered@}{registered}@}{ - @#{registration succeeded}@ -

@label:login.registered@

+ @if{@ne{@label:status@}{status}@}{ + @#{some action succeeded}@ +

@label{login.@label:status@}@

}@ @if{@eq{@user@}{guest}@}{ @@ -50,13 +49,18 @@ USA @label:login.username@ - + @label:login.password@ - + + + + + - + }@ }{ @#{not the guest user, allow change of details and logout}@

Logged in as @user@

-

TODO none of this stuff works yet

+
+
+ +
+ +

Use this form to change your email address and/or password.

-
+ + + + + + + + + + + - -
@label:login.email@ - + @label:login.edituseremailextra@
@label:login.newpassword@ + + @label:login.edituserpassword1extra@
@label:login.newpassword@ + + @label:login.edituserpassword2extra@
@label:login.password@ - - - - }@ -@include{@label{menu}@end}@ +@include{topbarend}@ @@