<#– 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>
des documents d'un utilisateur spécifique
person
Node representing the current users Person object.
<#– 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>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.