09-04-2008 03:54 AM
<#– Table of docs in a specific folder, that have been created or modified in the last week –>
<h3>Mes documents en cours</h3>
<table cellpadding=2>
<tr>
<td></td>
<td><b>Nom</b></td>
<td><b>Date de création</b></td>
<td><b>Date de modification</b></td>
</tr>
<#list person.childrenByLuceneSearch["(PATH:\"/app:company_home/cm:Espace_x0020_TEST/cm:Espace_x0020_AA/cm:_x0030_5_x0020_En_x0020_Traitement//*\") AND ( TYPE:\"ima:ContenuIMA\")"] as child>
<tr>
<td><a href="/alfresco${child.url}" target="new"><img src="/alfresco${child.icon16}" border=0></a></td>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td>
<td>${child.properties["cm:created"]?datetime}</td>
<td>${child.properties["cm:modified"]?datetime}</td>
</tr>
</#list>
</table>
09-04-2008 05:19 AM
des documents d'un utilisateur spécifique
09-04-2008 05:54 AM
09-04-2008 05:58 AM
person
Node representing the current users Person object.
09-04-2008 09:09 AM
<#– Table of docs in a specific folder, that have been created or modified in the last week –>
<h3>Mes documents en cours</h3>
<table cellpadding=2>
<tr>
<td></td>
<td><b>Nom</b></td>
<td><b>Date de création</b></td>
<td><b>Date de modification</b></td>
</tr>
<#list userhome.childrenByLuceneSearch["(PATH:\"/app:company_home/cm:Espace_x0020_TEST/cm:Espace_x0020_AA/cm:_x0030_5_x0020_En_x0020_Traitement//*\") AND ( TYPE:\"ima:ContenuIMA\") AND @cm\\:modifier:${person.properties.userName}"] as child>
<tr>
<td><a href="/alfresco${child.url}" target="new"><img src="/alfresco${child.icon16}" border=0></a></td>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td>
<td>${child.properties["cm:created"]?datetime}</td>
<td>${child.properties["cm:modified"]?datetime}</td>
</tr>
</#list>
</table>
12-16-2008 06:12 AM
12-16-2008 09:09 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.