You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/01/27 19:35:00 UTC

cvs commit: xml-forrest/src/resources/skins/krysalis-site/xslt/html document2html.xsl site2xhtml.xsl tab2menu.xsl

nicolaken    2003/01/27 10:35:00

  Modified:    src/resources/skins/krysalis-site/xslt/html
                        document2html.xsl site2xhtml.xsl tab2menu.xsl
  Log:
  Last (hopefully) changes to make the skin HTML 4.01 compliant.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-forrest/src/resources/skins/krysalis-site/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/xslt/html/document2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2html.xsl	27 Jan 2003 06:42:49 -0000	1.2
  +++ document2html.xsl	27 Jan 2003 18:35:00 -0000	1.3
  @@ -32,7 +32,7 @@
                 version</a></td-->
               <xsl:if test="$nopdf = ''"> <!-- nopdf flag unset -->
                 <td align="center" width="80" nowrap="nowrap"><a href="{$filename-noext}.pdf" class="dida">
  -              <img border="0" src="{$skin-img-dir}/printer.png"/><br/>
  +              <img border="0" src="{$skin-img-dir}/printer.png" alt="print-friendly version"/><br/>
                   print-friendly<br/>
                   version</a>
                 </td>
  
  
  
  1.7       +2 -4      xml-forrest/src/resources/skins/krysalis-site/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site2xhtml.xsl	27 Jan 2003 18:06:22 -0000	1.6
  +++ site2xhtml.xsl	27 Jan 2003 18:35:00 -0000	1.7
  @@ -35,7 +35,7 @@
           <title><xsl:value-of select="div[@class='content']/table/tr/td/h1"/></title>
           <link rel="stylesheet" href="{$root}skin/page.css" type="text/css"/>
         </head>
  -      <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  +      <body bgcolor="#FFFFFF" text="#000000">
         
       <!-- ================================= top bar with logo's and search box ===================================  -->
   
  @@ -306,9 +306,7 @@
           </td>
         <td class="logos" bgcolor="{$header-color2}" align="right" nowrap="nowrap">
   
  -          <!-- This skin is NOT HTML4 compliant yet
  -          <xsl:call-template name="compliancy-logos"/>
  -          -->
  +        <xsl:call-template name="compliancy-logos"/>
   
           <xsl:if test="$filename = 'index.html' and $config/credits">
             <xsl:for-each select="$config/credits/credit">
  
  
  
  1.2       +10 -10    xml-forrest/src/resources/skins/krysalis-site/xslt/html/tab2menu.xsl
  
  Index: tab2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/xslt/html/tab2menu.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tab2menu.xsl	7 Dec 2002 16:26:34 -0000	1.1
  +++ tab2menu.xsl	27 Jan 2003 18:35:00 -0000	1.2
  @@ -51,11 +51,11 @@
   
     <xsl:template name="selected">
       <td valign="bottom">
  -      <table cellspacing="0" cellpadding="0" border="0" height="22" summary="selected tab">
  +      <table cellspacing="0" cellpadding="0" border="0" summary="selected tab">
           <tr>
  -          <td class="top-left"></td>
  +          <td class="top-left" height="22"></td>
             
  -          <td bgcolor="#a5b6c6" valign="middle">
  +          <td bgcolor="#a5b6c6" valign="middle" height="22">
               <span class="tab">
                 <b>
                   <xsl:call-template name="base-selected"/>
  @@ -63,7 +63,7 @@
                </span>
              </td>
             
  -          <td class="top-right"></td>
  +          <td class="top-right" height="22"></td>
           </tr>
         </table>
       </td>
  @@ -71,22 +71,22 @@
   
     <xsl:template name="not-selected">
       <td valign="bottom">
  -      <table cellspacing="0" cellpadding="0" border="0" height="18" summary="non selected tab">
  +      <table cellspacing="0" cellpadding="0" border="0" summary="non selected tab">
           <tr>
           
  -          <td class="top-left-tab"></td>
  +          <td class="top-left-tab" height="18"></td>
             
  -          <td bgcolor="#cedfef" valign="middle">
  +          <td bgcolor="#cedfef" valign="middle" height="18">
               <span class="tab">
                 <xsl:call-template name="base-not-selected"/>
               </span>              
             </td>
   
  -          <td class="top-right-tab"></td>
  +          <td class="top-right-tab" height="18"></td>
   
           </tr>
         </table>
       </td>
     </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>