b0eb43d23a38e7721305f9160f65631c15b17480
[citadel.git] / webcit / static / login.html
1 <CENTER>
2 <FONT COLOR="#FF0000"><?MESG></FONT>
3 <table border=0 width="100%" height="100%">
4         <tr>
5                 <td valign="middle" align="center">     
6
7                 <table bgcolor="#eeeeee">
8                         <tr>
9                                 <td align=center>
10                                 <p><?HELLO></p>
11                                 <form action="/login" method="POST">
12                                 <table border="1">
13                                         <tr>
14                                                 <td>User name:</td>
15                                                 <td> <input type="text"
16                                                 name="name" maxlength="25"></td>
17                                         </tr>
18                                         <tr>
19                                                 <td>Password:</td>
20                                                 <td> <input type="password"
21                                                 name="pass" maxlength="20"></td>
22                                         </tr>
23                                 </table>
24                                 <input type="submit" name="action"
25                                 value="Login">
26                                 <input type="submit" name="action"
27                                 value="New User">
28                                 <input type="submit" name="action"
29                                 value="Exit">
30                                 </form>
31                                 </td>
32                                 <td align="center"><P><IMG
33                                 SRC="/image&name=hello"></p></TD>
34                         </tr>
35                         <tr>
36                                 <td colspan="2">
37                                 <p>
38                                 <b>If you already have an account
39                                 on <?SERV_HUMANNODE></b>, enter your user name
40                                 and password and click
41                                 &quot;Login.&quot;<br>
42                                 <b>If you are a new user</b>, enter the name
43                                 and password you wish to use, and click
44                                 &quot;New User.&quot;<br>
45                                 Please log off properly when finished.<br>
46                                 You must use a browser that supports
47                                 <i>frames</i> and <i>cookies</i>.<br>
48                                 </p>
49                                 </td>
50                         </tr>
51                 </table>
52
53                 </td>
54         </tr>
55 </table>