summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
blob: 4e57dd98ba6a300da78f44f1a2a5f0cd14d695ed (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>