<xsl:attribute name="style">
<xsl:text>position:absolute;visibility:visible;</xsl:text>
</xsl:attribute>
- <hr/>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="style">
<tr>
<td align="left" width="80%" valign="top">
<span class="navfooter">
+ <!-- suppress copyright here; it's probably already on the titlepage
<xsl:apply-templates select="/slides/slidesinfo/copyright"
mode="slide.footer.mode"/>
+ -->
+ <xsl:text> </xsl:text>
</span>
</td>
<td align="right" width="20%" valign="top">
</div>
</xsl:if>
</div>
+
+ <xsl:call-template name="process.footnotes"/>
</body>
</xsl:template>
</div>
</xsl:if>
</div>
+
+ <xsl:call-template name="process.footnotes"/>
</body>
</xsl:template>