<!-- ============================================================ -->
-<xsl:template match="*" mode="header">
+<xsl:template match="slidesinfo" mode="header">
+ <div class="navhead">
+ <!-- nop -->
+ </div>
+</xsl:template>
+
+<xsl:template match="foil|foilgroup" mode="header">
<div class="navhead">
<table border="0" width="100%" summary="Header table"
cellpadding="0" cellspacing="0">
<tr>
<td align="left">
- <xsl:apply-templates select="/slides/slidesinfo/copyright"
+ <xsl:apply-templates select="/slides/slidesinfo/title"
mode="slide.footer.mode"/>
</td>
<td align="right">
</div>
</xsl:template>
-<xsl:template match="*" mode="footer">
+<xsl:template match="slidesinfo" mode="footer">
+ <div class="navfoot">
+ <!-- nop -->
+ </div>
+</xsl:template>
+
+<xsl:template match="foil|foilgroup" mode="footer">
<div class="navfoot">
<table border="0" width="100%" summary="Header table"
cellpadding="0" cellspacing="0">