File:  [Repository] / kupu / apache-lenya / lenya / drawers / sitetree_link_library.xml.jx
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Sep 15 13:06:00 2005 UTC (18 years, 9 months ago) by dwinter
Branches: first, MAIN
CVS tags: dwinter, HEAD
modifizierter kupu fuer webpages des instituts

<?xml version="1.0" ?>
<!-- $Id: sitetree_link_library.xml.jx,v 1.1.1.1 2005/09/15 13:06:00 dwinter Exp $ -->

<collection 
  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
  >
  
  <uri>FIXME URI</uri>
  <icon></icon>
  <title>Sitetree Library</title>
  <description>A list of all (internal) links to pages within a Lenya publication.</description>
  <items>
    <jx:forEach var="resource" items="${resources}" begin="0" end="${resources.size()}" step="1">
      <resource id="${resource.fullid}">
        <title>${resource.id}</title>
        <uri>${resource.url}</uri>
        <icon>${parameters.getParameter("resource-icon-url")}</icon>
        <description>${resource.label}</description>
        <preview>${resource.url}</preview>
        <language>${resource.language}</language>
      </resource>
    </jx:forEach>    
  </items>
</collection>

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