02-25-2010 05:51 AM
03-02-2010 11:47 AM
03-03-2010 03:15 AM
04-01-2010 04:06 AM
<h3>Vue de TEST</h3>
<table cellpadding=2>
<tr>
<td></td>
<td><b>Name</b></td>
<td><b>Created Date</b></td>
<td><b>Modified Date</b></td>
<td><b>Version</b></td>
<td><b>Statut du Document</b></td>
</tr>
<#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"] as child>
<#if (dateCompare(child.properties["cm:modified"], date, 1000*60*60*24*7) == 1) || (dateCompare(child.properties["cm:created"], date, 1000*60*60*24*7) == 1)>
<tr>
<td><a href="${url.context}${child.url}" target="new"><img src="${url.context}${child.icon16}" border=0></a></td>
<td><a href="${url.context}${child.url}" target="new">${child.properties.name}</a></td>
<td>${child.properties["cm:created"]?datetime}</td>
<td>${child.properties["cm:modified"]?datetime}</td>
<td>${child.properties["cm:versionLabel"]}</td>
<td>${child.properties["custom:statutdocument"]}</td>
</tr>
</#if>
</#list>
</table>
04-07-2010 05:10 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.