about summary refs log tree commit diff stats
path: root/central/trunk/theme/mansub.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/theme/mansub.tpl')
-rw-r--r--central/trunk/theme/mansub.tpl30
1 files changed, 0 insertions, 30 deletions
diff --git a/central/trunk/theme/mansub.tpl b/central/trunk/theme/mansub.tpl deleted file mode 100644 index 23639b1..0000000 --- a/central/trunk/theme/mansub.tpl +++ /dev/null
@@ -1,30 +0,0 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 <LINK REL="stylesheet" HREF="theme/table.css">
5 </HEAD>
6
7 <BODY>
8 <CENTER>
9 <H1>InstaDisc Subscription Management</H1>
10
11 <P>If you've sponsered subscriptions here but have decided you want to move elsewhere you can delete subscriptions using the table below:
12
13 <TABLE>
14 <TR>
15 <TH>Subscription URL</TH>
16 <TH>Actions</TH>
17 </TR>
18
19 <!--BEGIN SUBSCRIPTIONS-->
20 <TR<!--SUBSCRIPTIONS.EVEN-->>
21 <TD><!--SUBSCRIPTIONS.URL--></TD>
22 <TD><A HREF="deletesub.php?id=<!--SUBSCRIPTIONS.ID-->">Delete</A></TD>
23 </TR>
24 <!--END SUBSCRIPTIONS-->
25 </TABLE>
26
27 <P><A HREF="userpanel.php">Back to User Panel</A>
28 </CENTER>
29 </BODY>
30</HTML>