2008-02-26 18:40:05 +01:00
|
|
|
{include file='top.tpl'}
|
2008-02-08 18:39:24 +01:00
|
|
|
{if $pagetitle != ''}<h1>{$pagetitle}</h1>{/if}
|
2008-02-12 18:59:44 +01:00
|
|
|
{if $LSview_actions != ''}
|
|
|
|
<p class='LSview-actions'>
|
|
|
|
{foreach from=$LSview_actions item=item}
|
2008-02-26 18:40:05 +01:00
|
|
|
<a href='{$item.url}' class='LSview-actions'><img src='templates/images/{$item.action}.png' alt='{$item.label}' title='{$item.label}' /> {$item.label}</a>
|
2008-02-12 18:59:44 +01:00
|
|
|
{/foreach}
|
|
|
|
</p>
|
|
|
|
{/if}
|
2008-02-26 18:40:05 +01:00
|
|
|
{if $LSform_image!=''}
|
|
|
|
<div class='LSform_image'>
|
|
|
|
<a href='{$LSform_image.img}'><img src='{$LSform_image.img}' class='LSform_image LSsmoothbox' /></a>
|
|
|
|
</div>
|
|
|
|
{/if}
|
2008-02-08 18:39:24 +01:00
|
|
|
<dl class='LSform'>
|
|
|
|
{foreach from=$LSform_fields item=field}
|
|
|
|
<dt class='LSform'>{$field.label}</dt>
|
|
|
|
<dd class='LSform'>{$field.html}</dd>
|
|
|
|
{/foreach}
|
|
|
|
</dl>
|
2008-02-26 18:40:05 +01:00
|
|
|
|
|
|
|
{if $LSrelations!=''}
|
|
|
|
{foreach from=$LSrelations item=item}
|
|
|
|
{include file='LSrelations.tpl'}
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
|
|
|
{include file='bottom.tpl'}
|