about summary refs log tree commit diff stats
path: root/central/trunk/theme/userpanel.tpl
blob: cde93d4a65db9bd9f0c634efdf848125d5de3fd7 (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>

			<!--BEGIN ADMIN-->
			<P>Since you are the almighty admin of this Central Server, you can edit configurational values!

			<UL>
				<LI><A HREF="admin.php">Edit Configuration</A></LI>
			</UL>
			<!--END ADMIN-->
		</CENTER>
	</BODY>
</HTML>