+@<prefix>\:<metadonne-date>:null
mais ça n'a pas l'air de fonctionner. <property name="de:profname">
<title>Name</title>
<type>d:text</type>
<mandatory enforced="false">true</mandatory>
</property>
<#assign query="@cm\\:creator:${person.properties.userName} AND ASPECT:\"sys:incomplete\"">
<#assign rowcount=0>
<table>
<tr style='background-color: #C6D8EB'>
<td></td>
<td><b>Nom</b></td>
<td></td>
<td><b>Taille</b></td>
<td><b>Date de modification</b></td>
<td><b>Emplacement</b></td>
<td><b>Vérrouillé par</b></td>
</tr>
<#list userhome.childrenByLuceneSearch[query] as child>
<#if child.isDocument>
<#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></a></td>
<td><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></td>
<td> <a href="/alfresco/navigate/showDocDetails/workspace/SpacesStore/${child.id}">
<img src="/alfresco/images/icons/View_details.gif" border=0 alt="Détails de '${child.properties.name}'" title="Détails de '${child.properties.name}'"></a> </td>
<td>${(child.size / 1000)?string("0.##")} KB</td>
<td>${child.properties.modified?datetime}</td>
<td>${child.displayPath}</td>
<td> <#if child.isLocked>${child.properties.lockOwner}</#if></td>
</tr>
<#assign rowcount=rowcount+1>
</#if>
</#list>
</table>
@cm\:titled:*
TYPE:"cm:content" AND ASPECT:"cm:titled" AND NOT @cm\:title:*
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.