summary refs log tree commit diff stats
path: root/theme
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
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')
-rwxr-xr-xtheme/admin/index.tpl6
-rwxr-xr-xtheme/admin/managePages.tpl23
-rwxr-xr-xtheme/admin/pageHistory.tpl23
-rwxr-xr-xtheme/admin/viewRevision.tpl5
-rwxr-xr-xtheme/wiki/create.tpl7
-rwxr-xr-xtheme/wiki/edit.tpl6
-rwxr-xr-xtheme/wiki/index.tpl6
-rwxr-xr-xtheme/wiki/page.tpl3
8 files changed, 0 insertions, 79 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>
diff --git a/theme/wiki/create.tpl b/theme/wiki/create.tpl deleted file mode 100755 index ecd2d6b..0000000 --- a/theme/wiki/create.tpl +++ /dev/null
@@ -1,7 +0,0 @@
1<H2>Create a page</H2><P>
2
3<FORM ACTION="./?action=submit&submit=create" METHOD="POST">
4 Page Title: <INPUT TYPE="text" NAME="title"><BR>
5 <TEXTAREA NAME="text" COLS="80" ROWS="20"></TEXTAREA><P>
6 <INPUT TYPE="submit" VALUE="Create page">
7</FORM>
diff --git a/theme/wiki/edit.tpl b/theme/wiki/edit.tpl deleted file mode 100755 index 12d2deb..0000000 --- a/theme/wiki/edit.tpl +++ /dev/null
@@ -1,6 +0,0 @@
1<H2>Edit <!--PAGENAME--></H2><P>
2
3<FORM ACTION="./?action=submit&submit=edit" METHOD="POST">
4 <TEXTAREA NAME="text" COLS="80" ROWS="20"><!--PAGETEXT--></TEXTAREA><P>
5 <INPUT TYPE="submit" VALUE="Edit page">
6</FORM>
diff --git a/theme/wiki/index.tpl b/theme/wiki/index.tpl deleted file mode 100755 index ed4e513..0000000 --- a/theme/wiki/index.tpl +++ /dev/null
@@ -1,6 +0,0 @@
1<!--BEGIN LETTER-->
2<H3 STYLE="clear: both; display: block; margin-bottom: 0"><!--LETTER.TITLE--></H2>
3 <!--BEGIN LETTER.PAGE-->
4 <SMALL><SPAN STYLE="margin-left: 50"><!--LETTER.PAGE.DATE--> | <A HREF="/wiki/<!--LETTER.PAGE.CODED-->"><!--LETTER.PAGE.TITLE--></A></SPAN></SMALL><BR>
5 <!--END LETTER.PAGE-->
6<!--END LETTER-->
diff --git a/theme/wiki/page.tpl b/theme/wiki/page.tpl deleted file mode 100755 index b021e95..0000000 --- a/theme/wiki/page.tpl +++ /dev/null
@@ -1,3 +0,0 @@
1<H2><!--TITLE--></H2><P>
2
3<!--CONTENT-->