[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/user/ -> forgotpassword.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {section show=$link}
   3  <p>
   4  {"A mail has been sent to the following email address: %1. This email contains a link you need to click so that we can confirm that the correct user is getting the new password."|i18n('design/standard/user/forgotpassword',,array($email))}
   5  </p>
   6  {section-else}
   7     {section show=$wrong_email}
   8     <div class="warning">
   9     <h2>{"There is no registered user with that email address."|i18n('design/standard/user/forgotpassword')}</h2>
  10     </div>
  11     {/section}
  12     {section show=$generated}
  13     <p>
  14     {"Password was successfully generated and sent to: %1"|i18n('design/standard/user/forgotpassword',,array($email))}
  15     </p>
  16     {section-else}
  17        {section show=$wrong_key}
  18        <div class="warning">
  19        <h2>{"The key is invalid or has been used. "|i18n('design/standard/user/forgotpassword')}</h2>
  20        </div>
  21        {section-else}
  22        <form method="post" name="forgotpassword" action={"/user/forgotpassword/"|ezurl}>
  23        <div class="maincontentheader">
  24        <h1>{"Have you forgotten your password?"|i18n('design/standard/user/forgotpassword')}</h1>
  25        </div>
  26  
  27        <p>
  28        {"If you have forgotten your password we can generate a new one for you. All you need to do is to enter your email address and we will create a new password for you."|i18n('design/standard/user/forgotpassword')}
  29        </p>
  30      
  31        <div class="block">
  32        <label for="email">{"Email"|i18n('design/standard/user/forgotpassword')}:</label>
  33        <div class="labelbreak"></div>
  34        <input class="halfbox" type="text" name="UserEmail" size="40" value="{$wrong_email|wash}" />
  35        </div>
  36  
  37        <div class="buttonblock">
  38        <input class="button" type="submit" name="GenerateButton" value="{'Generate new password'|i18n('design/standard/user/forgotpassword')}" />
  39        </div>
  40        </form>
  41        {/section}
  42     {/section}
  43  {/section}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7