Added a mini http fetcher into webcit
[citadel.git] / webcit / static / openid_login.html
1 <?=beginbox>
2 <?HELLO>
3 <div class="login_message"><?MESG></div>
4 <form action="openid_login" method="POST"  class="box" id="login_form">
5         <label for="uname"><?OPENID_BOX></label>
6         <input type="text" name="openid_url" id="uname" class="openid_urlarea"> <br>
7         <label for="lname"><?LANGUAGE_BOX></label>
8         <?DO_LANGUAGE_BOX> <br>
9         <div class="logbuttons">
10         <input type="submit" name="login_action" value="<?LOGIN_BUTTON>" class="logbutton">
11         <input type="submit" name="exit_action" value="<?EXIT_BUTTON>"  class="logbutton">
12         <br>
13         </div>
14 </form>
15 <?OFFER_CONVENTIONAL_LOGIN>
16 <div class="login_image"><img src="image&name=hello"></div>
17 <div class="login_infos"><?LOGIN_INSTRUCTIONS></div>
18 <?=endbox>