You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/02 15:18:50 UTC

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

andreas     2003/09/02 06:18:50

  Modified:    src/webapp/lenya/content/info overview.xsp
  Log:
  adding workflow state
  
  Revision  Changes    Path
  1.3       +9 -9      cocoon-lenya/src/webapp/lenya/content/info/overview.xsp
  
  Index: overview.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/content/info/overview.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- overview.xsp	13 Aug 2003 17:24:38 -0000	1.2
  +++ overview.xsp	2 Sep 2003 13:18:50 -0000	1.3
  @@ -22,10 +22,9 @@
       
   <lenya-info:info>
     <lenya-info:overview>
  -        <dc:title><input:get-attribute module="page-envelope" as="object" name="document-dc-title"/></dc:title>
  +    <dc:title><input:get-attribute module="page-envelope" as="object" name="document-dc-title"/></dc:title>
   		<lenya-info:abstract><input:get-attribute module="page-envelope" as="object" name="document-dc-description"/></lenya-info:abstract>
  -  		<lenya-info:status></lenya-info:status>
  -        <dc:language><input:get-attribute module="page-envelope" as="object" name="document-language"/></dc:language>
  +    <dc:language><input:get-attribute module="page-envelope" as="object" name="document-language"/></dc:language>
       <xsp:logic>
       	
         String docId = (String)<input:get-attribute module="page-envelope" as="object" name="document-id"/>;
  @@ -38,13 +37,14 @@
         for (int i = 0; i &lt; documentlanguages.length; i++) {
          str.append(documentlanguages[i] +" ");
         }
  -      
       </xsp:logic>    		
  -    	<lenya-info:languages><xsp:expr>str</xsp:expr></lenya-info:languages>	  
  -   		<lenya-info:lastmodifiedby></lenya-info:lastmodifiedby>
  -   		<lenya-info:lastmodified><input:get-attribute module="page-envelope" as="object" name="document-lastmodified"/></lenya-info:lastmodified>
  -  		<lenya-info:documentid><input:get-attribute module="page-envelope" as="object" name="document-id"/></lenya-info:documentid>
  -  		<lenya-info:area></lenya-info:area>
  +    
  +    <lenya-info:languages><xsp:expr>str</xsp:expr></lenya-info:languages>	  
  +    <lenya-info:lastmodifiedby></lenya-info:lastmodifiedby>
  +    <lenya-info:lastmodified><input:get-attribute module="page-envelope" as="object" name="document-lastmodified"/></lenya-info:lastmodified>
  +    <lenya-info:documentid><input:get-attribute module="page-envelope" as="object" name="document-id"/></lenya-info:documentid>
  +    <lenya-info:area></lenya-info:area>
  +    <lenya-info:workflow-state><input:get-attribute module="workflow" as="string" name="state"/></lenya-info:workflow-state>
     </lenya-info:overview>  
   </lenya-info:info>
   
  
  
  

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