7fc2a9aaeaebf696dffe6183a9f9c42ed765a4a7
[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>