2012-08-10 12:32:54 +02:00
|
|
|
{if $freeze}
|
2014-11-25 00:07:21 +01:00
|
|
|
{if isset($parseValue)}
|
|
|
|
{if !empty($parseValue.label) and $parseValue.label!='no'}
|
|
|
|
{assign var=clabel value=$parseValue.label}
|
2018-06-11 11:50:17 +02:00
|
|
|
<img src='{img name="supann_label_$clabel"}' alt='[{$clabel|escape:"htmlall"}]' title='{$clabel|escape:"htmlall"}'/>
|
2012-08-10 12:32:54 +02:00
|
|
|
{/if}
|
2018-06-11 11:50:17 +02:00
|
|
|
<span title='{$parseValue.value|escape:"htmlall"}'>{$parseValue.translated|escape:"htmlall"}</span>
|
2012-08-10 12:32:54 +02:00
|
|
|
{else}
|
2018-06-11 11:50:17 +02:00
|
|
|
{$noValueTxt|escape:"htmlall"}
|
2012-08-10 12:32:54 +02:00
|
|
|
{/if}
|
|
|
|
{else}
|
2018-06-15 15:25:25 +02:00
|
|
|
<input type='hidden' name='{$attr_name|escape:"htmlall"}[]' value='{if $parseValue}{$parseValue.value|escape:"htmlall"}{/if}'/>
|
2014-11-25 00:07:21 +01:00
|
|
|
{if $parseValue and !empty($parseValue.label) and $parseValue.label!='no'}
|
|
|
|
{assign var=clabel value=$parseValue.label}
|
2018-06-11 11:50:17 +02:00
|
|
|
<img class='LSformElement_supannLabeledValue_label' src='{img name="supann_label_$clabel"}' alt='[{$clabel|escape:"htmlall"}]' title='{$clabel|escape:"htmlall"}'/>
|
2014-11-25 00:07:21 +01:00
|
|
|
{/if}
|
|
|
|
{if $parseValue}
|
2018-06-11 11:50:17 +02:00
|
|
|
<span title='{$parseValue.value|escape:"htmlall"}'>{$parseValue.translated|escape:"htmlall"}</span>
|
2014-11-25 00:07:21 +01:00
|
|
|
{else}
|
2018-06-11 11:50:17 +02:00
|
|
|
<span>{$noValueTxt|escape:"htmlall"}</span>
|
2014-11-25 00:07:21 +01:00
|
|
|
{/if}
|
2012-08-10 12:32:54 +02:00
|
|
|
{/if}
|