]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/login.html
removed some absolute urls
[citadel.git] / webcit / static / login.html
index bec9ebc05a4d72e5c32783b616ebdb9940349dcf..563adaebb7f9859b8c68372fdfe0579cc4c57f05 100644 (file)
@@ -1,36 +1,35 @@
-<CENTER>
-<TABLE border=0 width=100%><TR><TD>
-<IMG SRC="/image&name=hello">
-</TD><TD><CENTER>
-<?MESG>
-<?HELLO>
-</CENTER></TD></TR></TABLE></CENTER>
-
-<HR>
-
-<CENTER><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>
-<INPUT type="submit" NAME="action" VALUE="Login">
-<INPUT type="submit" NAME="action" VALUE="New User">
-<INPUT type="submit" NAME="action" VALUE="Exit">
-
-<UL>
-
-<LI><EM>If you already have an account on <?HUMANNODE>,</EM>
-enter your user name and password and click "<TT>Login</TT>."<BR>
-
-<LI><EM>If you are a new user,</EM>
-enter the name and password you wish to use, and click
-and click "New User."<BR>
-
-<LI><EM>Please log off properly when finished.</EM>
-
-<LI>You must use a browser that supports <i>cookies</i>.<BR></EM>
-
-</UL>
+<?=beginbox>
+<center>
+<font color="#FF0000"><?MESG></font>
+<table border=0>
+<tr>
+<td align=center>
+       <?HELLO>
+       <form action="login" method="POST">
+
+       <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>
+
+       <tr><td align=center colspan=2>
+       <input type="submit" name="login_action" value="<?LOGIN_BUTTON>">
+       <input type="submit" name="newuser_action" value="<?NEWUSER_BUTTON>">
+       <input type="submit" name="exit_action" value="<?EXIT_BUTTON>">
+       </td></tr>
+
+       </table>
+       </form>
+
+       </td>
+       <td align="center"><p><img src="image&name=hello"></p></td>
+       </tr>
+       <tr>
+               <td colspan="2">
+               <?LOGIN_INSTRUCTIONS>
+               </td>
+</tr>
+</table>
+</center>
+<?=endbox>