about summary refs log tree commit diff stats
path: root/central/trunk/theme/index.tpl
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 13:32:35 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 13:32:35 +0000
commit77bc692bb7694aa635be1ca3752894e976477ebb (patch)
treeaf4a392f30298339f511c60dcc4df8ce25941ec9 /central/trunk/theme/index.tpl
parent68878a057b30f338eda7cacfe5f93cd850e8aaa1 (diff)
downloadinstadisc-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/index.tpl')
-rw-r--r--central/trunk/theme/index.tpl19
1 files changed, 19 insertions, 0 deletions
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>