09-06-2010 06:07 AM
<#– Table of docs in a specific folder, that have been created last 3 days –>
<h3>${template.properties.description}</h3>
<table cellpadding=2>
<tr>
<td></td>
<td><b>${message("project.template.name")}</b></td>
<td><b>${message("project.template.created")}</b></td>
</tr>
<#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"]?sort_by(['properties','cm:name']) as child>
<#if (dateCompare(child.properties["cm:created"], date, 1000*60*60*24*3) == 1) && (child.properties.name?ends_with(".pdf") )>
<tr>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td>
<td>${child.properties["cm:created"]?datetime}</td>
</tr>
</#if>
</#list>
</table>
09-06-2010 06:17 AM
${lastUpdated?string("yyyy-MM-dd HH:mm:ss zzzz")}
${lastUpdated?string("EEE, MMM d, ''yy")}
${lastUpdated?string("EEEE, MMMM dd, yyyy, hh:mm:ss a '('zzz')'")}09-06-2010 07:16 AM
${child.properties["cm:created"]?string("dd-MM-yyyy HH:mm:ss")}09-06-2010 07:40 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.