diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 13:32:35 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 13:32:35 +0000 |
commit | 77bc692bb7694aa635be1ca3752894e976477ebb (patch) | |
tree | af4a392f30298339f511c60dcc4df8ce25941ec9 /central/trunk/theme/activated.tpl | |
parent | 68878a057b30f338eda7cacfe5f93cd850e8aaa1 (diff) | |
download | instadisc-77bc692bb7694aa635be1ca3752894e976477ebb.tar.gz instadisc-77bc692bb7694aa635be1ca3752894e976477ebb.tar.bz2 instadisc-77bc692bb7694aa635be1ca3752894e976477ebb.zip |
Central: Moved over to Four Island Templating system
Borrowed the Four Island templating system code so as to ease the creation of frontends. index.php and activate.php have already been converted, and install.php will not be converted (because it would be too difficult, and who would want to skin it anyway?) NOTICE: The Four Island Templating system source code is copyrighted by Starla Insigna (c) 2008. All rights reserved. Use of this code in part or in whole apart from the InstaDisc Central Server is a direct violation of copyright law. You have been warned. Refs #25
Diffstat (limited to 'central/trunk/theme/activated.tpl')
-rw-r--r-- | central/trunk/theme/activated.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
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 | |||