mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-10 12:33:15 +01:00
20 lines
694 B
Smarty
20 lines
694 B
Smarty
{include file='top.tpl'}
|
|
{if $pagetitle != ''}<h1 id='LSview_title'>{$pagetitle}</h1>{/if}
|
|
{if $LSview_actions != ''}
|
|
<ul class='LSview-actions'>
|
|
{foreach from=$LSview_actions item=item}
|
|
{if is_array($item)}
|
|
<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>
|
|
{/if}
|
|
{/foreach}
|
|
</ul>
|
|
{/if}
|
|
|
|
{include file='LSform_view.tpl'}
|
|
|
|
{if $LSrelations!=''}
|
|
{foreach from=$LSrelations item=item}
|
|
{include file='LSrelations.tpl'}
|
|
{/foreach}
|
|
{/if}
|
|
{include file='bottom.tpl'}
|