]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/changepassword.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / changepassword.html
CommitLineData
3433e5e8
SS
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>