[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/summary/ -> changepassword.template (source)

   1  {include file="summary/header.template" section=$locale->tr("change_password")}
   2  <div id="onecolumn">
   3   <div id="registrationform">
   4       <div id="intro">
   5          <p>
   6           {$locale->tr("change_password_help")}    
   7          </p>
   8      </div>
   9   <form name="changePassword" method="post">
  10    <fieldset class="inputField">
  11     <legend>{$locale->tr("change_password")}</legend>
  12     {include file="summary/formvalidate.template" message=$locale->tr("error_resetting_password")}
  13     <div class="field">
  14      <label for="newPassword">{$locale->tr("new_password")}</label>
  15      <div class="formHelp">{$locale->tr("new_password_help")}</div>    
  16      <input type="password" name="newPassword" value="" />
  17      {include file="summary/validate.template" field=newPassword message=$locale->tr("error_invalid_password")}
  18      <br/>
  19      <div class="formHelp">{$locale->tr("confirm_password")}</div>
  20      <input type="password" name="retypePassword" value="" />
  21      {include file="summary/validate.template" field=retypePassword message=$locale->tr("error_passwords_dont_match")}    
  22     </div>
  23    </fieldset>
  24    <div class="buttons">
  25     <input type="submit" name="changePassword" value="{$locale->tr("register_next")}  &raquo;" />
  26     <input type="hidden" name="a" value="{$a}" />
  27     <input type="hidden" name="b" value="{$b}" />
  28     <input type="hidden" name="op" value="updatePassword" />
  29     <input type="hidden" name="userId" value="{$userId}" />
  30    </div> 
  31   </form>
  32   </div>
  33  </div>
  34  {include file="summary/footer.template"}


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics