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