You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/08/07 12:23:55 UTC

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

gregor      2003/08/07 03:23:55

  Modified:    src/webapp/lenya/xslt/util page-util.xsl
  Log:
  added media attribute
  
  Revision  Changes    Path
  1.6       +3 -8      cocoon-lenya/src/webapp/lenya/xslt/util/page-util.xsl
  
  Index: page-util.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/util/page-util.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- page-util.xsl	7 Jun 2003 14:17:35 -0000	1.5
  +++ page-util.xsl	7 Aug 2003 10:23:55 -0000	1.6
  @@ -1,20 +1,15 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   
  -<!--
  -    Document   : page-util.xsl.xsl
  -    Created on : November 18, 2002, 10:47 AM
  -    Author     : ah
  -    Description: Purpose of transformation follows.
  --->
  +<!-- $Id$ -->
   
   <xsl:stylesheet version="1.0"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  -    xmlns:fo="http://www.w3.org/1999/XSL/Format">
  +    >
   
   <!-- includes the default CSS stylesheet -->
   <xsl:template name="include-css">
     <link rel="stylesheet" type="text/css"
  -    href="/lenya/lenya/css/default.css" title="default css"/>
  +    href="/lenya/lenya/css/default.css" media="screen"/>
   </xsl:template>
       
   <!-- prints a list of $separator-separated strings -->
  
  
  

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