summary refs log tree commit diff stats
path: root/theme/admin
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 20:46:07 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 20:46:07 -0500
commit51337807124d7f57d6cff6656d41b5fd57010c6b (patch)
tree1e620e6e10c6deed4715d1f0615b81f71f53280c /theme/admin
parentc8551e2509fe68c77b0efe9b22f4dbadff981473 (diff)
downloadfourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.tar.gz
fourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.tar.bz2
fourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.zip
Removed 'wiki' module
Since MediaWiki was introduced to Four Island, the old wiki module hasn't been used, so it is not necessary to be present.
Diffstat (limited to 'theme/admin')
-rwxr-xr-xtheme/admin/index.tpl6
-rwxr-xr-xtheme/admin/managePages.tpl23
-rwxr-xr-xtheme/admin/pageHistory.tpl23
-rwxr-xr-xtheme/admin/viewRevision.tpl5
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>