File:  [Repository] / kupu / apache-lenya / lenya / drawers / publication_image_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: publication_image_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>Publication Image Library</title>
  <description>Image resources of all documents in a publication.</description>
  <items>
    <jx:forEach var="info" items="${imageInfos}" begin="0" end="${imageInfos.size()}" step="1">
      <resource id="${info.url}">
        <title>${info.name}</title>
        <uri>${info.url}</uri>
        <description>${info.title}</description>
        <preview>${info.url}</preview>
        <size><jx:formatNumber value="${info.length}" maxFractionDigits="0"/></size>
        <icon>${info.iconUrl}</icon>
      </resource>
    </jx:forEach>    
  </items>
</collection>

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