]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/login.html
* look and feel overhaul -- almost done!
[citadel.git] / webcit / static / login.html
index a55cb9d59587336fdb25c39fd66880d25b0ad166..e8ba086ced571dbfbd5cf29df715759135aaec70 100644 (file)
@@ -1,23 +1,39 @@
-<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>
+<?=beginbox_nt>
+<CENTER>
+<FONT COLOR="#FF0000"><?MESG></FONT>
+<TABLE border=0>
+<TR>
+<td align=center>
+       <p><?HELLO></p>
+       <form action="/login" method="POST">
+
+       <table border="1">
+               <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>
 
-       <INPUT type="submit" NAME="action" VALUE="Login">
-        <INPUT type="submit" NAME="action" VALUE="New User">
-        <INPUT type="submit" NAME="action" VALUE="Exit">
-        </FORM>
+       <input type="submit" name="action" value="Login">
+       <input type="submit" name="action" value="New User">
+       <input type="submit" name="action" value="Exit">
+       </form>
 
-</TD></TR></TABLE>
-</BODY></HTML>
+       </td>
+       <td align="center"><P><IMG SRC="/image&name=hello"></p></TD>
+       </tr>
+       <tr>
+               <td colspan="2">
+               <p>
+               <b>If you already have an account on <?SERV_HUMANNODE></b>,
+               enter your user name and password and click &quot;Login.&quot;<br>
+               <b>If you are a new user</b>, enter the name and password you wish to use,
+               and click &quot;New User.&quot;<br>
+               Please log off properly when finished.<br>
+               You must use a browser that supports <i>frames</i> and <i>cookies</i>.<br>
+               </p>
+               </td>
+</tr>
+</table>
+</CENTER>
+<?=endbox>