]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/login.html
removed some absolute urls
[citadel.git] / webcit / static / login.html
index 2a811a4b1cc1c68ff61c38e3d168d88cf659b87f..563adaebb7f9859b8c68372fdfe0579cc4c57f05 100644 (file)
@@ -5,7 +5,7 @@
 <tr>
 <td align=center>
        <?HELLO>
-       <form action="/login" method="POST">
+       <form action="login" method="POST">
 
        <table border="0" cellspacing="5" cellpadding="5" bgcolor="#EEEEEE">
                <tr><td>User name:</td>
                <td><input type="password" name="pass" maxlength="20"></td></tr>
 
        <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">
+       <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>
+       <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>
+               <?LOGIN_INSTRUCTIONS>
                </td>
 </tr>
 </table>