${document.title}
|
 |
<#list media_attributes as attribute>
<#assign attributes_associations = all_attributes_associations[mapping_id] />
<#if attributes_associations[attribute.code]?has_content>
<#assign doctype_code = attributes_associations[attribute.code]>
<#if hashAttributes[attribute.code] = 0>
<#elseif hashAttributes[attribute.code] = 1>
<#if (document.getAttribute(doctype_code).textValue)?has_content >
${document.getAttribute(doctype_code).textValue}
#if>
<#elseif hashAttributes[attribute.code] = 2>
<#if (document.getAttribute(doctype_code))?has_content >
<#assign attributeId = document.getAttribute(doctype_code).id >
<#assign url = "document?id=" + document.id + "&id_attribute=" + attributeId >
#i18n{library.insertservice.clicktopreview}
#if>
#if>
#if>
|
#list>
#list>