67 lines
1.8 KiB
Cheetah
Executable file
67 lines
1.8 KiB
Cheetah
Executable file
#PBtmpl0000000000000080
|
|
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
|
|
|
<tmpl_if session.var.adminOn>
|
|
<tmpl_var controls>
|
|
</tmpl_if>
|
|
|
|
<tmpl_if displayTitle>
|
|
<h2><tmpl_var title></h2>
|
|
</tmpl_if>
|
|
|
|
<tmpl_if description>
|
|
<tmpl_var description>
|
|
</tmpl_if>
|
|
|
|
<p>
|
|
<tmpl_if user.canPost>
|
|
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
|
|
</tmpl_if>
|
|
<tmpl_unless user.isVisitor>
|
|
<tmpl_if user.isSubscribed>
|
|
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
|
|
<tmpl_else>
|
|
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
|
|
</tmpl_if>
|
|
</tmpl_unless>
|
|
<tmpl_if pagination.pageCount.isMultiple>
|
|
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
|
|
</tmpl_if>
|
|
</p>
|
|
|
|
<ul>
|
|
<tmpl_loop post_loop>
|
|
<li><a href="#id<tmpl_var assetId>"><span class="faqQuestion"><tmpl_var title></span></a></li>
|
|
</tmpl_loop>
|
|
</ul>
|
|
|
|
<tmpl_loop post_loop>
|
|
<tmpl_if user.isPoster>
|
|
<tmpl_unless session.var.adminOn>
|
|
<div>[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]</div>
|
|
</tmpl_unless>
|
|
</tmpl_if>
|
|
<tmpl_if user.isModerator>
|
|
<div>
|
|
<tmpl_if session.var.adminOn>
|
|
<tmpl_var controls>
|
|
<tmpl_else>
|
|
<tmpl_unless user.isPoster>
|
|
<tmpl_unless session.var.adminOn>
|
|
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
|
</tmpl_unless>
|
|
</tmpl_unless>
|
|
</tmpl_if>
|
|
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
|
</div>
|
|
</tmpl_if>
|
|
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a><span class="faqQuestion"><tmpl_var title></span><br />
|
|
<tmpl_var content>
|
|
<p><a href="#top">[top]</a></p>
|
|
</tmpl_loop>
|
|
|
|
<tmpl_if pagination.pageCount.isMultiple>
|
|
<div class="pagination">
|
|
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
|
</div>
|
|
</tmpl_if>
|