lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/xslt/html site2xhtml.xsl,1.5,1.6 tab2menu.xsl,1.3,1.4

Andreas Hartmann <[email protected]>
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/xslt/html
In directory erbium:/tmp/cvs-serv21721/src/webapp/lenya/pubs/docs-new/skins/lenya-site/xslt/html

Modified Files:
	site2xhtml.xsl tab2menu.xsl 
Log Message:
fixed validation bugs

Index: site2xhtml.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/xslt/html/site2xhtml.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** site2xhtml.xsl	8 May 2003 12:03:48 -0000	1.5
--- site2xhtml.xsl	9 May 2003 23:26:37 -0000	1.6
***************
*** 82,86 ****
          </table>
          <xsl:comment>================= end Banner ==================</xsl:comment>
!         <div class="tab-bar"><img src="{$spacer}" height="5" /></div>
  
          <xsl:comment>================= start Menu, NavBar, Content ==================</xsl:comment>
--- 82,86 ----
          </table>
          <xsl:comment>================= end Banner ==================</xsl:comment>
!         <div class="tab-bar"><img src="{$spacer}" height="5" alt=""/></div>
  
          <xsl:comment>================= start Menu, NavBar, Content ==================</xsl:comment>
***************
*** 116,120 ****
                    <td/>
                    <td height="5">
!                     <img src="{$spacer}" height="1" width="150" />
                    </td>
                    <td/>
--- 116,120 ----
                    <td/>
                    <td height="5">
!                     <img src="{$spacer}" height="1" width="150" alt=""/>
                    </td>
                    <td/>

Index: tab2menu.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/xslt/html/tab2menu.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tab2menu.xsl	9 May 2003 15:19:52 -0000	1.3
--- tab2menu.xsl	9 May 2003 23:26:37 -0000	1.4
***************
*** 52,65 ****
  
    <xsl:template name="selected">
!     <td width="5" valign="top" background="{$root}skin/images/tab-left-selected.png">
!       <img src="{$root}skin/images/tab-corner-left-selected.png"/>
      </td>
      <td class="tab" valign="bottom">
        <div class="tab-selected">
!         <nobr><xsl:call-template name="base-selected"/></nobr>
        </div>
      </td>
!     <td width="5" valign="top" background="{$root}skin/images/tab-right-selected.png">
!       <img src="{$root}skin/images/tab-corner-right-selected.png"/>
      </td>
    </xsl:template>
--- 52,65 ----
  
    <xsl:template name="selected">
!     <td width="5" valign="top" style="background-image: url({$root}skin/images/tab-left-selected.png)">
!       <img src="{$root}skin/images/tab-corner-left-selected.png" alt=""/>
      </td>
      <td class="tab" valign="bottom">
        <div class="tab-selected">
!         <xsl:call-template name="base-selected"/>
        </div>
      </td>
!     <td width="5" valign="top" style="background-image: url({$root}skin/images/tab-right-selected.png)">
!       <img src="{$root}skin/images/tab-corner-right-selected.png" alt=""/>
      </td>
    </xsl:template>
***************
*** 70,96 ****
          <table border="0" cellpadding="0" cellspacing="0">
            <tr>
!             <td height="5" width="5" valign="top" background="{$root}skin/images/tab-left.png">
!               <img src="{$root}skin/images/tab-corner-left.png"/>
              </td>
              <td class="tab" valign="bottom" rowspan="2">
                <div class="tab-not-selected-shadow">
                  <div class="tab-not-selected">
!                 <nobr><xsl:call-template name="base-not-selected"/></nobr>
                  </div>
                </div>              
              </td>
!             <td height="5" width="5" valign="top" background="{$root}skin/images/tab-right.png">
!               <img src="{$root}skin/images/tab-corner-right.png"/>
              </td>
            </tr>
            <tr>
!             <td valign="bottom" background="{$root}skin/images/tab-left.png">
                <div class="tab-not-selected-shadow-left">
!                 <img src="{$root}skin/images/spacer.gif" width="4" />
                </div>
              </td>
!             <td valign="bottom" background="{$root}skin/images/tab-right.png">
                <div class="tab-not-selected-shadow-right">
!                 <img src="{$root}skin/images/spacer.gif" width="4" />
                </div>
              </td>
--- 70,96 ----
          <table border="0" cellpadding="0" cellspacing="0">
            <tr>
!             <td height="5" width="5" valign="top" style="background-image: url({$root}skin/images/tab-left.png)">
!               <img src="{$root}skin/images/tab-corner-left.png" alt=""/>
              </td>
              <td class="tab" valign="bottom" rowspan="2">
                <div class="tab-not-selected-shadow">
                  <div class="tab-not-selected">
!                 <xsl:call-template name="base-not-selected"/>
                  </div>
                </div>              
              </td>
!             <td height="5" width="5" valign="top" style="background-image: url({$root}skin/images/tab-right.png)">
!               <img src="{$root}skin/images/tab-corner-right.png" alt=""/>
              </td>
            </tr>
            <tr>
!             <td valign="bottom" style="background-image: url({$root}skin/images/tab-left.png)">
                <div class="tab-not-selected-shadow-left">
!                 <img src="{$root}skin/images/spacer.gif" width="4" alt=""/>
                </div>
              </td>
!             <td valign="bottom" style="background-image: url({$root}skin/images/tab-right.png)">
                <div class="tab-not-selected-shadow-right">
!                 <img src="{$root}skin/images/spacer.gif" width="4" alt=""/>
                </div>
              </td>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.