]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/default/changepassword.html
W3C Compliance
[github/shaarli/Shaarli.git] / tpl / default / changepassword.html
CommitLineData
41039629
A
1<!DOCTYPE html>
2<html>
3<head>
4 {include="includes"}
5</head>
6<body>
7{include="page.header"}
8<div class="pure-g">
9 <div class="pure-u-lg-1-3 pure-u-1-8"></div>
10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
4daf556b 11 <h2 class="window-title">{"Change password"|t}</h2>
e722fde6 12 <form method="POST" action="#" name="changepasswordform" id="changepasswordform"
41039629
A
13 class="addform page-form page-form-light">
14 <div>
15 <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus">
16 </div>
17 <div>
18 <input type="password" name="setpassword" placeholder="{'New password'|t}">
19 </div>
20 <input type="hidden" name="token" value="{$token}">
21 <div>
22 <input type="submit" value="{'Change'|t}">
23 </div>
24 </form>
25 </div>
26</div>
27{include="page.footer"}
28</body>
29</html>