diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 21:42:34 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 21:42:34 +0000 |
commit | fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0 (patch) | |
tree | ef4aca9adde8522de8d3e6f56107045be00799f1 /central/trunk/theme | |
parent | 0b80d600e22ac218a59e1c09967a3caee91b1981 (diff) | |
download | instadisc-fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0.tar.gz instadisc-fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0.tar.bz2 instadisc-fe678d3e0ed345aa5edbc9dd0ae98faa7cc322c0.zip |
Central: Started moving to Series
Refs #28
Diffstat (limited to 'central/trunk/theme')
-rw-r--r-- | central/trunk/theme/activatedsub.tpl | 14 | ||||
-rw-r--r-- | central/trunk/theme/activatesub.tpl | 51 | ||||
-rw-r--r-- | central/trunk/theme/addedsub.tpl | 17 | ||||
-rw-r--r-- | central/trunk/theme/addsub.tpl | 50 | ||||
-rw-r--r-- | central/trunk/theme/mansub.tpl | 30 | ||||
-rw-r--r-- | central/trunk/theme/userpanel.tpl | 6 |
6 files changed, 2 insertions, 166 deletions
diff --git a/central/trunk/theme/activatedsub.tpl b/central/trunk/theme/activatedsub.tpl deleted file mode 100644 index 9bdcbf5..0000000 --- a/central/trunk/theme/activatedsub.tpl +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE> | ||
4 | </HEAD> | ||
5 | |||
6 | <BODY> | ||
7 | <CENTER> | ||
8 | <H1>InstaDisc Subscription Activation</H1> | ||
9 | |||
10 | <P>You've sucessfully activated your subscription! <A HREF="userpanel.php">Back to User Panel</A> | ||
11 | </CENTER> | ||
12 | </BODY> | ||
13 | </HTML> | ||
14 | |||
diff --git a/central/trunk/theme/activatesub.tpl b/central/trunk/theme/activatesub.tpl deleted file mode 100644 index f6dd6a0..0000000 --- a/central/trunk/theme/activatesub.tpl +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE> | ||
4 | <LINK REL="stylesheet" TYPE="text/css" HREF="theme/uniform.css"> | ||
5 | </HEAD> | ||
6 | |||
7 | <BODY> | ||
8 | <CENTER> | ||
9 | <H1>InstaDisc Subscription Activation</H1> | ||
10 | |||
11 | <P>If you've already requested a subscription be sponsered and added its Activation Key to its Subscription File, you can activate the subscription here: | ||
12 | </CENTER> | ||
13 | |||
14 | <FORM CLASS="uniform" ACTION="./activatesub.php?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>User Details</LEGEND> | ||
32 | |||
33 | <DIV CLASS="ctrlHolder<!--URL_ERR-->"> | ||
34 | <!--BEGIN URL_ERRS--> | ||
35 | <P ID="error<!--URL_ERRS.NAME-->" CLASS="errorField"><EM>*</EM> | ||
36 | <!--URL_ERRS.MSG--> | ||
37 | </P> | ||
38 | <!--END URL_ERRS--> | ||
39 | |||
40 | <LABEL FOR="url"><EM>*</EM> Subscription File URL: </LABEL> | ||
41 | <INPUT TYPE="text" ID="url" NAME="url" CLASS="textInput" VALUE="<!--URL-->"> | ||
42 | </DIV> | ||
43 | </FIELDSET> | ||
44 | |||
45 | <DIV CLASS="buttonHolder"> | ||
46 | <INPUT TYPE="submit" NAME="submit" VALUE="Verify"> | ||
47 | <INPUT TYPE="submit" NAME="submit" VALUE="Delete"> | ||
48 | </DIV> | ||
49 | </FORM> | ||
50 | </BODY> | ||
51 | </HTML> | ||
diff --git a/central/trunk/theme/addedsub.tpl b/central/trunk/theme/addedsub.tpl deleted file mode 100644 index 9efa010..0000000 --- a/central/trunk/theme/addedsub.tpl +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE> | ||
4 | </HEAD> | ||
5 | |||
6 | <BODY> | ||
7 | <CENTER> | ||
8 | <H1>InstaDisc Add Subscription</H1> | ||
9 | |||
10 | <P>Thank you for submitting! An activation key has been generated for you. Here it is: | ||
11 | <P><!--KEY--> | ||
12 | <P>Please place that in your Subscription File and return here to activate your subscription. | ||
13 | <P>Don't know how to add the key to your subscription file? Well, simply go to <A HREF="http://fourisland.com/projects/instadisc/">Four Island</A>, find the type of Update Server you are using, and there should be instructions on how to add an Activation Key to your subscription file. | ||
14 | <P><A HREF="userpanel.php">Back to the User Panel</A> | ||
15 | </CENTER> | ||
16 | </BODY> | ||
17 | </HTML> | ||
diff --git a/central/trunk/theme/addsub.tpl b/central/trunk/theme/addsub.tpl deleted file mode 100644 index 148b67c..0000000 --- a/central/trunk/theme/addsub.tpl +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE><!--SITENAME--> InstaDisc Central Server</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 have us sponser a subscription for you, please fill out the form below: | ||
12 | </CENTER> | ||
13 | |||
14 | <FORM CLASS="uniform" ACTION="./addsub.php?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>Subscription Details</LEGEND> | ||
32 | |||
33 | <DIV CLASS="ctrlHolder<!--URL_ERR-->"> | ||
34 | <!--BEGIN URL_ERRS--> | ||
35 | <P ID="error<!--URL_ERRS.NAME-->" CLASS="errorField"><EM>*</EM> | ||
36 | <!--URL_ERRS.MSG--> | ||
37 | </P> | ||
38 | <!--END URL_ERRS--> | ||
39 | |||
40 | <LABEL FOR="url"><EM>*</EM> Subscription File URL: </LABEL> | ||
41 | <INPUT TYPE="text" ID="url" NAME="url" CLASS="textInput" VALUE="<!--URL-->"> | ||
42 | </DIV> | ||
43 | </FIELDSET> | ||
44 | |||
45 | <DIV CLASS="buttonHolder"> | ||
46 | <INPUT TYPE="submit" NAME="submit" VALUE="Submit"> | ||
47 | </DIV> | ||
48 | </FORM> | ||
49 | </BODY> | ||
50 | </HTML> | ||
diff --git a/central/trunk/theme/mansub.tpl b/central/trunk/theme/mansub.tpl deleted file mode 100644 index 23639b1..0000000 --- a/central/trunk/theme/mansub.tpl +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE> | ||
4 | <LINK REL="stylesheet" HREF="theme/table.css"> | ||
5 | </HEAD> | ||
6 | |||
7 | <BODY> | ||
8 | <CENTER> | ||
9 | <H1>InstaDisc Subscription Management</H1> | ||
10 | |||
11 | <P>If you've sponsered subscriptions here but have decided you want to move elsewhere you can delete subscriptions using the table below: | ||
12 | |||
13 | <TABLE> | ||
14 | <TR> | ||
15 | <TH>Subscription URL</TH> | ||
16 | <TH>Actions</TH> | ||
17 | </TR> | ||
18 | |||
19 | <!--BEGIN SUBSCRIPTIONS--> | ||
20 | <TR<!--SUBSCRIPTIONS.EVEN-->> | ||
21 | <TD><!--SUBSCRIPTIONS.URL--></TD> | ||
22 | <TD><A HREF="deletesub.php?id=<!--SUBSCRIPTIONS.ID-->">Delete</A></TD> | ||
23 | </TR> | ||
24 | <!--END SUBSCRIPTIONS--> | ||
25 | </TABLE> | ||
26 | |||
27 | <P><A HREF="userpanel.php">Back to User Panel</A> | ||
28 | </CENTER> | ||
29 | </BODY> | ||
30 | </HTML> | ||
diff --git a/central/trunk/theme/userpanel.tpl b/central/trunk/theme/userpanel.tpl index c10c0dc..37d5ec0 100644 --- a/central/trunk/theme/userpanel.tpl +++ b/central/trunk/theme/userpanel.tpl | |||
@@ -14,12 +14,10 @@ | |||
14 | <LI><A HREF="logout.php">Log out</A></LI> | 14 | <LI><A HREF="logout.php">Log out</A></LI> |
15 | </UL> | 15 | </UL> |
16 | 16 | ||
17 | <P>If you own a subscription and wish to have this Central Server sponser it, you can use the options below: | 17 | <P>If you own a subscription and wish to have this Central Server sponser it, you can use the option below: |
18 | 18 | ||
19 | <UL> | 19 | <UL> |
20 | <LI><A HREF="addsub.php">Submit a Subscription for Sponsership</A></LI> | 20 | <LI><A HREF="setSeries.php">Set Series Control URL</A></LI> |
21 | <LI><A HREF="activatesub.php">Activate a Subscription</A></LI> | ||
22 | <LI><A HREF="mansub.php">Manage subscriptions</A></LI> | ||
23 | </UL> | 21 | </UL> |
24 | 22 | ||
25 | <!--BEGIN ADMIN--> | 23 | <!--BEGIN ADMIN--> |