From d633dae00fc9ce954c958e2714e4a43c40b85648 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 26 Aug 2008 20:47:07 +0000 Subject: Central: Create Subscription Management page Refs #25 --- central/trunk/theme/mansub.tpl | 29 +++++++++++++++++++++++++++++ central/trunk/theme/table.css | 27 +++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 central/trunk/theme/mansub.tpl create mode 100644 central/trunk/theme/table.css (limited to 'central/trunk/theme') 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 @@ + + + <!--SITENAME--> InstaDisc Central Server + + + +
+

InstaDisc Subscription Management

+ +

If you've sponsered subscriptions here but have decided you want to move elsewhere you can delete subscriptions using the table below: + + + + + + + + + > + + + + +
Subscription URLActions
Delete
+ +

Back to User Panel +

+ + diff --git a/central/trunk/theme/table.css b/central/trunk/theme/table.css new file mode 100644 index 0000000..b3603bd --- /dev/null +++ b/central/trunk/theme/table.css @@ -0,0 +1,27 @@ +/* InstaDisc Central - A Four Island Project */ + +table { + border: 0; + width: 100%; +} + +table, table td { + border-spacing: 0; +} + +table tr { + background-color: #3CE4ED; +} + +table tr.even { + background-color: #39B7CD; +} + +table th { + background-color: #FF9912; + text-align: left; +} + +table td { + word-wrap: break-word; +} -- cgit 1.4.1