]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/openid-selector.tmpl
(no commit message)
[ikiwiki.git] / templates / openid-selector.tmpl
index b4d0e314f5ad0cd2997cafc8a138c5be892a715d..0659ee583f07b9751d128cd5d916f25ebfb71405 100644 (file)
@@ -12,7 +12,9 @@ $(document).ready(function() {
 
 <form action="<TMPL_VAR CGIURL>" method="get" id="openid_form">
        <fieldset>
-               <legend>Select your account provider</legend>
+               <script>
+               $('fieldset').append("<legend>Select your account provider</legend>");
+               </script>
                
                <input type="hidden" name="do" value="signin" />
                <input type="hidden" name="action" value="verify" />
@@ -20,6 +22,7 @@ $(document).ready(function() {
                        <div id="openid_btns"></div>
                </div>
                <div id="openid_input_area">
+                       <label for="openid_identifier" class="block">Enter your OpenID:</label>
                        <input id="openid_identifier" name="openid_identifier" type="text" value="<TMPL_VAR OPENID_URL>"/>
                        <input id="openid_submit" type="submit" value="Login"/>
                </div>
@@ -33,7 +36,7 @@ $(document).ready(function() {
 <TMPL_IF NONOPENIDFORM>
 <br />
 <noscript>
-<h2>Local Account:</h2>
+<h2>Other:</h2>
 </noscript>
 </TMPL_IF>
 <TMPL_VAR NONOPENIDFORM>