<@formGroup labelFor='${attribute.code}' labelKey='${attribute.name}' mandatory=attribute.required rows=2> <@input type='textarea' id='${attribute.code}' name='${attribute.code}' readonly=true rows=5 cols=60>${attribute.textValue} <@button type='button' params='onclick="javascript:linkservice${attribute.code}();return false;"' buttonIcon='link' color='warning' /> <@button type='button' id='btnShowPreview_${attribute.code}' title='Link Service' buttonIcon='eye' hideTitle=['all'] /> <@button type='button' params='onclick="javascript:linkservice_clear${attribute.code}();return false;"' title='#i18n{document.attributeType.internallink.labelLinkServiceClear}' buttonIcon='trash' color='danger' hideTitle=['all'] />