Login   Register  
PHP Classes
elePHPant
Icontem

File: html/loggedinpanel.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Dave Hale  >  Login Controller  >  html/loggedinpanel.inc  >  Download  
File: html/loggedinpanel.inc
Role: Auxiliary script
Content type: text/plain
Description: html file
Class: Login Controller
Manage registration and authentication of users
Author: By
Last change: changed directory
Date: 2009-02-20 02:25
Size: 367 bytes
 

Contents

Class file image Download


<div id='loginform'>
    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
        <p>
            You are logged in as <?php echo $_SESSION['valid_user']; ?>
        </p>
        <input   class="button" type='submit' name="LC_ACTION" value='log out' />
        <input   class="button" type='submit' name="LC_ACTION" value='change your password' />
    </form>
    

    

</div>