about summary refs log tree commit diff stats
path: root/series/trunk/theme/editsub.tpl
blob: 7a88a81863332e2d55b2aeabd27e5cb3e38b8883 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<HTML>
	<HEAD>
		<TITLE><!--SITENAME--> InstaDisc Series Control</TITLE>
		<LINK REL="stylesheet" TYPE="text/css" HREF="theme/uniform.css">
	</HEAD>

	<BODY>
		<CENTER>
			<H1>InstaDisc Edit Subscription</H1>

			<P>You can edit a subscription here.
		</CENTER>

		<FORM CLASS="uniform" ACTION="./admin.php?id=editsub&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>Series Control Info</LEGEND>

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

					<LABEL FOR="id"><EM>*</EM> Subscription ID: </LABEL>
					<INPUT TYPE="text" ID="id" NAME="id" CLASS="textInput" VALUE="<!--ID-->" READONLY="READONLY">

					<P CLASS="formHint">This is a short, unique string used to identify this subscription in Series Control.</P>
				</DIV>
			</FIELDSET>

			<FIELDSET CLASS="inlineLabels">
				<LEGEND>Subscription Info</LEGEND>

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

					<LABEL FOR="title"><EM>*</EM> Title: </LABEL>
					<INPUT TYPE="text" ID="title" NAME="title" CLASS="textInput" VALUE="<!--TITLE-->">
				</DIV>

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

					<LABEL FOR="url"><EM>*</EM> Subscription URL: </LABEL>
					<INPUT TYPE="text" ID="url" NAME="url" CLASS="textInput" VALUE="<!--URL-->">

					<P CLASS="formHint">This is a unique URL used to identify this subscription on the Client.</P>		
				</DIV>

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

					<LABEL FOR="category"><EM>*</EM> Category: </LABEL>
					<INPUT TYPE="text" ID="category" NAME="category" CLASS="textInput" VALUE="<!--CATEGORY-->">			
				</DIV>

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

					<LABEL FOR="password">Password: </LABEL>
					<INPUT TYPE="password" ID="password" NAME="password" CLASS="textInput" VALUE="<!--PASSWORD-->">

					<P CLASS="formHint">If this subscription is encrypted, enter it's password here. Otherwise, leave it blank.</P>
				</DIV>
			</FIELDSET>

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