about summary refs log tree commit diff stats
path: root/central/trunk/theme
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/theme')
-rw-r--r--central/trunk/theme/activate.tpl62
-rw-r--r--central/trunk/theme/activated.tpl14
-rw-r--r--central/trunk/theme/index.tpl19
3 files changed, 95 insertions, 0 deletions
diff --git a/central/trunk/theme/activate.tpl b/central/trunk/theme/activate.tpl new file mode 100644 index 0000000..caf8da6 --- /dev/null +++ b/central/trunk/theme/activate.tpl
@@ -0,0 +1,62 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 <LINK REL="stylesheet" TYPE="text/css" HREF="uniform.css">
5 </HEAD>
6
7 <BODY>
8 <CENTER>
9 <H1>InstaDisc Activation</H1>
10
11 <P>If you've already registered and an activation email has been sent to your address, please fill in the form below.
12 </CENTER>
13
14 <FORM CLASS="uniform" ACTION="./activate.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<!--USERNAME_ERR-->">
34 <!--BEGIN USERNAME_ERRS-->
35 <P ID="error<!--USERNAME_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
36 <!--USERNAME_ERRS.MSG-->
37 </P>
38 <!--END USERNAME_ERRS-->
39
40 <LABEL FOR="username"><EM>*</EM> Username: </LABEL>
41 <INPUT TYPE="text" ID="username" NAME="username" CLASS="textInput" VALUE="<!--USERNAME-->">
42 </DIV>
43
44 <DIV CLASS="ctrlHolder<!--CODE_ERR-->">
45 <!--BEGIN CODE_ERRS-->
46 <P ID="error<!--CODE_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
47 <!--CODE_ERRS.MSG-->
48 </P>
49 <!--END CODE_ERRS-->
50
51 <LABEL FOR="code"><EM>*</EM> Activation Code: </LABEL>
52 <INPUT TYPE="text" ID="code" NAME="code" CLASS="textInput" VALUE="<!--CODE-->">
53 </DIV>
54 </FIELDSET>
55
56 <DIV CLASS="buttonHolder">
57 <INPUT TYPE="submit" NAME="submit" VALUE="Verify">
58 <INPUT TYPE="submit" NAME="submit" VALUE="Delete">
59 </DIV>
60 </FORM>
61 </BODY>
62</HTML>
diff --git a/central/trunk/theme/activated.tpl b/central/trunk/theme/activated.tpl new file mode 100644 index 0000000..43c716f --- /dev/null +++ b/central/trunk/theme/activated.tpl
@@ -0,0 +1,14 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 </HEAD>
5 <BODY>
6 <CENTER>
7 <H1>InstaDisc Activation</H1>
8
9 <P>Thank you for activating! You've now been signed up for the InstaDisc service.
10 You will recieve an email with the information to input into your InstaDisc client.
11 </CENTER>
12 </BODY>
13</HTML>
14
diff --git a/central/trunk/theme/index.tpl b/central/trunk/theme/index.tpl new file mode 100644 index 0000000..789928b --- /dev/null +++ b/central/trunk/theme/index.tpl
@@ -0,0 +1,19 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 </HEAD>
5 <BODY>
6 <CENTER>
7 <H1><!--SITENAME--> InstaDisc</H1>
8
9 <P>Welcome to <!--SITENAME-->'s InstaDisc Central Server!
10 <P>InstaDisc is a wonderful productivity-increasing notification program. For more information about the project itself, see
11 <A HREF="http://fourisland.com/projects/instadisc/">its project site</A>.<P>An InstaDisc "Central Server" is where you can
12 register for the InstaDisc service. There are many Central Servers around the world, you generally pick the one that is
13 closest to you. If you would like to choose <!--SITENAME-->'s, why not register now?
14 <P><A HREF="register.php">Register</A>
15 <BR><A HREF="login.php">Login</A>
16 <BR><A HREF="activate.php">Activation page</A>
17 </CENTER>
18 </BODY>
19</HTML>