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 != ''}
|
2008-07-05 22:28:49 +02:00
|
|
|
<ul class='LSview-actions'>
|
2008-02-12 18:59:44 +01:00
|
|
|
{foreach from=$LSview_actions item=item}
|
2008-10-09 03:31:33 +02:00
|
|
|
<li class='LSview-actions'><a href='{$item.url}' class='LSview-actions' ><img src='{$LS_IMAGES_DIR}/{$item.action}.png' alt='{$item.label}' title='{$item.label}' /> {$item.label}</a></li>
|
2008-02-12 18:59:44 +01:00
|
|
|
{/foreach}
|
2008-07-05 22:28:49 +02:00
|
|
|
</ul>
|
2008-02-12 18:59:44 +01:00
|
|
|
{/if}
|
2008-11-03 20:25:22 +01:00
|
|
|
|
|
|
|
{include file='LSform_view.tpl'}
|
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'}
|