about summary refs log tree commit diff stats
path: root/series/core/trunk/theme/addsub.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'series/core/trunk/theme/addsub.tpl')
-rw-r--r--series/core/trunk/theme/addsub.tpl104
1 files changed, 0 insertions, 104 deletions
diff --git a/series/core/trunk/theme/addsub.tpl b/series/core/trunk/theme/addsub.tpl deleted file mode 100644 index f16cee1..0000000 --- a/series/core/trunk/theme/addsub.tpl +++ /dev/null
@@ -1,104 +0,0 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Series Control</TITLE>
4 <LINK REL="stylesheet" TYPE="text/css" HREF="theme/uniform.css">
5 </HEAD>
6
7 <BODY>
8 <CENTER>
9 <H1>InstaDisc Add Subscription</H1>
10
11 <P>If you would like to add a new subscription to Series Control, please fill out the form below.
12 </CENTER>
13
14 <FORM CLASS="uniform" ACTION="./admin.php?id=addsub&amp;submit=" METHOD="POST">
15
16 <!--BEGIN ERROR-->
17 <DIV ID="errorMsg">Uh oh! Validation errors!<P>
18 <OL>
19 <!--END ERROR-->
20
21 <!--BEGIN ERRORS-->
22 <LI><A HREF="#error<!--ERRORS.NAME-->"><!--ERRORS.MSG--></A></LI>
23 <!--END ERRORS-->
24
25 <!--BEGIN ERROR-->
26 </OL>
27 </DIV>
28 <!--END ERROR-->
29
30 <FIELDSET CLASS="inlineLabels">
31 <LEGEND>Series Control Info</LEGEND>
32
33 <DIV CLASS="ctrlHolder<!--ID_ERR-->">
34 <!--BEGIN ID_ERRS-->
35 <P ID="error<!--ID_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
36 <!--ID_ERRS.MSG-->
37 </P>
38 <!--END ID_ERRS-->
39
40 <LABEL FOR="id"><EM>*</EM> Subscription ID: </LABEL>
41 <INPUT TYPE="text" ID="id" NAME="id" CLASS="textInput" VALUE="<!--ID-->">
42
43 <P CLASS="formHint">This is a short, unique string used to identify this subscription in Series Control.</P>
44 </DIV>
45 </FIELDSET>
46
47 <FIELDSET CLASS="inlineLabels">
48 <LEGEND>Subscription Info</LEGEND>
49
50 <DIV CLASS="ctrlHolder<!--TITLE_ERR-->">
51 <!--BEGIN TITLE_ERRS-->
52 <P ID="error<!--TITLE_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
53 <!--TITLE_ERRS.MSG-->
54 </P>
55 <!--END TITLE_ERRS-->
56
57 <LABEL FOR="title"><EM>*</EM> Title: </LABEL>
58 <INPUT TYPE="text" ID="title" NAME="title" CLASS="textInput" VALUE="<!--TITLE-->">
59 </DIV>
60
61 <DIV CLASS="ctrlHolder<!--URL_ERR-->">
62 <!--BEGIN URL_ERRS-->
63 <P ID="error<!--URL_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
64 <!--URL_ERRS.MSG-->
65 </P>
66 <!--END URL_ERRS-->
67
68 <LABEL FOR="url"><EM>*</EM> Subscription URL: </LABEL>
69 <INPUT TYPE="text" ID="url" NAME="url" CLASS="textInput" VALUE="<!--URL-->">
70
71 <P CLASS="formHint">This is a unique URL used to identify this subscription on the Client.</P>
72 </DIV>
73
74 <DIV CLASS="ctrlHolder<!--CATEGORY_ERR-->">
75 <!--BEGIN CATEGORY_ERRS-->
76 <P ID="error<!--CATEGORY_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
77 <!--CATEGORY_ERRS.MSG-->
78 </P>
79 <!--END CATEGORY_ERRS-->
80
81 <LABEL FOR="category"><EM>*</EM> Category: </LABEL>
82 <INPUT TYPE="text" ID="category" NAME="category" CLASS="textInput" VALUE="<!--CATEGORY-->">
83 </DIV>
84
85 <DIV CLASS="ctrlHolder<!--PASSWORD_ERR-->">
86 <!--BEGIN PASSWORD_ERRS-->
87 <P ID="error<!--PASSWORD_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
88 <!--PASSWORD_ERRS.MSG-->
89 </P>
90 <!--END PASSWORD_ERRS-->
91
92 <LABEL FOR="password">Password: </LABEL>
93 <INPUT TYPE="password" ID="password" NAME="password" CLASS="textInput" VALUE="<!--PASSWORD-->">
94
95 <P CLASS="formHint">If this subscription is encrypted, enter it's password here. Otherwise, leave it blank.</P>
96 </DIV>
97 </FIELDSET>
98
99 <DIV CLASS="buttonHolder">
100 <INPUT TYPE="submit" NAME="submit" VALUE="Submit">
101 </DIV>
102 </FORM>
103 </BODY>
104</HTML>