summaryrefslogtreecommitdiff
path: root/portal/template/admin/comdocs.html
blob: b985fa80955e08e72b474d29e96ed614ce295bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h1>Community Documentation Administration</h1>
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<tr>
		<th class="colMid">Page</th>
        <th class="colMid">Title</th>
        <th class="colMid">Author</th>
        <th class="colMid">Saved date</th>
        <th class="colMid">Status</th>
        <th class="colLast">Actions</th>
</tr>
<!-- BEGIN pending_loop -->
<tr>
	<td class="colFirstT">{parent} --&gt; {pageid}</td>
	<td class="colMidT">{title}</td>
    <td class="colMidT">{author}</td>
    <td class="colMidT">{savedate}</td>
    <td class="colMidT">{status}</td>
    <td class="colLastT" rowspan="2">
     <a href="comdoc-edit.php?id={pageid}">Edit</a><br/>
     <a href="comdocs.php?id={pageid}&doapprove=1">Approve</a><br/>
     <a href="comdocs.php?id={pageid}&dorelease=1">Release working copy</a>
    </td>
</tr>
<tr>
    <td class="colFirstT" colspan="4" style="padding-left: 25px;">{crumbs}</td>
</tr>
<!-- END pending_loop -->
</table>
</div>
<p> <a href="comdocs.php?all=1">All</a> pages | <a href="comdocs.php?all=0">New</a> pages</p>