<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>