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 diff
     1.1 --- a/Includes/Nav.inc.php	Thu Dec 14 21:51:44 2006 +0100
     1.2 +++ b/Includes/Nav.inc.php	Sun May 27 02:13:46 2007 +0200
     1.3 @@ -72,21 +72,6 @@
     1.4  
     1.5  ?>
     1.6  
     1.7 -    <li id="login">
     1.8 -<?php
     1.9 -      if ($lsys->loggedIn()) {
    1.10 -        echo '    <a href="'. $_GET['id'] .'logout" style="color: #c00;">logout</a>';
    1.11 -      } else {
    1.12 -?>
    1.13 -      <form name="loginform" action="<?php echo $_GET['id']; ?>login" method="post" enctype="multipart/form-data">
    1.14 -        <input name="login_loginname" type="text" />
    1.15 -        <input name="login_password" type="password" />
    1.16 -        <input name="login" type="submit" value="login" style="padding: 0; cursor: pointer;" />
    1.17 -      </form>
    1.18 -<?php
    1.19 -      }
    1.20 -?>
    1.21 -    </li>
    1.22  
    1.23    </ul>
    1.24