]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/login.html
removed some absolute urls
[citadel.git] / webcit / static / login.html
index 601566f652502bf203dfbeaf2624fadedc105da4..563adaebb7f9859b8c68372fdfe0579cc4c57f05 100644 (file)
@@ -1,45 +1,35 @@
-<CENTER>
-<?MESG>
-<table border=0 width="100%" height="100%">
-        <tr>
-                <td valign="middle" align="center">     
+<?=beginbox>
+<center>
+<font color="#FF0000"><?MESG></font>
+<table border=0>
+<tr>
+<td align=center>
+       <?HELLO>
+       <form action="login" method="POST">
 
-                <table bgcolor="#eeeeee">
-                        <tr>
-                                <td align=center>
-                               <p><?HELLO></p>
-                               <form action="/login" method="POST">
-                                <table border="1">
-                                        <tr>
-                                                <td>UserName:</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>
-                               </td>
-                               <td align="center"><P><IMG SRC="/image&name=hello"></p></TD>
-                       </tr>
-                       <tr>
-                               <td colspan="2">
-                                <p>
-                                <i>If you already have an account on <?HUMANNODE></i>, enter your user name and password and click
-                                &quot;Login.&quot;<br>
-                                <i>If you are a new user</i>, 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 cookies.<br>
-                                </p>
-                                </td>
-                        </tr>
-                </table>
+       <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>
+       <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>