10-14-2008 06:32 AM
10-14-2008 07:02 AM
<#– 3 column list of small thumbnails for images in the current folder –>
<#assign colcount=0>
<table width=100%>
<#list space.children as child>
<#if child.isDocument && (child.mimetype = "image/gif" || child.mimetype = "image/jpeg" || child.mimetype = "image/png")>
<#if colcount % 3 = 0><tr></#if>
<td align=center>
<div style='padding:8px'><a href="/alfresco${child.url}" target="new"><img src="/alfresco${child.url}" width=120 border=0></a></div>
<div><a href="/alfresco${child.url}" target="new">${child.properties.name}</a></div>
</td>
<#if colcount % 3 = 2></tr></#if>
<#assign colcount=colcount+1>
</#if>
</#list>
</table>
10-14-2008 07:07 AM
10-14-2008 10:07 AM
10-15-2008 04:21 AM
10-15-2008 06:11 AM
10-15-2008 07:09 AM
02-18-2009 04:37 PM
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.