------------------------------------------------------------------------------ Dokumentname: ${document.name?html} ------------------------------------------------------------------------------ <#if document.properties.title?exists> Titel: ${document.properties.title?html} <#else> Titel: KEINER <#if document.properties.description?exists> Beschreibung: ${document.properties.description?html} <#else> Beschreibung: KEINE Ersteller: ${document.properties.creator?html} Erstellt: ${document.properties.created?datetime} Bearbeiter: ${document.properties.modifier?html} Geändert: ${document.properties.modified?datetime} Größe: ${document.size / 1024} KB LINKS ZUM INHALT Inhaltsordner: ${contentFolderUrl?html} URL zum Inhalt: ${contextUrl}/service/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name?html} URL zum Download: ${contextUrl}/service/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name?html}?a=true WebDAV-URL: ${contextUrl}${document.webdavUrl}