01-12-2007 05:26 AM
<#assign query = "TYPE:\"{http://www.alfresco.org/model/content/1.0}content\"" />
<#assign rowcount=0>
<table>
<tr style='background-color: #C6D8EB'>
<td></td>
<td><b>Document name</b></td>
<td><b>Document creation date</b></td>
<td><b>Document creator</b></td>
<td><b>Document modification date</b></td>
<td><b>Document modifier</b></td>
</tr>
<#list space.childrenByLuceneSearch[query] as child>
<#if rowcount % 2 = 0><tr><#else><tr style='background-color: #DEE5EC'></#if>
<td><a href="/alfresco${child.url}" target="new"><img src="/alfresco${child.icon16}" border=0></td>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td>
<td>${child.properties.created?date}<td>
<td>${child.properties.creator}<td>
<td>${child.properties.modified?date}<td>
<td>${child.properties.modifier}<td>
</tr>
<#assign rowcount=rowcount+1>
</#list>
</table>01-15-2007 09:12 AM
PATH:"/app:company_home/cm:myfolder//*" AND TEXT:alfresco
01-16-2007 08:02 AM
01-16-2007 08:59 AM
01-25-2007 12:45 PM
+PARENT:"<your noderef here>" +TEXT:alfresco
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.