summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
blob: c39a380e3b36a0bbb8bc9847543060b779645317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<H2>Admin Panel</H2><P>

Welcome to the ubiquitous administration panel!<P>

<H3>Blog</H3>

<UL>
	<LI><A HREF="/admin/writePost.php">Write a post</A></LI>
	<LI><A HREF="/admin/manageDrafts.php">Manage Drafts</A></LI>
	<LI><A HREF="/admin/managePending.php">Manage Pending Posts</A></LI>
	<LI><A HREF="/admin/managePosts.php">Manage Published Posts</A></LI>
	<LI><A HREF="/admin/moderateComments.php">Moderate Comments</A></LI>
</UL>

<H3>Poll</H3>

<UL>
	<LI><A HREF="/admin/pollProcess.php">Weekly Poll Process</A></LI>
</UL>

<H3>Quotes</H3>

<UL>
	<LI><A HREF="/admin/managePendingQuotes.php">Manage Pending Quotes</A></LI>
</UL>