stringbuf.c: random idle style cleanup.
[citadel.git] / webcit / static / t / openid_manual_create.html
1 <div class="login_infos">
2         <img src="static/webcit_icons/openid-small.gif"><?_("Your OpenID")> <tt><?BSTR("__claimed_id", "X")></tt> <?_("was successfully verified.")><br>
3 <?!("COND:BSTR", 1, "__username")><?_("However, the user name")>  '<?BSTR("__username", "X")>' <?_("conflicts with an existing user.")><??("X", 1)>
4 <br>
5         <?_("Please specify the user name you would like to use.")><br>
6 </div>
7 <form action="openid_manual_create" method="POST"  class="box" id="login_form">
8         <input type="hidden" NAME="openid_url" VALUE="<?BSTR("__claimed_id", "X")>">
9         <label for="uname"><?_("User name:")></label>
10         <input type="text" name="name" id="uname" > <br>
11         <div class="logbuttons">
12         <input type="submit" name="newuser_action" value="<?_("New User")>" class="logbutton" >
13         <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
14         <br>
15         </div>
16 </form>