mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +01:00
13 lines
596 B
Smarty
13 lines
596 B
Smarty
{include file='ls:top.tpl'}
|
|
{if $pagetitle != ''}<h1>{$pagetitle|escape:"htmlall"}</h1>{/if}
|
|
{if $LSview_actions != ''}
|
|
<p class='LSview-actions'>
|
|
{foreach from=$LSview_actions item=item}
|
|
<a href='{$item.url}' class='LSview-actions'><img src='{img name=$item.action}' alt='{$item.label|escape:"htmlall"}' title='{$item.label|escape:"htmlall"}' /></a>
|
|
{/foreach}
|
|
</p>
|
|
{/if}
|
|
|
|
<p class='question'>{$question|escape:"htmlall"}</p>
|
|
<a href='{$validation_url}' class='question'>{$validation_label|escape:"htmlall"}</a>
|
|
{include file='ls:bottom.tpl'}
|