source: trunk/preferences/templates/default/changepassword.tpl @ 2

Revision 2, 738 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<br>
2
3   <center>{messages}</center>
4
5   <form method="POST" action="{form_action}">
6    <table border="0">
7     <tr>
8       <td>
9        {lang_enter_password}
10       </td>
11       <td>
12        <input type="password" name="n_passwd">
13       </td>
14     </tr>
15     <tr>
16       <td>
17        {lang_reenter_password}
18       </td>
19       <td>
20        <input type="password" name="n_passwd_2">
21       </td>
22     </tr>
23     <tr>
24       <td colspan="2">
25        <table cellspacing="5"><tr>
26         <td><input type="submit" name="change" value="{lang_change}"></td>
27         <td><input type="submit" name="cancel" value="{lang_cancel}"></td>
28        </tr></table>
29       </td>
30     </tr>
31    </table>
32   </form>
33   <br>
34   <pre>{sql_message}</pre>
Note: See TracBrowser for help on using the repository browser.