Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / static / t / openid_manual_create.html
index 7b4807de0f6c31ca016f320776cb8ef3623d0459..78fb7bac197d27e559ba55c3808feba2c42a7997 100644 (file)
@@ -1,18 +1,24 @@
-<?=beginbox>
+<?=("head")>
+<div id="login_screen">
+<?=("beginbox_1")>
+<?SERV:HUMANNODE><?_(" - powered by <a href='http://www.citadel.org'>Citadel</a>")>
+<?=("beginbox_2")>
 <?HELLO>
 <div class="login_infos">
-       <img src="static/openid-small.gif"><?VERIFIED><br />
-       <?REASON><br />
-       <?ACTION_REQUESTED><br />
+       <img src="static/openid-small.gif"><?_("Your OpenID")> <tt><?BSTR("__claimed_id", "X")></tt> <?_("was successfully verified.")><br>
+<??("COND:BSTR", 1, "__username")><?_("However, the user name")>  '<?BSTR("__claimed_id", "X")>' <?_("conflicts with an existing user.")><??("X", 1)>
+<br>
+       <?_("Please specify the user name you would like to use.")><br>
 </div>
 <form action="openid_manual_create" method="POST"  class="box" id="login_form">
-       <input type="hidden" NAME="openid_url" VALUE="<?CLAIMED_ID>">
-        <label for="uname"><?USERNAME_BOX></label>
+       <input type="hidden" NAME="openid_url" VALUE="<?BSTR("__claimed_id", "U")>">
+        <label for="uname"><?_("User name:")></label>
         <input type="text" name="name" id="uname" > <br>
         <div class="logbuttons">
-        <input type="submit" name="newuser_action" value="<?NEWUSER_BUTTON>" class="logbutton" >
-        <input type="submit" name="exit_action" value="<?EXIT_BUTTON>"  class="logbutton">
+        <input type="submit" name="newuser_action" value="<?_("New User")>" class="logbutton" >
+        <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
         <br>
         </div>
 </form>
-<?=endbox>
+<?=("endbox")>
+<?=("trailing")>