Annotation of kupu/apache-lenya/lenya/drawers/sitetree_link_library.xml.jx, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <!-- $Id: sitetree_link_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>Sitetree Library</title>
        !            11:   <description>A list of all (internal) links to pages within a Lenya publication.</description>
        !            12:   <items>
        !            13:     <jx:forEach var="resource" items="${resources}" begin="0" end="${resources.size()}" step="1">
        !            14:       <resource id="${resource.fullid}">
        !            15:         <title>${resource.id}</title>
        !            16:         <uri>${resource.url}</uri>
        !            17:         <icon>${parameters.getParameter("resource-icon-url")}</icon>
        !            18:         <description>${resource.label}</description>
        !            19:         <preview>${resource.url}</preview>
        !            20:         <language>${resource.language}</language>
        !            21:       </resource>
        !            22:     </jx:forEach>    
        !            23:   </items>
        !            24: </collection>

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