openid linked

git-svn-id: http://yolanda.mister-muffin.de/svn@343 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-05-11 18:47:48 +00:00
parent 037b1582a1
commit 9a117a970e
3 changed files with 6 additions and 5 deletions

View file

@ -142,7 +142,7 @@
<!-- login / register page --> <!-- login / register page -->
<string id="username">Username</string> <string id="username">Username</string>
<string id="username_or_openid">Username or OpenID</string> <string id="username_or_openid">Username or <xhtml:a href="http://openid.net/">OpenID</xhtml:a></string>
<string id="password">Password</string> <string id="password">Password</string>
<string id="password_repeat">repeat password</string> <string id="password_repeat">repeat password</string>
<string id="input_password_not_required">No password required.</string> <string id="input_password_not_required">No password required.</string>

View file

@ -119,9 +119,10 @@ fieldset
height: 10em; height: 10em;
} }
form fieldset /*
{ we use "prettier accessible forms", an idea by Nick Rigby
} http://www.alistapart.com/articles/prettyaccessibleforms
*/
form ol form ol
{ {

View file

@ -22,7 +22,7 @@
</legend> </legend>
<label for="user"> <label for="user">
<xsl:value-of select="$lang_strings[@id='username_or_openid']" />: <xsl:copy-of select="$lang_strings[@id='username_or_openid']/node()" />:
</label> </label>
<br /> <br />
<input id="username" name="user" onkeyup="check_openid();" type="text" /> <input id="username" name="user" onkeyup="check_openid();" type="text" />