blob: 935e8bd6badf39c895285421e9c9773ba25d2943 (
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
|
{strip}
<div class="display stock">
<header>
{include file="bitpackage:stock/assembly_icons_inc.tpl"}
<h1>{$gContent->getTitle()|escape}</h1>
{include file="bitpackage:stock/assembly_nav.tpl"}
</header>
<section class="body">
{formfeedback success=$stockSuccess error=$stockErrors warning=$stockWarnings}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
{if $gContent->mInfo.data}
<p>{$gContent->mInfo.data|escape}</p>
{/if}
</section>
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo}
{if $gContent->getPreference('allow_comments') eq 'y'}
{include file="bitpackage:liberty/comments.tpl"}
{/if}
</div>
{/strip}
|