]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/changepassword.html
Version 0.0.33 beta:
[github/shaarli/Shaarli.git] / tpl / changepassword.html
1 <html>
2 <head>{include="includes"}</head>
3 <body onload="document.changepasswordform.oldpassword.focus();">
4 <div id="pageheader">
5 {include="page.header"}
6 <form method="POST" action="" name="changepasswordform" id="changepasswordform">
7 Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
8 New password: <input type="password" name="setpassword">
9 <input type="hidden" name="token" value="{$token}">
10 <input type="submit" name="Save" value="Save password" class="bigbutton"></form>
11 </div>
12 {include="page.footer"}
13 </body>
14 </html>