07-06-2007 10:28 AM
07-06-2007 10:49 AM
09-15-2007 02:07 PM
<#– Table of the images found in a folder under Company Home called "Company Logos" –>
<#– Shows each image found as inline content –>
<table>
<#list companyhome.children as child>
<#if child.isContainer && child.name = "Company Logos">
<#list child.children as image>
<#switch image.mimetype>
<#case "image/jpeg">
<#case "image/gif">
<#case "image/png">
<tr>
<td><img src="/alfresco${image.url}"></td>
</tr>
<#break>
<#default>
</#switch>
</#list>
</#if>
</#list>
</table>
Where can I find this ftl under the UI of alfresco? and this directory Company logos have to be create ?
thanks
Roberto
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.