]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/login.html
* Better alignment of system messages
[citadel.git] / webcit / static / login.html
index 6e0c33852cf8580070497902198219e48038e744..7fc2a9aaeaebf696dffe6183a9f9c42ed765a4a7 100644 (file)
@@ -1,22 +1,25 @@
+<?=beginbox>
 <CENTER>
-<?=beginbox_nt>
 <FONT COLOR="#FF0000"><?MESG></FONT>
 <TABLE border=0>
 <TR>
 <td align=center>
-       <p><?HELLO></p>
+       <?HELLO>
        <form action="/login" method="POST">
 
-       <table border="1">
+       <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>
-       </TABLE>
 
+       <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>
        </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>
+               <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>
-<?=endbox>
 </CENTER>
+<?=endbox>