]> code.citadel.org Git - citadel.git/blob - webcit/static/login.html
* More icon updates and link cleanup type stuff
[citadel.git] / webcit / static / login.html
1 <CENTER>
2 <?MESG>
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" name="name" maxlength="25"></td>
16                                         </tr>
17                                         <tr>
18                                                 <td>Password:</td>
19                                                 <td> <input type="password" name="pass" maxlength="20"></td>
20                                         </tr>
21                                 </table>
22                                 <input type="submit" name="action" value="Login">
23                                 <input type="submit" name="action" value="New User">
24                                 <input type="submit" name="action" value="Exit">
25                                 </form>
26                                 </td>
27                                 <td align="center"><P><IMG SRC="/image&name=hello"></p></TD>
28                         </tr>
29                         <tr>
30                                 <td colspan="2">
31                                 <p>
32                                 <i>If you already have an account on <?HUMANNODE></i>, enter your user name and password and click
33                                 &quot;Login.&quot;<br>
34                                 <i>If you are a new user</i>, enter the name and password you wish to use, and click &quot;New
35                                 User.&quot;<br>
36                                 Please log off properly when finished.<br>
37                                 You must use a browser that supports cookies.<br>
38                                 </p>
39                                 </td>
40                         </tr>
41                 </table>
42
43                 </td>
44         </tr>
45 </table>