summary refs log tree commit diff stats
path: root/theme/admin/managePages.tpl
diff options
context:
space:
mode:
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>