2008-10-15 20:29:14 +02:00
|
|
|
{if $freeze}
|
|
|
|
<span class='LSformElement_text'>
|
|
|
|
{if $value}
|
2018-06-15 15:25:25 +02:00
|
|
|
<a class='{$uriClass|escape:"htmlall"}' href='{$uriPrefix|escape:"htmlall"}{$value|escape:"htmlall"}'{if $uriLinkTitle} title='{$uriLinkTitle|escape:"htmlall"}'{/if}{if $uriTarget} target='{$uriTarget|escape:"htmlall"}'{/if}>{$value|escape:"htmlall"}</a>
|
2008-10-15 20:29:14 +02:00
|
|
|
{else}
|
2018-06-11 11:50:17 +02:00
|
|
|
{$noValueTxt|escape:"htmlall"}
|
2008-10-15 20:29:14 +02:00
|
|
|
{/if}
|
|
|
|
</span>
|
2018-06-15 15:25:25 +02:00
|
|
|
<input type='hidden' name='{$attr_name|escape:"htmlall"}[]' class='LSformElement_text' value='{$value|escape:"htmlall"}'/>
|
2008-10-15 20:29:14 +02:00
|
|
|
{else}
|
2018-06-15 15:25:25 +02:00
|
|
|
<input type='text' name='{$attr_name|escape:"htmlall"}[]' class='LSformElement_text {$uriClass|escape:"htmlall"}' value='{$value|escape:"htmlall"}' autocomplete="off"/>
|
2008-10-15 20:29:14 +02:00
|
|
|
{/if}
|