From 3758ad3cb13752bbbebb2c42fcc398bdb1ffdc6a Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 13 Nov 2006 01:09:17 +0000 Subject: add preference page, start with just a password changer --- httemplate/pref/pref.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 httemplate/pref/pref.html (limited to 'httemplate/pref/pref.html') diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html new file mode 100644 index 000000000..259523941 --- /dev/null +++ b/httemplate/pref/pref.html @@ -0,0 +1,28 @@ +<% include('/elements/header.html', 'Preferences for '. getotaker ) %> + +
+ +<% include('/elements/error.html') %> + +<% ntable("#cccccc",2) %> + + + Current password: + + + + + New password: + + + + + Re-enter new password: + + + + + + + +<% include('/elements/footer.html') %> -- cgit v1.2.1