changeset 501:cc1ac6c1395e

Prefix all system template variables with 'sys_' 2004/01/15 21:27:04-05:00 optonline.net!jeffpc (Logical change 1.148)
author optonline.net!jeffpc
date Fri, 16 Jan 2004 02:46:03 +0000
parents 2bd91e74e581
children c6d44287810f
files templates/passwd.tmpl
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/templates/passwd.tmpl	Fri Jan 16 02:46:03 2004 +0000
+++ b/templates/passwd.tmpl	Fri Jan 16 02:46:03 2004 +0000
@@ -0,0 +1,16 @@
+<div class="title">Change Password</div>
+<br />
+
+<TMPL_VAR passwderror>
+
+<form action="<TMPL_VAR sys_baseurl>passwd.py?" METHOD="POST">
+<input type="hidden" name="sid" value="<TMPL_VAR sys_sid>">
+<input type="hidden" name="change" value="yes">
+<table class="plain">
+<tr><td class="main">Old Password</td><td class="main"><input type="password" name="oldpass" value=""></td></tr>
+<tr><td class="main">New Password</td><td class="main"><input type="password" name="newpass1" value=""></td></tr>
+<tr><td class="main">New Password (again)</td><td class="main"><input type="password" name="newpass2" value=""></td></tr>
+
+<tr><td class="main" colspan="2"><input type="submit" class="submit" value="Change"></td></tr>
+</table>
+</form>