cfdd889ca18cd069affa4f857d5a9d9b7c9c2d52
[citadel.git] / webcit / static / login.html
1 <?=beginbox>
2 <center>
3 <font color="#FF0000"><?MESG></font>
4 <table border=0>
5 <tr>
6 <td align=center>
7         <?HELLO>
8         <form action="/login" method="POST">
9
10         <table border="0" cellspacing="5" cellpadding="5" bgcolor="#EEEEEE">
11                 <tr><td>User name:</td>
12                 <td><input type="text" name="name" maxlength="25"></td></tr>
13                 <tr><td>Password:</td>
14                 <td><input type="password" name="pass" maxlength="20"></td></tr>
15
16         <tr><td align=center colspan=2>
17         <input type="submit" name="login_action" value="<?LOGIN_BUTTON>">
18         <input type="submit" name="newuser_action" value="<?NEWUSER_BUTTON>">
19         <input type="submit" name="exit_action" value="<?EXIT_BUTTON>">
20         </td></tr>
21
22         </table>
23         </form>
24
25         </td>
26         <td align="center"><p><img src="/image&name=hello"></p></td>
27         </tr>
28         <tr>
29                 <td colspan="2">
30                 <?LOGIN_INSTRUCTIONS>
31                 </td>
32 </tr>
33 </table>
34 </center>
35 <?=endbox>