2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:top.tpl'}
|
2018-06-11 11:50:17 +02:00
|
|
|
{if $pagetitle != ''}<h1>{$pagetitle|escape:"htmlall"}</h1>{/if}
|
2008-02-12 18:59:44 +01:00
|
|
|
{if $LSview_actions != ''}
|
|
|
|
<p class='LSview-actions'>
|
|
|
|
{foreach from=$LSview_actions item=item}
|
2018-06-15 15:25:25 +02:00
|
|
|
<a href='{$item.url}' class='LSview-actions'><img src='{img name=$item.action}' alt='{$item.label|escape:"htmlall"}' title='{$item.label|escape:"htmlall"}' /></a>
|
2008-02-12 18:59:44 +01:00
|
|
|
{/foreach}
|
|
|
|
</p>
|
|
|
|
{/if}
|
|
|
|
|
2019-05-27 18:11:56 +02:00
|
|
|
<p class='question'>{$question}</p>
|
2018-06-15 15:25:25 +02:00
|
|
|
<a href='{$validation_url}' class='question'>{$validation_label|escape:"htmlall"}</a>
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:bottom.tpl'}
|