summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
blob: 866c90030b3932eb5333dfa7a86f99170c31272f (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
26
27
28
29
30
31
32
<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>

<H3>Administration</H3>

<UL>
	<LI><A HREF="/admin/hgUpdate.php">HG Update</A></LI>
	<LI><A HREF="/admin/maintenanceMode.php">Maintenance Mode</A></LI>
</UL>