summaryrefslogtreecommitdiffstats
path: root/settings/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates/index.php')
-rw-r--r--settings/templates/index.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/settings/templates/index.php b/settings/templates/index.php
new file mode 100644
index 00000000000..20410e06d12
--- /dev/null
+++ b/settings/templates/index.php
@@ -0,0 +1,24 @@
+<?php
+/*
+ * Template for settings page
+ */
+?>
+<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>