]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/login.php
* who.php: added
[citadel.git] / ctdlphp / login.php
index ebf514e63b36106585113b6f4505e5f5cfaed94b..1a084aae8b9761066387660fba3f78b7b91a0206 100644 (file)
 
        <table border="0" cellspacing="5" cellpadding="5" BGCOLOR="#EEEEEE">
                <tr><td>User name:</td>
-               <td><input type="text" name="name" maxlength="25"></td></tr>
+               <td><input type="text" name="user" 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="action" value="Login">
        <input type="submit" name="action" value="New User">
-       <input type="submit" name="action" value="Exit">
+       <a href="logout.php">Exit</A>
        </td></tr>
 
        </table>
        </form>
        </div>
 
-<a href="page2.php">Page Two</a><BR>
-<a href="page3.php">Page Three</a><BR>
-
 <?PHP
        bbs_page_footer();
 ?>
-