openid linked
git-svn-id: http://yolanda.mister-muffin.de/svn@343 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
037b1582a1
commit
9a117a970e
3 changed files with 6 additions and 5 deletions
|
@ -142,7 +142,7 @@
|
|||
|
||||
<!-- login / register page -->
|
||||
<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_repeat">repeat password</string>
|
||||
<string id="input_password_not_required">No password required.</string>
|
||||
|
|
|
@ -119,9 +119,10 @@ fieldset
|
|||
height: 10em;
|
||||
}
|
||||
|
||||
form fieldset
|
||||
{
|
||||
}
|
||||
/*
|
||||
we use "prettier accessible forms", an idea by Nick Rigby
|
||||
http://www.alistapart.com/articles/prettyaccessibleforms
|
||||
*/
|
||||
|
||||
form ol
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</legend>
|
||||
|
||||
<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>
|
||||
<br />
|
||||
<input id="username" name="user" onkeyup="check_openid();" type="text" />
|
||||
|
|
Loading…
Reference in a new issue