diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 14:55:06 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 14:55:06 +0000 |
commit | 5e84520b571eda5f69ce907aa838820533fd0737 (patch) | |
tree | 5cc2dca6dcbf4fe72c4d4a720ddd7f0c582006ea /series/core/trunk/theme/main.tpl | |
parent | 866a1d8567457b451d61339064b52973419b2b0b (diff) | |
download | instadisc-5e84520b571eda5f69ce907aa838820533fd0737.tar.gz instadisc-5e84520b571eda5f69ce907aa838820533fd0737.tar.bz2 instadisc-5e84520b571eda5f69ce907aa838820533fd0737.zip |
Series: Started ACP
Refs #53
Diffstat (limited to 'series/core/trunk/theme/main.tpl')
-rw-r--r-- | series/core/trunk/theme/main.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/series/core/trunk/theme/main.tpl b/series/core/trunk/theme/main.tpl new file mode 100644 index 0000000..982be74 --- /dev/null +++ b/series/core/trunk/theme/main.tpl | |||
@@ -0,0 +1,13 @@ | |||
1 | <CENTER> | ||
2 | <H1><!--SITENAME--></H2><P> | ||
3 | <H2>Series Control ACP</H2><P> | ||
4 | |||
5 | Here are some actions you can preform: | ||
6 | |||
7 | <UL> | ||
8 | <LI><A HREF="admin.php?id=chpwd">Change your Password</A></LI> | ||
9 | <LI><A HREF="admin.php?id=addsub">Add a new Subscription</A></LI> | ||
10 | <LI><A HREF="admin.php?id=mansub">Manage subscriptions</A></LI> | ||
11 | <LI><A HREF="admin.php?id=logout">Log out</A></LI> | ||
12 | </UL> | ||
13 | </CENTER> | ||