summaryrefslogtreecommitdiffstats
path: root/settings/templates/index.tmpl
blob: b700ced4e3aa088d542284cea862052516d5cc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1>Settings</h1>

<form action="" type="">
  <p>
    <span>New password:</span>
    <input type="password" name="newpassword" value="">
  </p>
  <p>
    <span>Confirm new password:</span>
    <input type="password" name="newpasswordconfirm" value="">
  </p>
  <p>
    <span>Old password:</span>
    <input type="password" name="password" value="">
  </p>
  <p>
    <input type="submit" name="submit" value="Send">
  </p>
</form>