2008-02-26 18:40:05 +01:00
|
|
|
{include file='top.tpl'}
|
2008-11-10 15:00:43 +01:00
|
|
|
{if $pagetitle != ''}<h1 id='LSview_title'>{$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-12-15 13:44:04 +01:00
|
|
|
{if is_array($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-12-15 13:44:04 +01:00
|
|
|
{/if}
|
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'}
|