2008-10-15 20:29:14 +02:00
|
|
|
{if $freeze}
|
|
|
|
<span class='LSformElement_text'>
|
|
|
|
{if $value}
|
2015-08-12 12:21:20 +02:00
|
|
|
<a class='{$uriClass}' href='{$uriPrefix}{$value}'{if $uriLinkTitle} title='{$uriLinkTitle}'{/if}{if $uriTarget} target='{$uriTarget}'{/if}>{$value}</a>
|
2008-10-15 20:29:14 +02:00
|
|
|
{else}
|
|
|
|
{$noValueTxt}
|
|
|
|
{/if}
|
|
|
|
</span>
|
|
|
|
<input type='hidden' name='{$attr_name}[]' class='LSformElement_text' value="{$value}"/>
|
|
|
|
{else}
|
2011-05-23 11:05:48 +02:00
|
|
|
<input type='text' name='{$attr_name}[]' class='LSformElement_text {$uriClass}' value="{$value}" autocomplete="off"/>
|
2008-10-15 20:29:14 +02:00
|
|
|
{/if}
|