summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/admin/index.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/admin/index.tpl')
-rw-r--r--theme/admin/index.tpl31
1 files changed, 31 insertions, 0 deletions
diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl new file mode 100644 index 0000000..f886f2d --- /dev/null +++ b/theme/admin/index.tpl
@@ -0,0 +1,31 @@
1<H2>Admin Panel</H2><P>
2
3Welcome to the ubiquitous administration panel!<P>
4
5<H3>Blog</H3>
6
7<UL>
8 <LI><A HREF="/admin/writePost.php">Write a post</A></LI>
9 <LI><A HREF="/admin/manageDrafts.php">Manage Drafts</A></LI>
10 <LI><A HREF="/admin/managePending.php">Manage Pending Posts</A></LI>
11 <LI><A HREF="/admin/managePosts.php">Manage Published Posts</A></LI>
12 <LI><A HREF="/admin/moderateComments.php">Moderate Comments</A></LI>
13</UL>
14
15<H3>Wiki</H3>
16
17<UL>
18 <LI><A HREF="/admin/managePages.php">Manage Pages</A></LI>
19</UL>
20
21<H3>Poll</H3>
22
23<UL>
24 <LI><A HREF="/admin/pollProcess.php">Weekly Poll Process</A></LI>
25</UL>
26
27<H3>Quotes</H3>
28
29<UL>
30 <LI><A HREF="/admin/managePendingQuotes.php">Manage Pending Quotes</A></LI>
31</UL>