about summary refs log tree commit diff stats
path: root/central/trunk/theme/loggedin.tpl
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 13:49:58 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 13:49:58 +0000
commit4d4f2acfe707a83dec8789f8159cb60eab38e290 (patch)
tree39371a8b2cc5f10d695c2c40c3f352c893b31221 /central/trunk/theme/loggedin.tpl
parent92722ab8471764037187a3169cee28b686367c7c (diff)
downloadinstadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.tar.gz
instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.tar.bz2
instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.zip
Central: Added a login page
Refs #25
Diffstat (limited to 'central/trunk/theme/loggedin.tpl')
-rw-r--r--central/trunk/theme/loggedin.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/central/trunk/theme/loggedin.tpl b/central/trunk/theme/loggedin.tpl new file mode 100644 index 0000000..4fcffc4 --- /dev/null +++ b/central/trunk/theme/loggedin.tpl
@@ -0,0 +1,14 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 </HEAD>
5
6 <BODY>
7 <CENTER>
8 <H1>InstaDisc Sign-in</H1>
9
10 <P>Thank you for logging in. <A HREF="userpanel.php">You may now procede to the user panel</A>
11 </CENTER>
12 </BODY>
13</HTML>
14