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')
-rwxr-xr-xtheme/admin/index.tpl46
1 files changed, 23 insertions, 23 deletions
diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl index 866c900..4e57dd9 100755 --- a/theme/admin/index.tpl +++ b/theme/admin/index.tpl
@@ -1,32 +1,32 @@
1<H2>Admin Panel</H2><P> 1<h2>Admin Panel</h2><p>
2 2
3Welcome to the ubiquitous administration panel!<P> 3Welcome to the ubiquitous administration panel!</p>
4 4
5<H3>Blog</H3> 5<h3>Blog</h3>
6 6
7<UL> 7<ul>
8 <LI><A HREF="/admin/writePost.php">Write a post</A></LI> 8 <li><a href="/admin/writePost.php">Write a post</a></li>
9 <LI><A HREF="/admin/manageDrafts.php">Manage Drafts</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> 10 <li><a href="/admin/managePending.php">Manage Pending Posts</a></li>
11 <LI><A HREF="/admin/managePosts.php">Manage Published 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> 12 <li><a href="/admin/moderateComments.php">Moderate Comments</a></li>
13</UL> 13</ul>
14 14
15<H3>Poll</H3> 15<h3>Poll</h3>
16 16
17<UL> 17<ul>
18 <LI><A HREF="/admin/pollProcess.php">Weekly Poll Process</A></LI> 18 <li><a href="/admin/pollProcess.php">Weekly Poll Process</a></li>
19</UL> 19</ul>
20 20
21<H3>Quotes</H3> 21<h3>Quotes</h3>
22 22
23<UL> 23<ul>
24 <LI><A HREF="/admin/managePendingQuotes.php">Manage Pending Quotes</A></LI> 24 <li><a href="/admin/managePendingQuotes.php">Manage Pending Quotes</a></li>
25</UL> 25</ul>
26 26
27<H3>Administration</H3> 27<h3>Administration</h3>
28 28
29<UL> 29<ul>
30 <LI><A HREF="/admin/hgUpdate.php">HG Update</A></LI> 30 <li><a href="/admin/hgUpdate.php">HG Update</a></li>
31 <LI><A HREF="/admin/maintenanceMode.php">Maintenance Mode</A></LI> 31 <li><a href="/admin/maintenanceMode.php">Maintenance Mode</a></li>
32</UL> 32</ul>