about summary refs log tree commit diff stats
path: root/central/trunk/theme/mansub.tpl
blob: a9c88504ce340a3d532e36432e8a981e53ae00e1 (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
27
28
29
<HTML>
        <HEAD>
                <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
        </HEAD>

        <BODY>
                <CENTER>
                        <H1>InstaDisc Subscription Management</H1>

			<P>If you've sponsered subscriptions here but have decided you want to move elsewhere you can delete subscriptions using the table below:

			<TABLE>
				<TR>
					<TH>Subscription URL</TH>
					<TH>Actions</TH>
				</TR>

				<!--BEGIN SUBSCRIPTIONS-->
				<TR<!--SUBSCRIPTIONS.EVEN-->>
					<TD><!--SUBSCRIPTIONS.URL--></TD>
					<TD><A HREF="deletesub.php?id=<!--SUBSCRIPTIONS.ID-->">Delete</A></TD>
				</TR>
				<!--END SUBSCRIPTIONS-->
			</TABLE>

			<P><A HREF="userpanel.php">Back to User Panel</A>
		</CENTER>
	</BODY>
</HTML>