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

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

jefft       2003/01/27 00:05:51

  Modified:    src/resources/skins/common/xslt/html document2html.xsl
               src/resources/skins/forrest-site/xslt/html site2xhtml.xsl
                        tab2menu.xsl
  Log:
  more HTML 4 compliant
  
  Revision  Changes    Path
  1.9       +2 -2      xml-forrest/src/resources/skins/common/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/common/xslt/html/document2html.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- document2html.xsl	27 Jan 2003 06:42:49 -0000	1.8
  +++ document2html.xsl	27 Jan 2003 08:05:50 -0000	1.9
  @@ -43,7 +43,7 @@
     <xsl:template match="document">
       <div class="content">
         <xsl:if test="normalize-space(header/title)!=''">
  -        <table class="title">
  +        <table summary="" class="title">
             <tr> 
               <td valign="middle"> 
                 <h1>
  
  
  
  1.17      +3 -3      xml-forrest/src/resources/skins/forrest-site/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- site2xhtml.xsl	17 Jan 2003 01:19:38 -0000	1.16
  +++ site2xhtml.xsl	27 Jan 2003 08:05:50 -0000	1.17
  @@ -33,7 +33,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">
       <xsl:comment>================= start Navigation Path ==================</xsl:comment>
       <table cellspacing="0" cellpadding="0" border="0" width="100%" summary="navigation path">
         <tr>
  @@ -227,7 +227,7 @@
       <xsl:comment>================= end Menu, NavBar, Content ==================</xsl:comment>
   
       <xsl:comment>================= start Footer ==================</xsl:comment>
  -    <table border="0" height="20" width="100%" cellpadding="0" cellspacing="0" summary="footer">
  +    <table border="0" width="100%" cellpadding="0" cellspacing="0" summary="footer">
         <tr>
           <td bgcolor="{$menu-border}" height="1" colspan="2">
             <img src="{$spacer}" alt="" width="1" height="1" />
  
  
  
  1.9       +2 -2      xml-forrest/src/resources/skins/forrest-site/xslt/html/tab2menu.xsl
  
  Index: tab2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/html/tab2menu.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tab2menu.xsl	16 Nov 2002 23:21:22 -0000	1.8
  +++ tab2menu.xsl	27 Jan 2003 08:05:50 -0000	1.9
  @@ -33,7 +33,7 @@
   
     <xsl:template name="selected">
       <td valign="bottom">
  -      <table cellspacing="0" cellpadding="0" border="0" height="30" summary="selected tab">
  +      <table cellspacing="0" cellpadding="0" border="0"  style="height: 1.5em" summary="selected tab">
           <tr>
             <td bgcolor="#4C6C8F" width="5" valign="top">
               <img src="{$skin-img-dir}/tabSel-left.gif" alt="" width="5" height="5" />
  @@ -55,7 +55,7 @@
   
     <xsl:template name="not-selected">
       <td valign="bottom">
  -      <table cellspacing="0" cellpadding="0" border="0" height="25" summary="non selected tab">
  +      <table cellspacing="0" cellpadding="0" border="0" style="height: 1.5em" summary="non selected tab">
           <tr>
             <td bgcolor="#B2C4E0" width="5" valign="top">
               <img src="{$skin-img-dir}/tab-left.gif" alt="" width="5" height="5" />