summary refs log tree commit diff stats
path: root/theme/admin/managePages.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/admin/managePages.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/admin/managePages.tpl')
-rw-r--r--theme/admin/managePages.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/theme/admin/managePages.tpl b/theme/admin/managePages.tpl new file mode 100644 index 0000000..eef8c75 --- /dev/null +++ b/theme/admin/managePages.tpl
@@ -0,0 +1,23 @@
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>