From 8d2b75d61631e0794d436eefefb25644de1d2de4 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 02:09:53 +0200 Subject: password change application --- templates/layout.xi | 8 ++++++++ templates/pwchange.html | 23 +++++++++++++++++++++++ templates/select.html | 5 ++++- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 templates/pwchange.html (limited to 'templates') diff --git a/templates/layout.xi b/templates/layout.xi index 7b59619..e14e21b 100644 --- a/templates/layout.xi +++ b/templates/layout.xi @@ -14,8 +14,16 @@ + +
+ info +

${select('text()')}

+
+
+ + ${select('sub:infobox')}
${select('*')} diff --git a/templates/pwchange.html b/templates/pwchange.html new file mode 100644 index 0000000..a7e0605 --- /dev/null +++ b/templates/pwchange.html @@ -0,0 +1,23 @@ + + + + + change password + + +
+
uid:
+ ${errors.username} +
old password:
+ ${errors.oldpassword} +
password:
+ ${errors.password} +
repeat:
+ ${errors.password2} + +
+
+ diff --git a/templates/select.html b/templates/select.html index 8b5e47f..1391431 100644 --- a/templates/select.html +++ b/templates/select.html @@ -8,11 +8,14 @@ login + + ${message} + -- cgit v1.2.1