Webcit dupe-zapper
[citadel.git] / webcit / static / t / menu / change_pw.html
1 <?=("head")>
2 <?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <?ROOMBANNER>
4 <div id="content">
5
6 <?=("box_begin_1")><?_("Change your password")><?=("box_begin_2")>
7
8 <?SERV:MESG("changepw")>
9
10  
11 <form name="changepwform" action="changepw" method="post">
12 <input type="hidden" name="nonce" value="<?NONCE>">
13
14 <table class="altern" >
15 <tr class="even">
16  <td><?_("Enter new password:")></td>
17  <td><input type="password" name="newpass1" value="" maxlength="20"></td>
18 </tr>
19 <tr class="odd">
20  <td><?_("Enter it again to confirm:")></td>
21  <td><input type="password" name="newpass2" value="" maxlength="20"></td>
22 </tr>
23 </table>
24
25 <div class="buttons">
26 <input type="submit" name="change_action" value="<?_("Change password")>"> 
27 &nbsp;
28 <input type="submit" name="cancel_action" value="<?_("Cancel")>">
29 </div>
30 </form>
31 <?=("box_end")>
32 <?=("trailing")>