source: extensions/gally/piwigo-2.0/password.tpl @ 6299

Last change on this file since 6299 was 4446, checked in by grum, 14 years ago

[Template:Gally] Add template to subversion

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<!-- **GBL** >PASSWORD> -->
2
3<div id="content" class="content">
4
5  <div class="titrePage">
6    <ul class="categoryActions">
7      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><!--<img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>--></a></li>
8    </ul>
9    <h2>{'Password forgotten'|@translate}</h2>
10  </div>
11
12{include file='dialogs.tpl'}
13
14
15<form action="{$F_ACTION}" method="post" class="properties">
16  <fieldset>
17    <legend>{'Retrieve password'|@translate}</legend>
18
19    <ul>
20      <li>
21        <div class="property">
22          <label for="mail_address">{'Email address'|@translate}</label>
23        </div>
24        <input class="login" type="text" name="mail_address" id="mail_address" size="35" maxlength="40" >
25      </li>
26      <li>
27        <div class="property">
28          <label for="no_mail_address">{'No email address'|@translate}</label>
29        </div>
30        <input type="checkbox" id="no_mail_address" name="no_mail_address" value="1">
31      </li>
32    </ul>
33  </fieldset>
34
35  <p><input class="submit" type="submit" name="submit" value="{'Send new password'|@translate}"></p>
36</form>
37
38</div> <!-- content -->
39
40
41<!-- **GBL** <PASSWORD< -->
Note: See TracBrowser for help on using the repository browser.