about summary refs log tree commit diff stats
path: root/series/core/trunk/theme/changepassword.tpl
blob: 50ae3c6f9fd50160ae84d57d8fa25377c8a6eeb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<HTML>
	<HEAD>
		<TITLE><!--SITENAME--> InstaDisc Series Control</TITLE>
		<LINK REL="stylesheet" TYPE="text/css" HREF="theme/uniform.css">
	</HEAD>

	<BODY>
		<CENTER>
			<H1>InstaDisc Change Password</H1>

			<P>If you would like to change your password, please fill out the form below.
		</CENTER>

		<FORM CLASS="uniform" ACTION="./admin.php?id=chpwd&amp;submit=" METHOD="POST">

			<!--BEGIN ERROR-->
			<DIV ID="errorMsg">Uh oh! Validation errors!<P>
				<OL>
			<!--END ERROR-->

			<!--BEGIN ERRORS-->
					<LI><A HREF="#error<!--ERRORS.NAME-->"><!--ERRORS.MSG--></A></LI>
			<!--END ERRORS-->

			<!--BEGIN ERROR-->
				</OL>
			</DIV>
			<!--END ERROR-->

			<FIELDSET CLASS="inlineLabels">
				<LEGEND>Password Details</LEGEND>

				<DIV CLASS="ctrlHolder<!--OLD_ERR-->">
					<!--BEGIN OLD_ERRS-->
						<P ID="error<!--OLD_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
							<!--OLD_ERRS.MSG-->
						</P>
					<!--END OLD_ERRS-->

					<LABEL FOR="old"><EM>*</EM> Old Password: </LABEL>
					<INPUT TYPE="password" ID="old" NAME="old" CLASS="textInput" VALUE="<!--OLD-->">			
				</DIV>

				<DIV CLASS="ctrlHolder<!--NEW_ERR-->">
					<!--BEGIN NEW_ERRS-->
						<P ID="error<!--NEW_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
							<!--NEW_ERRS.MSG-->
						</P>
					<!--END NEW_ERRS-->

					<LABEL FOR="new"><EM>*</EM> New Password: </LABEL>
					<INPUT TYPE="password" ID="new" NAME="new" CLASS="textInput" VALUE="<!--NEW-->">
				</DIV>

				<DIV CLASS="ctrlHolder<!--EMAIL_ERR-->">
					<!--BEGIN CONFIRM_ERRS-->
						<P ID="error<!--CONFIRM_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
							<!--CONFIRM_ERRS.MSG-->
						</P>
					<!--END CONFIRM_ERRS-->

					<LABEL FOR="confirm"><EM>*</EM> Confirm New Password: </LABEL>
					<INPUT TYPE="password" ID="confirm" NAME="confirm" CLASS="textInput" VALUE="<!--CONFIRM-->">

					<P CLASS="formHint">Please re-type your new password</P>
				</DIV>
			</FIELDSET>

			<DIV CLASS="buttonHolder">
				<INPUT TYPE="submit" NAME="submit" VALUE="Submit">
			</DIV>
		</FORM>
	</BODY>
</HTML>