08-26-2009 05:49 AM
08-27-2009 04:43 PM
<#ftl strip_whitespace=true />
<#setting datetime_format="short">
<!– Search a given space by its pathname (warning: space name is case sensitive) –>
<#assign folderName="Alpha Company/Marketing/Presentations" />
<#if companyhome.childByNamePath[folderName]?exists>
<#assign folderObj=companyhome.childByNamePath[folderName]>
<table class="recordSet" width=100%>
<tbody>
<tr>
<td style="padding:2px;text-align:right;vertical-align:top;padding-right:1px;">
<img src="/alfresco${child.icon16}" border=0>
</td>
<td style="padding:2px;text-align:left;vertical-align:top;padding-right:10px;">
<a href="/alfresco${child.url}" target="_blank">${child.properties.name}</a>
<span onclick="AlfNodeInfoMgr.toggle('${child.nodeRef}',this);">
<img id="browse:col1-img" src="/alfresco/images/icons/popup.gif" height="16" width="16" class="popupImage" />
</span>
</td>
</tr>
</tbody>
</table>
<#else>
<b>The space "${folderName}" does not exist.</b>
</#if>
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.