aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/changepassword.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-02-27 20:24:28 +0100
committerGitHub <noreply@github.com>2017-02-27 20:24:28 +0100
commit5978588578ca103152598ccfbe41019b12e00a4f (patch)
treeeedbb83c420f6af103440bcafbe6b79738ce7521 /tpl/default/changepassword.html
parent9e5a37cc7f4eb1c83222a94eb83d4e99ce4460a4 (diff)
parent7dcbfde5ffbc057a44f710e3be7e4856d235e90b (diff)
downloadShaarli-5978588578ca103152598ccfbe41019b12e00a4f.tar.gz
Shaarli-5978588578ca103152598ccfbe41019b12e00a4f.tar.zst
Shaarli-5978588578ca103152598ccfbe41019b12e00a4f.zip
Merge pull request #754 from ArthurHoaro/webdesign2
New default template
Diffstat (limited to 'tpl/default/changepassword.html')
-rw-r--r--tpl/default/changepassword.html33
1 files changed, 23 insertions, 10 deletions
diff --git a/tpl/default/changepassword.html b/tpl/default/changepassword.html
index c40daf9d..2d15c92a 100644
--- a/tpl/default/changepassword.html
+++ b/tpl/default/changepassword.html
@@ -1,15 +1,28 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html>
3<head>{include="includes"}</head> 3<head>
4<body onload="document.changepasswordform.oldpassword.focus();"> 4 {include="includes"}
5<div id="pageheader"> 5</head>
6 {include="page.header"} 6<body>
7 <form method="POST" action="#" name="changepasswordform" id="changepasswordform"> 7{include="page.header"}
8 Old password: <input type="password" name="oldpassword">&nbsp; &nbsp; 8<div class="pure-g">
9 New password: <input type="password" name="setpassword"> 9 <div class="pure-u-lg-1-3 pure-u-1-24"></div>
10 <input type="hidden" name="token" value="{$token}"> 10 <div id="addlink-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-22-24">
11 <input type="submit" name="Save" value="Save password" class="bigbutton"></form> 11 <h2 class="window-title">{"Change password"|t}</h2>
12 <form method="POST" action="#" name="changepasswordform" id="changepasswordform">
13 <div>
14 <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus">
15 </div>
16 <div>
17 <input type="password" name="setpassword" placeholder="{'New password'|t}">
18 </div>
19 <input type="hidden" name="token" value="{$token}">
20 <div>
21 <input type="submit" value="{'Change'|t}">
22 </div>
23 </form>
24 </div>
12</div> 25</div>
13{include="page.footer"} 26{include="page.footer"}
14</body> 27</body>
15</html> \ No newline at end of file 28</html>