Annotation of kupu/apache-lenya/lenya/drawers/publication_image_library.xml.jx, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <!-- $Id: publication_image_library.xml.jx 8771 2005-01-31 19:05:00Z gregor $ -->
                      3: 
                      4: <collection 
                      5:   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
                      6:   >
                      7:   
                      8:   <uri>FIXME URI</uri>
                      9:   <icon></icon>
                     10:   <title>Publication Image Library</title>
                     11:   <description>Image resources of all documents in a publication.</description>
                     12:   <items>
                     13:     <jx:forEach var="info" items="${imageInfos}" begin="0" end="${imageInfos.size()}" step="1">
                     14:       <resource id="${info.url}">
                     15:         <title>${info.name}</title>
                     16:         <uri>${info.url}</uri>
                     17:         <description>${info.title}</description>
                     18:         <preview>${info.url}</preview>
                     19:         <size><jx:formatNumber value="${info.length}" maxFractionDigits="0"/></size>
                     20:         <icon>${info.iconUrl}</icon>
                     21:       </resource>
                     22:     </jx:forEach>    
                     23:   </items>
                     24: </collection>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>