b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: htsrv ] [ index: htsrv ] [ all elements ]

Source for file _lostpass_form.php

Documentation is available at _lostpass_form.php

  1. <?php 
  2. /**
  3.  * This is the lost password form
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package htsrv
  10.  */
  11.  
  12. /**
  13.  * Include page header:
  14.  */
  15. $page_title T_('Lost password ?');
  16. $page_icon 'icon_login.gif';
  17. require(dirname(__FILE__).'/_header.php')
  18. ?>
  19. <p><?php echo T_('A new password will be generated and sent to you by email.'?></p>
  20.  
  21. <form action="<?php echo $htsrv_url ?>/login.php" method="post" class="fform">
  22.     <input type="hidden" name="action" value="retrievepassword" />
  23.     <input type="hidden" name="redirect_to" value="<?php echo $redirect_to ?>" />
  24.  
  25.     <fieldset>
  26.         <fieldset>
  27.             <div class="label"><label for="log"><?php echo T_('Login:'?></label></div> 
  28.             <div class="input"><input type="text" name="log" id="log" size="16" maxlength="20" value="" class="large" /></div>
  29.         </fieldset>
  30.     
  31.         <fieldset>
  32.             <div class="input">
  33.                 <input type="submit" name="submit" value="<?php echo T_('Generate new password!'?>" class="search" />
  34.             </div>
  35.         </fieldset>
  36.     </fieldset>
  37.  
  38. </form>
  39.  
  40. <?php 
  41.     require(dirname(__FILE__).'/_footer.php')
  42. ?>

Documentation generated on Tue, 20 May 2008 01:55:25 +0200 by phpDocumentor 1.4.2