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, 0 insertions, 26 deletions
diff --git a/central/trunk/theme/userpanel.tpl b/central/trunk/theme/userpanel.tpl deleted file mode 100644 index cde93d4..0000000 --- a/central/trunk/theme/userpanel.tpl +++ /dev/null
@@ -1,26 +0,0 @@
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 <!--BEGIN ADMIN-->
18 <P>Since you are the almighty admin of this Central Server, you can edit configurational values!
19
20 <UL>
21 <LI><A HREF="admin.php">Edit Configuration</A></LI>
22 </UL>
23 <!--END ADMIN-->
24 </CENTER>
25 </BODY>
26</HTML>