You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/01/27 12:47:53 UTC

cvs commit: xml-cocoon/skins/xml.apache.org/stylesheets changes2document.xsl document2html.xsl document2image.xsl faqs2document.xsl

stefano     00/01/27 03:47:53

  Modified:    skins/xml.apache.org/stylesheets changes2document.xsl
                        document2html.xsl document2image.xsl
                        faqs2document.xsl
  Log:
  latest updates for 1.6.1
  
  Revision  Changes    Path
  1.3       +2 -2      xml-cocoon/skins/xml.apache.org/stylesheets/changes2document.xsl
  
  Index: changes2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/changes2document.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes2document.xsl	2000/01/27 03:34:36	1.2
  +++ changes2document.xsl	2000/01/27 11:47:53	1.3
  @@ -18,11 +18,11 @@
    </xsl:template>
    
    <xsl:template match="release">
  -  <s1 title="{$name} {@version} ({@date})">
  +  <s2 title="{$name} {@version} ({@date})">
      <sl>
       <xsl:apply-templates/>
      </sl>
  -  </s1>
  +  </s2>
    </xsl:template>
   
    <xsl:template match="action">
  
  
  
  1.4       +2 -2      xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- document2html.xsl	2000/01/27 03:34:36	1.3
  +++ document2html.xsl	2000/01/27 11:47:53	1.4
  @@ -85,7 +85,7 @@
               <!-- THE CONTENT PANEL -->
               <td width="*" valign="top" align="left">
                 <table border="0" cellspacing="0" cellpadding="3">
  -                <tr><td><xsl:apply-templates/></td></tr>
  +                <tr><td><br/><xsl:apply-templates/></td></tr>
                 </table>
               </td>
             </tr>
  @@ -155,7 +155,7 @@
   
     <xsl:template match="s1">
      <div align="right">
  -    <table border="0" width="100%" cellspacing="0" cellpadding="0">
  +    <table border="0" width="98%" cellspacing="0" cellpadding="0">
         <tr>
           <td width="9" height="7" valign="bottom" align="right"><img src="resources/bar-top-left.gif" width="9" height="7" vspace="0" hspace="0" border="0"/></td>
           <td background="resources/bar-border-top.gif"><img src="resources/void.gif" width="1" height="5" vspace="0" hspace="0" border="0"/></td>
  
  
  
  1.2       +1 -1      xml-cocoon/skins/xml.apache.org/stylesheets/document2image.xsl
  
  Index: document2image.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2image.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document2image.xsl	2000/01/27 03:34:36	1.1
  +++ document2image.xsl	2000/01/27 11:47:53	1.2
  @@ -6,7 +6,7 @@
   
     <xsl:template match="/">
       <xsl:variable name="label">
  -      <xsl:if test="header/title">
  +      <xsl:if test="//header/title">
           <xsl:value-of select="//header/title"/>
         </xsl:if>
       </xsl:variable>
  
  
  
  1.3       +4 -0      xml-cocoon/skins/xml.apache.org/stylesheets/faqs2document.xsl
  
  Index: faqs2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/faqs2document.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faqs2document.xsl	2000/01/27 03:34:36	1.2
  +++ faqs2document.xsl	2000/01/27 11:47:53	1.3
  @@ -37,6 +37,10 @@
       </s2>
     </xsl:template>
   
  +  <xsl:template match="question">
  +    <!-- ignored since already used -->
  +  </xsl:template>
  +
     <xsl:template match="answer">
       <xsl:apply-templates/>
     </xsl:template>