summaryrefslogtreecommitdiff
path: root/portal/template/community-docs.html
blob: 99b988bf113eddb28ef59845c747ab268c507a22 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<div id="pgCommunityDocsHeader" class="tblBasic">
 <table border="0" cellpadding="0" cellspacing="0" width="95%" class="tblCompact tblBasicGrey">
  <tr class="firstrow">
   <td class="colFirstT">
This page is user contributed documentation. See the bottom of the page for information about the author.
   </td>
   <td class="colLastT">&nbsp;</td>
  </tr>
  <tr class="lastrow">
   <td class="colFirstT"></td>
   <td class="colLastT"></td>
  </tr>
 </table>
</div>

<h1>{page_title}</h1>
<div id="pgCommunityDocsBreadcrumbs">{breadcrumbs}</div>
<div id="pgCommunityDocsPageContent">
{page_content}
</div>

<!-- BEGIN community_editlinks -->
<div id="pgCommunityDocsFooter" class="tblBasic">
 <table border="0" cellpadding="0" cellspacing="0" width="95%" class="tblCompact tblBasicGrey">
  <tr class="firstrow">
   <td class="colFirstT">Updated:</td>
   <td class="colLastT">{savedate}</td>
  </tr>
  <tr>
   <td class="colFirstT">Author:</td>
   <td class="colLastT"><strong>{author_name}</strong><br/>{author_info}</td>
  </tr>
<!-- BEGIN communitydoc_versionhistory_wrap -->
  <tr>
   <td class="colFirstT">Version history:</td>
   <td class="colLastT">
   <ul>
    <!-- BEGIN communitydocs_versionhistory -->
    <li>{verhist_date}, {verhist_name}</li>
    <!-- END communitydocs_versionhistory -->
   </ul>
   </td>
  </tr>
<!-- END communitydoc_versionhistory_wrap -->
  <tr class="lastrow">
   <td class="colFirstT">Operations:</td>
   <td class="colLastT"><a href="{master_server}/community/docedit.{page_id}">Edit</a> <a href="{master_server}/community/docadd.{page_id}">Create subpage</a> (Requires <a href="/community/signup">community login</a>)</td>
  </tr>
 </table>
</div>
<!-- END community_editlinks -->