PHP Classes

File: html/forgot_password_form.inc

Recommend this page to a friend!
  Classes of Dave Hale   Login Controller   html/forgot_password_form.inc   Download  
File: html/forgot_password_form.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: 15 years ago
Size: 591 bytes
 

Contents

Class file image Download

<div class="formPanel">

<div class="fieldnames" >
<label>enter your username</label>

</div>

<div class="fieldanswers">
<form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
<input type="text" name="username" value="<?php echo $_POST['username'];?>">
<input type='hidden' name='form' value='sent' >
<div class="loginbuttons">
<input type="submit" value="Email My Password" name="LC_ACTION" />
</form>
<form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
<input type="submit" value="cancel" name="LC_ACTION" />
</form>
</div>
</div>
</div>