about summary refs log tree commit diff stats
path: root/central/trunk/theme/mansub.tpl
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-26 20:47:07 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-26 20:47:07 +0000
commitd633dae00fc9ce954c958e2714e4a43c40b85648 (patch)
tree5f105b545864768c2a0544ebe66492e42c15a523 /central/trunk/theme/mansub.tpl
parent681a40af319373510f30793d3b892bd9700213fb (diff)
downloadinstadisc-d633dae00fc9ce954c958e2714e4a43c40b85648.tar.gz
instadisc-d633dae00fc9ce954c958e2714e4a43c40b85648.tar.bz2
instadisc-d633dae00fc9ce954c958e2714e4a43c40b85648.zip
Central: Create Subscription Management page
Refs #25
Diffstat (limited to 'central/trunk/theme/mansub.tpl')
-rw-r--r--central/trunk/theme/mansub.tpl29
1 files changed, 29 insertions, 0 deletions
diff --git a/central/trunk/theme/mansub.tpl b/central/trunk/theme/mansub.tpl new file mode 100644 index 0000000..a9c8850 --- /dev/null +++ b/central/trunk/theme/mansub.tpl
@@ -0,0 +1,29 @@
1<HTML>
2 <HEAD>
3 <TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
4 </HEAD>
5
6 <BODY>
7 <CENTER>
8 <H1>InstaDisc Subscription Management</H1>
9
10 <P>If you've sponsered subscriptions here but have decided you want to move elsewhere you can delete subscriptions using the table below:
11
12 <TABLE>
13 <TR>
14 <TH>Subscription URL</TH>
15 <TH>Actions</TH>
16 </TR>
17
18 <!--BEGIN SUBSCRIPTIONS-->
19 <TR<!--SUBSCRIPTIONS.EVEN-->>
20 <TD><!--SUBSCRIPTIONS.URL--></TD>
21 <TD><A HREF="deletesub.php?id=<!--SUBSCRIPTIONS.ID-->">Delete</A></TD>
22 </TR>
23 <!--END SUBSCRIPTIONS-->
24 </TABLE>
25
26 <P><A HREF="userpanel.php">Back to User Panel</A>
27 </CENTER>
28 </BODY>
29</HTML>