06d1608ec6625bfb8861fb433a91fa6a4a09bc90
[citadel.git] / webcit / static / t / openid_manual_create.html
1 <?=("head")>
2 <div id="login_screen">
3 <?=("beginbox_1")>
4 <?SERV:HUMANNODE><?_(" - powered by <a href='http://www.citadel.org'>Citadel</a>")>
5 <?=("beginbox_2")>
6 <?HELLO>
7 <div class="login_infos">
8         <img src="static/openid-small.gif"><?_("Your OpenID")> <tt><?BSTR("__claimed_id", "X")></tt> <?_("was successfully verified.")><br />
9 <??("COND:BSTR", 1, "__username")><?_("However, the user name")>  '<?BSTR("__claimed_id", "X")>' <?_("conflicts with an existing user.")><??("X", 1)>
10 <br />
11         <?_("Please specify the user name you would like to use.")><br />
12 </div>
13 <form action="openid_manual_create" method="POST"  class="box" id="login_form">
14         <input type="hidden" NAME="openid_url" VALUE="<?BSTR("__claimed_id", "U")>">
15         <label for="uname"><?_("User name:")></label>
16         <input type="text" name="name" id="uname" > <br>
17         <div class="logbuttons">
18         <input type="submit" name="newuser_action" value="<?_("New User")>" class="logbutton" >
19         <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
20         <br>
21         </div>
22 </form>
23 <?=("endbox")>
24 <?=("trailing")>