Last change
on this file since 31649 was
5714,
checked in by flop25, 15 years ago
|
moving the old template structure to a specific folder
|
File size:
1.5 KB
|
Line | |
---|
1 | {* $Id: password.tpl 2352 2008-05-20 00:27:26Z patdenice $ *} |
---|
2 | <div id="content" class="content"> |
---|
3 | |
---|
4 | <div class="titrePage"> |
---|
5 | <ul class="categoryActions"> |
---|
6 | <li><a 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> |
---|
7 | </ul> |
---|
8 | <h2>{'Password forgotten'|@translate}</h2> |
---|
9 | </div> |
---|
10 | |
---|
11 | {if count($errors)} |
---|
12 | <div class="errors"> |
---|
13 | <ul> |
---|
14 | {foreach from=$errors item=error} |
---|
15 | <li>{$error}</li> |
---|
16 | {/foreach} |
---|
17 | </ul> |
---|
18 | </div> |
---|
19 | {/if} |
---|
20 | |
---|
21 | {if count($infos)} |
---|
22 | <div class="infos"> |
---|
23 | <ul> |
---|
24 | {foreach from=$infos item=info} |
---|
25 | <li>{$info}</li> |
---|
26 | {/foreach} |
---|
27 | </ul> |
---|
28 | </div> |
---|
29 | {/if} |
---|
30 | |
---|
31 | <form action="{$F_ACTION}" method="post" class="properties"> |
---|
32 | <fieldset> |
---|
33 | <legend>{'Retrieve password'|@translate}</legend> |
---|
34 | |
---|
35 | <ul> |
---|
36 | <li> |
---|
37 | <span class="property"> |
---|
38 | <label for="mail_address">{'Email address'|@translate}</label> |
---|
39 | </span> |
---|
40 | <input class="login" type="text" name="mail_address" id="mail_address" size="40" maxlength="40" > |
---|
41 | </li> |
---|
42 | <li> |
---|
43 | <span class="property"> |
---|
44 | <label for="no_mail_address">{'No email address'|@translate}</label> |
---|
45 | </span> |
---|
46 | <input type="checkbox" id="no_mail_address" name="no_mail_address" value="1"> |
---|
47 | </li> |
---|
48 | </ul> |
---|
49 | </fieldset> |
---|
50 | |
---|
51 | <p><input class="submit" type="submit" name="submit" value="{'Send new password'|@translate}"></p> |
---|
52 | </form> |
---|
53 | |
---|
54 | </div> <!-- content --> |
---|
Note: See
TracBrowser
for help on using the repository browser.