]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/changepassword.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / changepassword.html
diff --git a/tpl/changepassword.html b/tpl/changepassword.html
new file mode 100644 (file)
index 0000000..acd61f5
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+<head>{include="includes"}</head>
+<body onload="document.changepasswordform.oldpassword.focus();">
+<div id="pageheader">
+       {include="page.header"}
+       <form method="POST" action="" name="changepasswordform" id="changepasswordform">
+       Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
+       New password: <input type="password" name="setpassword">
+       <input type="hidden" name="token" value="{$token}">
+       <input type="submit" name="Save" value="Save password" class="bigbutton"></form>
+</div>
+{include="page.footer"}
+</body>
+</html>
\ No newline at end of file