* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIONAL ***
[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="action" value="Login">
18         <input type="submit" name="action" value="New User">
19         <input type="submit" name="action" value="Exit">
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                 <ul>
31                 <li><b>If you already have an account on <?SERV_HUMANNODE></b>,
32                 enter your user name and password and click &quot;Login.&quot;
33                 <li><b>If you are a new user</b>, enter the name and password
34                 you wish to use,
35                 and click &quot;New User.&quot;
36                 <li>Please log off properly when finished.
37                 <li>You must use a browser that supports <i>frames</i> and
38                 <i>cookies</i>.
39                 <li>Also keep in mind that if your browser is
40                 configured to block pop-up windows, you will not be able
41                 to receive any instant messages.<br />
42                 </ul>
43                 </td>
44 </tr>
45 </table>
46 </center>
47 <?=endbox>