source: tags/release-1_5_2/template/yoga/password.tpl @ 14518

Last change on this file since 14518 was 939, checked in by chrisaga, 19 years ago

bug 206 fixed: PNG thumbnails clipped with IE

  • added class="icon" to recent.png (functions_html.inc.php)
  • added class="button" to al png button images (*.tpl)
  • changed pngfix.js to only fix icon or button images

template improvement: category prettier and simpler (a little bit)

  • got rid of one SPAN level
  • content.css more readable
  • 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 939 2005-11-17 20:13:36Z chrisaga $ -->
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" class="button" 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.