]>
git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/changepassword.html
2 <html{
if=
"$language !== 'auto'"}
lang=
"{$language}"{/if}
>
7 {
include="page.header"}
9 <div class=
"pure-u-lg-1-3 pure-u-1-24"></div>
10 <div id=
"addlink-form" class=
"page-form page-form-light pure-u-lg-1-3 pure-u-22-24">
11 <h2 class=
"window-title">{"Change password"|t}
</h2>
12 <form method=
"POST" action=
"#" name=
"changepasswordform" id=
"changepasswordform">
14 <input type=
"password" name=
"oldpassword" placeholder=
"{'Current password'|t}" class=
"autofocus">
17 <input type=
"password" name=
"setpassword" placeholder=
"{'New password'|t}">
19 <input type=
"hidden" name=
"token" value=
"{$token}">
21 <input type=
"submit" value=
"{'Change'|t}">
26 {
include="page.footer"}