summary refs log tree commit diff stats
path: root/theme/admin/managePosts.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/managePosts.tpl')
-rwxr-xr-xtheme/admin/managePosts.tpl36
1 files changed, 18 insertions, 18 deletions
diff --git a/theme/admin/managePosts.tpl b/theme/admin/managePosts.tpl index 7e37b1f..41a2456 100755 --- a/theme/admin/managePosts.tpl +++ b/theme/admin/managePosts.tpl
@@ -1,24 +1,24 @@
1<H2>Manage Posts</H2> 1<h2>Manage Posts</h2>
2 2
3<TABLE WIDTH="100%" CLASS="webmail"> 3<table width="100%" class="webmail">
4 <TR> 4 <tr>
5 <TH>Post Title</TH> 5 <th>Post Title</th>
6 <TH>Post Author</TH> 6 <th>Post Author</th>
7 <TH>Actions</TH> 7 <th>Actions</th>
8 </TR> 8 </tr>
9 9
10 <!--BEGIN POST--> 10 <!--BEGIN POST-->
11 <TR> 11 <tr>
12 <TD><!--POST.TITLE--></TD> 12 <td><!--POST.TITLE--></td>
13 <TD><!--POST.AUTHOR--></TD> 13 <td><!--POST.AUTHOR--></td>
14 14
15 <TD> 15 <td>
16 <A HREF="/admin/editPost.php?id=<!--POST.ID-->"><IMG SRC="/theme/images/icons/page_edit.png" ALT="Edit"></A> 16 <a href="/admin/editPost.php?id=<!--POST.ID-->"><img src="/theme/images/icons/page_edit.png" alt="Edit" /></a>
17 <A HREF="/admin/deletePost.php?id=<!--POST.ID-->"><IMG SRC="/theme/images/icons/page_delete.png" ALT="Delete"></A> 17 <a href="/admin/deletePost.php?id=<!--POST.ID-->"><img src="/theme/images/icons/page_delete.png" alt="Delete" /></a>
18 <A HREF="/blog/<!--POST.CODED-->/"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A> 18 <a href="/blog/<!--POST.CODED-->/"><img src="/theme/images/icons/page_go.png" alt="View" /></a>
19 </TD> 19 </td>
20 </TR> 20 </tr>
21 <!--END POST--> 21 <!--END POST-->
22</TABLE> 22</table>
23 23
24<A HREF="/admin/">Back to Admin Panel</A> 24<a href="/admin/">Back to Admin Panel</a>