source: trunk/template/yoga/password.tpl @ 866

Last change on this file since 866 was 866, checked in by plg, 19 years ago
  • new: automatic new password sent by mail when requested by user
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1<!-- $Id: password.tpl 866 2005-09-18 00:29:49Z plg $ -->
2<div id="content">
3
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{U_HOME}" title="{lang:Go through the gallery as a visitor}"><img src="./template/yoga/theme/home.png" alt="{lang:home}"/></a></li>
7    </ul>
8    <h2>{lang:Password forgotten}</h2>
9  </div>
10
11  <!-- BEGIN errors -->
12  <div class="errors">
13    <ul>
14      <!-- BEGIN error -->
15      <li>{errors.error.ERROR}</li>
16      <!-- END error -->
17    </ul>
18  </div>
19  <!-- END errors -->
20
21  <!-- BEGIN infos -->
22  <div class="infos">
23    <ul>
24      <!-- BEGIN info -->
25      <li>{infos.info.INFO}</li>
26      <!-- END info -->
27    </ul>
28  </div>
29  <!-- END infos -->
30
31<form action="{F_ACTION}" method="post" class="properties">
32  <fieldset>
33    <legend>{lang:Retrieve password}</legend>
34
35    <ul>
36      <li>
37        <label for="mail_address">{lang:Email address}</label>
38        <input class="login" type="text" name="mail_address" id="mail_address" size="40" maxlength="40">
39      </li>
40
41      <li>
42        <label>{lang:No email address}</label>
43        <input type="checkbox" name="no_mail_address" value="1">
44      </li>
45    </ul>
46  </fieldset>
47
48  <p><input type="submit" name="submit" value="{lang:Send new password}"></p>
49</form>
50
51</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.