about summary refs log tree commit diff stats
path: root/central/trunk/theme/userpanel.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/theme/userpanel.tpl')
-rw-r--r--central/trunk/theme/userpanel.tpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/central/trunk/theme/userpanel.tpl b/central/trunk/theme/userpanel.tpl new file mode 100644 index 0000000..63be6f1 --- /dev/null +++ b/central/trunk/theme/userpanel.tpl
@@ -0,0 +1,26 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 </HEAD>
5
6 <BODY>
7 <CENTER>
8 <H1><!--SITENAME--> InstaDisc</H1>
9
10 <P>Welcome to your user panel. Here are the things you can do:
11
12 <UL>
13 <LI><A HREF="changepassword.php">Change your Password</A></LI>
14 <LI><A HREF="logout.php">Log out</A></LI>
15 </UL>
16
17 <P>If you own a subscription and wish to have this Central Server sponser it, you can use the options below:
18
19 <UL>
20 <LI><A HREF="addsub.php">Submit a Subscription for Sponsership</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>
24 </CENTER>
25 </BODY>
26</HTML>