* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIONAL ***
[citadel.git] / webcit / static / login.html
index a55cb9d59587336fdb25c39fd66880d25b0ad166..2a811a4b1cc1c68ff61c38e3d168d88cf659b87f 100644 (file)
@@ -1,23 +1,47 @@
-<HTML><BODY>
-<TABLE border=0><TR>
-       <TD><IMG SRC="/static/velma.gif"></TD>
-       <TD><H1>&quot;Velma&quot;
-       </H1><H2>(next generation WebCit)</H2>
-       Please log in...<BR>
-       <FORM ACTION="/login" METHOD="POST">
-       <TABLE border><TR>
-               <TD>User Name:</TD>
-               <TD><INPUT TYPE="text" NAME="name" MAXLENGTH="25"></TD>
-               </TR><TR>
-               <TD>Password:</TD>
-               <TD><INPUT TYPE="password" NAME="pass" MAXLENGTH="20"></TD>
-               </TR>
-       </TABLE>
+<?=beginbox>
+<center>
+<font color="#FF0000"><?MESG></font>
+<table border=0>
+<tr>
+<td align=center>
+       <?HELLO>
+       <form action="/login" method="POST">
 
-       <INPUT type="submit" NAME="action" VALUE="Login">
-        <INPUT type="submit" NAME="action" VALUE="New User">
-        <INPUT type="submit" NAME="action" VALUE="Exit">
-        </FORM>
+       <table border="0" cellspacing="5" cellpadding="5" bgcolor="#EEEEEE">
+               <tr><td>User name:</td>
+               <td><input type="text" name="name" maxlength="25"></td></tr>
+               <tr><td>Password:</td>
+               <td><input type="password" name="pass" maxlength="20"></td></tr>
 
-</TD></TR></TABLE>
-</BODY></HTML>
+       <tr><td align=center colspan=2>
+       <input type="submit" name="action" value="Login">
+       <input type="submit" name="action" value="New User">
+       <input type="submit" name="action" value="Exit">
+       </td></tr>
+
+       </table>
+       </form>
+
+       </td>
+       <td align="center"><p><img src="/image&name=hello"></p></td>
+       </tr>
+       <tr>
+               <td colspan="2">
+               <ul>
+               <li><b>If you already have an account on <?SERV_HUMANNODE></b>,
+               enter your user name and password and click &quot;Login.&quot;
+               <li><b>If you are a new user</b>, enter the name and password
+               you wish to use,
+               and click &quot;New User.&quot;
+               <li>Please log off properly when finished.
+               <li>You must use a browser that supports <i>frames</i> and
+               <i>cookies</i>.
+               <li>Also keep in mind that if your browser is
+               configured to block pop-up windows, you will not be able
+               to receive any instant messages.<br />
+               </ul>
+               </td>
+</tr>
+</table>
+</center>
+<?=endbox>