Index: standard/src/main/webapp/templates/login.vm =================================================================== --- standard/src/main/webapp/templates/login.vm (revision 11817) +++ standard/src/main/webapp/templates/login.vm (working copy) @@ -18,34 +18,71 @@ ### #template("startpage.vm")
-
- -#xwikimessageboxstart($msg.get("login") "") +###xwikimessageboxstart($msg.get("login") "") + +
+

$msg.get("login")

#set($message = $msg.get($xwiki.parseMessage())) #if($message) #error($message) #end - - - - - +
+ + + +
+ + + +

with your username and password

+ + + + + #if(0) - - + + #else - + #end +
+
+ +
+
+ +

... or with your OpenID

+ + + +#if(0) + + +#else + +#end +
+
+
+
-
-#xwikimessageboxend() -
+ +###xwikimessageboxend() + +
## Ensure that the username field of the login form has the focus to make it easy for users to log in quickly