diff options
Diffstat (limited to 'theme/admin')
-rwxr-xr-x | theme/admin/index.tpl | 6 | ||||
-rwxr-xr-x | theme/admin/managePages.tpl | 23 | ||||
-rwxr-xr-x | theme/admin/pageHistory.tpl | 23 | ||||
-rwxr-xr-x | theme/admin/viewRevision.tpl | 5 |
4 files changed, 0 insertions, 57 deletions
diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl index f886f2d..c39a380 100755 --- a/theme/admin/index.tpl +++ b/theme/admin/index.tpl | |||
@@ -12,12 +12,6 @@ Welcome to the ubiquitous administration panel!<P> | |||
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>Wiki</H3> | ||
16 | |||
17 | <UL> | ||
18 | <LI><A HREF="/admin/managePages.php">Manage Pages</A></LI> | ||
19 | </UL> | ||
20 | |||
21 | <H3>Poll</H3> | 15 | <H3>Poll</H3> |
22 | 16 | ||
23 | <UL> | 17 | <UL> |
diff --git a/theme/admin/managePages.tpl b/theme/admin/managePages.tpl deleted file mode 100755 index eef8c75..0000000 --- a/theme/admin/managePages.tpl +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | <H2>Manage Pages</H2> | ||
2 | |||
3 | <TABLE WIDTH="100%" CLASS="webmail"> | ||
4 | <TR> | ||
5 | <TH>Page Title</TH> | ||
6 | <TH>Revision Author</TH> | ||
7 | <TH>Actions</TH> | ||
8 | </TR> | ||
9 | |||
10 | <!--BEGIN PAGE--> | ||
11 | <TR> | ||
12 | <TD><!--PAGE.TITLE--></TD> | ||
13 | <TD><!--PAGE.AUTHOR--></TD> | ||
14 | |||
15 | <TD> | ||
16 | <A HREF="/admin/pageHistory.php?id=<!--PAGE.ID-->"><IMG SRC="/theme/images/icons/page_edit.png" ALT="View History"></A> | ||
17 | <A HREF="/wiki/<!--PAGE.CODED-->/"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A> | ||
18 | </TD> | ||
19 | </TR> | ||
20 | <!--END PAGE--> | ||
21 | </TABLE> | ||
22 | |||
23 | <A HREF="/admin/">Back to Admin Panel</A> | ||
diff --git a/theme/admin/pageHistory.tpl b/theme/admin/pageHistory.tpl deleted file mode 100755 index b5fd326..0000000 --- a/theme/admin/pageHistory.tpl +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | <H2>Page History</H2> | ||
2 | |||
3 | <TABLE WIDTH="100%" CLASS="webmail"> | ||
4 | <TR> | ||
5 | <TH>Revision Author</TH> | ||
6 | <TH>Revision Date</TH> | ||
7 | <TH>Actions</TH> | ||
8 | </TR> | ||
9 | |||
10 | <!--BEGIN REV--> | ||
11 | <TR> | ||
12 | <TD><!--REV.AUTHOR--></TD> | ||
13 | <TD><!--REV.DATE--></TD> | ||
14 | |||
15 | <TD> | ||
16 | <A HREF="/admin/viewRevision.php?id=<!--REV.ID-->"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A> | ||
17 | </TD> | ||
18 | </TR> | ||
19 | <!--END REV--> | ||
20 | </TABLE> | ||
21 | |||
22 | <A HREF="/admin/managePages.php">Back to Manage Pages</A><BR> | ||
23 | <A HREF="/admin/">Back to Admin Panel</A> | ||
diff --git a/theme/admin/viewRevision.tpl b/theme/admin/viewRevision.tpl deleted file mode 100755 index fc6fc83..0000000 --- a/theme/admin/viewRevision.tpl +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | <!--TEXT--> | ||
2 | <P> | ||
3 | <A HREF="javascript:history.back()">Back to Page History</A> | ||
4 | <A HREF="/admin/managePages.php">Back to Manage Pages</A><BR> | ||
5 | <A HREF="/admin/">Back to Admin Panel</A> | ||