about summary refs log tree commit diff stats
path: root/central/trunk/theme/userpanel.tpl
blob: 63be6f1fd6b595448a0cd252736d96c42543e495 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<HTML>
	<HEAD>
		<TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
	</HEAD>

	<BODY>
		<CENTER>
			<H1><!--SITENAME--> InstaDisc</H1>

			<P>Welcome to your user panel. Here are the things you can do:

			<UL>
				<LI><A HREF="changepassword.php">Change your Password</A></LI>
				<LI><A HREF="logout.php">Log out</A></LI>
			</UL>

			<P>If you own a subscription and wish to have this Central Server sponser it, you can use the options below:

			<UL>
				<LI><A HREF="addsub.php">Submit a Subscription for Sponsership</A></LI>
				<LI><A HREF="activatesub.php">Activate a Subscription</A></LI>
				<LI><A HREF="mansub.php">Manage subscriptions</A></LI>
			</UL>
		</CENTER>
	</BODY>
</HTML>