<xsl:import href="slides-common.xsl"/>
-<xsl:param name="titlefoil.html" select="'titlepg.html'"/>
+<xsl:param name="titlefoil.html" select="concat('titlepg', $html.ext)"/>
<xsl:param name="css.stylesheet" select="'slides-frames.css'"/>
<xsl:call-template name="write.chunk">
<xsl:with-param name="indent" select="$output.indent"/>
- <xsl:with-param name="filename" select="concat($base.dir,'frames.html')"/>
+ <xsl:with-param name="filename" select="concat($base.dir,'frames', $html.ext)"/>
<xsl:with-param name="content">
<html>
<head>
<title><xsl:value-of select="$title"/></title>
</head>
<frameset border="1" cols="{$toc.width},*" name="topframe" framespacing="0">
- <frame src="toc.html" name="toc" frameborder="1"/>
+ <frame src="{concat('toc', $html.ext)}" name="toc" frameborder="1"/>
<frame src="{$titlefoil.html}" name="foil"/>
<noframes>
<body class="frameset">
<xsl:call-template name="body.attributes"/>
- <a href="titleframe.html">
+ <a href="{concat('titleframe', $html.ext)}">
<xsl:text>Your browser doesn't support frames.</xsl:text>
</a>
</body>
<xsl:call-template name="write.chunk">
<xsl:with-param name="indent" select="$output.indent"/>
- <xsl:with-param name="filename" select="concat($base.dir,'toc.html')"/>
+ <xsl:with-param name="filename" select="concat($base.dir,'toc',$html.ext)"/>
<xsl:with-param name="content">
<html>
<head>
</span>
</td>
<td align="right" width="20%" valign="top">
- <a href="foil01.html">
+ <a href="{concat('foil01', $html.ext)}">
<img alt="{$text.next}" border="0">
<xsl:attribute name="src">
<xsl:call-template name="next.image"/>
<xsl:variable name="thisfoilgroup">
<xsl:text>foilgrp</xsl:text>
<xsl:number count="foilgroup" level="any" format="01"/>
- <xsl:text>.html</xsl:text>
+ <xsl:value-of select="$html.ext"/>
</xsl:variable>
<frameset rows="{$multiframe.navigation.height},*,{$multiframe.navigation.height}"
<xsl:variable name="foilgroup">
<xsl:text>foilgrp</xsl:text>
<xsl:number count="foilgroup" level="any" format="01"/>
- <xsl:text>.html</xsl:text>
+ <xsl:value-of select="$html.ext"/>
</xsl:variable>
<xsl:variable name="home" select="/slides"/>
<xsl:variable name="thisfoilgroup">
<xsl:text>foilgrp</xsl:text>
<xsl:number count="foilgroup" level="any" format="01"/>
- <xsl:text>.html</xsl:text>
+ <xsl:value-of select="$html.ext"/>
</xsl:variable>
<xsl:call-template name="write.chunk">
<xsl:variable name="thisfoilgroup">
<xsl:text>foilgrp</xsl:text>
<xsl:number count="foilgroup" level="any" format="01"/>
- <xsl:text>.html</xsl:text>
+ <xsl:value-of select="$html.ext"/>
</xsl:variable>
<xsl:variable name="home" select="/slides"/>
<xsl:variable name="thisfoilgroup">
<xsl:text>foilgrp</xsl:text>
<xsl:number count="foilgroup" level="any" format="01"/>
- <xsl:text>.html</xsl:text>
+ <xsl:value-of select="$html.ext"/>
</xsl:variable>
<DIV class="toc-foilgroup" id="{$id}">