04-23-2008 05:24 AM
<#– Table of docs viaxoft –>
<h3>Documents ViaXoft</h3>
<table cellpadding=2>
<tr>
<td><b>Numéro</b></td>
<td></td>
<td><b>Nom</b></td>
<td><b>Type</b></td>
<td><b>Date de Création</b></td>
<td><b>Date de Modification</b></td>
<td><b>Actions</b></td>
</tr>
</td>
<#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"]?sort_by(['properties','via:numero']) as child>
<#assign navurl='/navigate/showDocDetails/' + child.nodeRef.storeRef.protocol + '/' + child.nodeRef.storeRef.identifier + '/' + child.nodeRef.id>
<tr>
<td>${child.properties["via:numero"]}</td>
<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["via:typologie"]}</td>
<td>${child.properties["cm:created"]?datetime}</td>
<td>${child.properties["cm:modified"]?datetime}</td>
<td class="docAction docActionDelete"
<#if child.hasPermission("Delete")> onclick='event.cancelBubble=true;child.deleteFile("${child.name}", "${child.nodeRef}");'</#if>>
<img src='/alfresco/images/icons/delete.gif' style='cursor:pointer' width=12 height=16 border=0 title="Supprimer" alt="Supprimer">
</td>
<td class="docAction docActionViewContent" onclick="window.open('/alfresco${child.downloadUrl}', '_blank');">
<img src='/alfresco/images/icons/edit_icon.gif' style='cursor:pointer' width=12 height=16 border=0 title="Editer" alt="Editer">
</td>
<td width=24>
<center>
<a href='/alfresco${navurl}' target="new">
<img src='/alfresco/images/icons/View_details.gif' style='cursor:pointer' width=12 height=16 border=0 title="Details" alt="Details">
</a>
</center>
</td>
<td width=24>
<center>
<a href='/alfresco${navurl}' target="new">
<img src='/alfresco/images/icons/more.gif' tooltip="Plus d'actions" style='cursor:pointer' width=12 height=16 border=0 title="Plus" alt="Plus">
</a>
</center>
</td>
</tr>
</#list>
</table>
05-05-2008 04:48 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.