Files
alfresco-community-repo/config/alfresco/templates/imap/imap_message_text_plain.ftl
2010-03-09 00:39:21 +00:00

28 lines
927 B
Plaintext

------------------------------------------------------------------------------
Document name: ${document.name}
------------------------------------------------------------------------------
<#if document.properties.title?exists>
Title: ${document.properties.title}
<#else>
Title: NONE
</#if>
<#if document.properties.description?exists>
Description: ${document.properties.description}
<#else>
Description: NONE
</#if>
Creator: ${document.properties.creator}
Created: ${document.properties.created?datetime}
Modifier: ${document.properties.modifier}
Modified: ${document.properties.modified?datetime}
Size: ${document.size / 1024} Kb
CONTENT LINKS
Content folder: ${contextUrl}/navigate/browse${document.parent.webdavUrl}
Content URL: ${contextUrl}${document.url}
Download URL: ${contextUrl}${document.downloadUrl}
WebDAV URL: ${contextUrl}${document.webdavUrl}