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/06/06 15:41:39 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/menu menu.xsl

andreas     2003/06/06 06:41:39

  Modified:    src/webapp/lenya/xslt/menu menu.xsl
  Log:
  showing workflow state
  
  Revision  Changes    Path
  1.10      +4 -1      cocoon-lenya/src/webapp/lenya/xslt/menu/menu.xsl
  
  Index: menu.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/menu/menu.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- menu.xsl	5 Jun 2003 11:36:36 -0000	1.9
  +++ menu.xsl	6 Jun 2003 13:41:38 -0000	1.10
  @@ -58,6 +58,7 @@
   
   <td align="right" colspan="2" background="/lenya/lenya/menu/images/grau-bg2.gif">
   <font color="#ffffff" size="-2" face="verdana">
  +  <xsl:apply-templates select="workflow-state"/>
     User Id: <b><xsl:value-of select="current_username"/></b> | Server Time: <b><xsl:value-of select="server_time"/></b> &#160;&#160;&#160;
   </font>
   </td>
  @@ -100,7 +101,9 @@
   
   
   
  -
  +<xsl:template match="workflow-state">
  +  Workflow State: <b><xsl:apply-templates/></b> |
  +</xsl:template>
   
   
   
  
  
  

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