summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
diff options
context:
space:
mode:
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>