Wrote the initial version of the 'ajax_login_username_password' handler
[citadel.git] / webcit / static / t / get_logged_in.html
1 <html>
2 <body>
3 <div align="right">
4 <a href="javascript:toggleModal(0);"><img src="static/closewindow.gif" border="0"></a>
5 </div>
6 <div align="center">
7 To complete this action, you must log in.<br>
8 <hr>
9 <form method="POST" id="ajax_login_username_password">
10 <table border=0 cellspacing=0 cellpadding=0><tr>
11 <td><?_("User name:")></td>
12 <td><input type="text" name="name" id="uname"></td>
13 </tr><tr>
14 <td><?_("Password:")></td>
15 <td><input type="password" name="pass" id="pname"></td>
16 </tr></table>
17 </form>
18 <hr>
19 <a href="<?BSTR("destination_url")>">Proceed and fail</a><br>
20 <a href="javascript:toggleModal(0);"><?_("Cancel")></a>
21 </div>
22 </body>
23 </html>