* look and feel overhaul -- almost done!
[citadel.git] / webcit / static / login.html
1 <?=beginbox_nt>
2 <CENTER>
3 <FONT COLOR="#FF0000"><?MESG></FONT>
4 <TABLE border=0>
5 <TR>
6 <td align=center>
7         <p><?HELLO></p>
8         <form action="/login" method="POST">
9
10         <table border="1">
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         </TABLE>
16
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         </form>
21
22         </td>
23         <td align="center"><P><IMG SRC="/image&name=hello"></p></TD>
24         </tr>
25         <tr>
26                 <td colspan="2">
27                 <p>
28                 <b>If you already have an account on <?SERV_HUMANNODE></b>,
29                 enter your user name and password and click &quot;Login.&quot;<br>
30                 <b>If you are a new user</b>, enter the name and password you wish to use,
31                 and click &quot;New User.&quot;<br>
32                 Please log off properly when finished.<br>
33                 You must use a browser that supports <i>frames</i> and <i>cookies</i>.<br>
34                 </p>
35                 </td>
36 </tr>
37 </table>
38 </CENTER>
39 <?=endbox>