]> granicus.if.org Git - docbook-dsssl/commitdiff
Slides #701941: patches to w3c.xsl
authorNorman Walsh <ndw@nwalsh.com>
Fri, 19 Dec 2003 15:27:15 +0000 (15:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 19 Dec 2003 15:27:15 +0000 (15:27 +0000)
slides/xsl/html/w3c.xsl

index 0d34718313eeddde1f63b1f944298195a81a3e9c..5a5b420250220586698735aa195edc21009f88e6 100644 (file)
@@ -77,9 +77,7 @@
               <xsl:otherwise>
                 <img border="0" width="32" height="32" alt=" Previous" title="">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.prev.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.prev.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>
                 <img border="0" width="32" height="32"
                      alt=" Contents" title="Table of Contents">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.toc.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.toc.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>
               <xsl:otherwise>
                 <img border="0" width="32" height="32" alt=" Next" title="">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.next.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.next.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>
                 </a>
               </xsl:when>
               <xsl:otherwise>
+                <img border="0" width="32" height="32" alt=" Prev" title="">
                 <xsl:attribute name="src">
-                  <xsl:call-template name="prev.image"/>
+                    <xsl:call-template name="no.prev.image"/>
                 </xsl:attribute>
+                </img>
               </xsl:otherwise>
             </xsl:choose>
 
               <xsl:otherwise>
                 <img border="0" width="32" height="32" alt=" Next" title="">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.next.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.next.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>
               <xsl:otherwise>
                 <img border="0" width="32" height="32" alt=" Previous" title="">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.prev.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.prev.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>
                 <img border="0" width="32" height="32"
                      alt=" Contents" title="Table of Contents">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.toc.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.toc.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>
               <xsl:otherwise>
                 <img border="0" width="32" height="32" alt=" Next" title="">
                   <xsl:attribute name="src">
-                    <xsl:call-template name="graphics-file">
-                      <xsl:with-param name="image" select="$no.next.image"/>
-                    </xsl:call-template>
+                    <xsl:call-template name="no.next.image"/>
                   </xsl:attribute>
                 </img>
               </xsl:otherwise>