diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 14:48:35 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 14:48:35 +0000 |
commit | 857ecf0581857ccf8d05209c5f77983f47ef3117 (patch) | |
tree | c0a2c4987e48d0ff7f8d73536ed70075846d126c /central/trunk/theme/userpanel.tpl | |
parent | 4d4f2acfe707a83dec8789f8159cb60eab38e290 (diff) | |
download | instadisc-857ecf0581857ccf8d05209c5f77983f47ef3117.tar.gz instadisc-857ecf0581857ccf8d05209c5f77983f47ef3117.tar.bz2 instadisc-857ecf0581857ccf8d05209c5f77983f47ef3117.zip |
Central: Created user panel index
Refs #25 and #35
Diffstat (limited to 'central/trunk/theme/userpanel.tpl')
-rw-r--r-- | central/trunk/theme/userpanel.tpl | 26 |
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> | ||