Mercurial > owls
diff Includes/Nav.inc.php @ 10:144bc36a6c27
moved login form from nav to top of content
added last modified date
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 02:13:46 +0200 |
parents | 2672cd855fa2 |
children |
line wrap: on
line diff
--- a/Includes/Nav.inc.php Thu Dec 14 21:51:44 2006 +0100 +++ b/Includes/Nav.inc.php Sun May 27 02:13:46 2007 +0200 @@ -72,21 +72,6 @@ ?> - <li id="login"> -<?php - if ($lsys->loggedIn()) { - echo ' <a href="'. $_GET['id'] .'logout" style="color: #c00;">logout</a>'; - } else { -?> - <form name="loginform" action="<?php echo $_GET['id']; ?>login" method="post" enctype="multipart/form-data"> - <input name="login_loginname" type="text" /> - <input name="login_password" type="password" /> - <input name="login" type="submit" value="login" style="padding: 0; cursor: pointer;" /> - </form> -<?php - } -?> - </li> </ul>