]> code.citadel.org Git - citadel.git/blob - webcit/static/login.html
3baf7b61af20e2b825be2cddf4d033a820925b98
[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                 <ul>
28                 <li><b>If you already have an account on <?SERV_HUMANNODE></b>,
29                 enter your user name and password and click &quot;Login.&quot;
30                 <li><b>If you are a new user</b>, enter the name and password
31                 you wish to use,
32                 and click &quot;New User.&quot;
33                 <li>Please log off properly when finished.
34                 <li>You must use a browser that supports <i>frames</i> and
35                 <i>cookies</i>.
36                 <li>Also keep in mind that if your browser is
37                 configured to block pop-up windows, you will not be able
38                 to receive any instant messages.<br>
39                 </ul>
40                 </td>
41 </tr>
42 </table>
43 </CENTER>
44 <?=endbox>