You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/08/14 18:35:53 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/content/info meta.xsp

egli        2003/08/14 09:35:53

  Modified:    src/webapp/lenya/content/info meta.xsp
  Log:
  Fetch meta data from page envelope
  
  Revision  Changes    Path
  1.2       +2 -1      cocoon-lenya/src/webapp/lenya/content/info/meta.xsp
  
  Index: meta.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/content/info/meta.xsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- meta.xsp	11 Aug 2003 13:30:38 -0000	1.1
  +++ meta.xsp	14 Aug 2003 16:35:53 -0000	1.2
  @@ -26,7 +26,8 @@
           <dc:creator><input:get-attribute module="page-envelope" as="object" name="document-dc-creator"/></dc:creator>
           <dc:subject><input:get-attribute module="page-envelope" as="object" name="document-dc-subject"/></dc:subject>
           <dc:description><input:get-attribute module="page-envelope" as="object" name="document-dc-description"/></dc:description>
  -        <dc:date></dc:date>
  +        <dc:date><input:get-attribute module="page-envelope" as="object" name="document-dc-date-created"/></dc:date>
  +        <dc:publisher><input:get-attribute module="page-envelope" as="object" name="document-dc-publisher"/></dc:publisher>
           <dc:rights><input:get-attribute module="page-envelope" as="object" name="document-dc-rights"/></dc:rights>
     </lenya-info:meta>
   </lenya-info:info>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org