]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/openid_manual_create.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / openid_manual_create.html
diff --git a/webcit/static/t/openid_manual_create.html b/webcit/static/t/openid_manual_create.html
new file mode 100644 (file)
index 0000000..c67d62d
--- /dev/null
@@ -0,0 +1,16 @@
+<div class="login_infos">
+       <img src="static/webcit_icons/openid-small.gif"><?_("Your OpenID")> <tt><?BSTR("__claimed_id", "X")></tt> <?_("was successfully verified.")><br>
+<?!("COND:BSTR", 1, "__username")><?_("However, the user name")>  '<?BSTR("__username", "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="<?BSTR("__claimed_id", "X")>">
+        <label for="uname"><?_("User name:")></label>
+        <input type="text" name="name" id="uname" > <br>
+        <div class="logbuttons">
+        <input type="submit" name="newuser_action" value="<?_("New User")>" class="logbutton" >
+        <input type="submit" name="exit_action" value="<?_("Exit")>"  class="logbutton">
+        <br>
+        </div>
+</form>