source: LATMOS-Accounts-Web/root/html/users/passwd.tt @ 214

Last change on this file since 214 was 214, checked in by nanardon, 15 years ago
  • web and css improvements
  • Property svn:keywords set to Id Rev
File size: 789 bytes
Line 
1<!-- $Id$ -->
2[% IF NOT user %]
3No user [% username | html %] found.
4[% ELSE %]
5   
6<div id="objectform" class="objectform">
7[% INCLUDE 'users/menu.tt' %]
8
9<div id="oform">
10<form action="[% c.uri_for(username, subform) %]" method="POST">
11<table border="1">
12[% IF pmismatch %]
13<tr><td colspan="2">Mots de passe différents</td></tr>
14[% END %]
15[% IF pchanged %]
16<tr><td colspan="2">Mots de passe changé</td></tr>
17[% END %]
18[% IF notchanged %]
19<tr><td colspan="2">Erreur lors du changement de mot de passe</td></tr>
20[% END %]
21<tr>
22<th>Nouveau mot de passe:</th>
23<td><input type="password" name="passwd"></td>
24</tr>
25<tr>
26<th>Confirmation:</th>
27<td><input type="password" name="cpasswd"></td>
28</tr>
29<tr><td colspan="2"><input type="submit"></td></tr>
30</table>
31</form>
32</div>
33</div>
34[% END %]
Note: See TracBrowser for help on using the repository browser.