]> granicus.if.org Git - docbook-dsssl/commitdiff
Cleanup running headers and footers
authorNorman Walsh <ndw@nwalsh.com>
Fri, 11 Jul 2003 12:47:11 +0000 (12:47 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 11 Jul 2003 12:47:11 +0000 (12:47 +0000)
slides/xsl/html/vslides.xsl

index 95e136a4eb26698edcb4664a60fd44b38c6590b2..3c26271c3d18272ff0b5a08c012898cec2f2236c 100644 (file)
 
 <!-- ============================================================ -->
 
-<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">