Alfresco Copyright (c) 2005 Alfresco Software, Inc. All rights reserved. <#assign hostname="http://localhost:8080/alfresco"> <#assign spaceref="${hostname}/navigate/browse/${space.nodeRef.storeRef.protocol}/${space.nodeRef.storeRef.identifier}/${space.nodeRef.id}"> <#assign datetimeformat="EEE, dd MMM yyyy HH:mm:ss zzz"> ${spaceref} Recent Changes to '${space.name}' en-us ${date?string(datetimeformat)} ${date?string(datetimeformat)} 120 Alfresco 1.2 ${space.name} 32 32 ${spaceref} ${hostname}${space.icon32} <#assign weekms=1000*60*60*24*7> <#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"] as child> <#if (dateCompare(child.properties["cm:modified"], date, weekms) == 1) || (dateCompare(child.properties["cm:created"], date, weekms) == 1)> ${child.properties.name} ${hostname}${child.url} ${""?xml}${child.properties.name}${""?xml} <#if child.properties["cm:description"]?exists && child.properties["cm:description"] != ""> ${child.properties["cm:description"]} ${child.properties["cm:modified"]?string(datetimeformat)} ${hostname}${child.url}