]> granicus.if.org Git - docbook-dsssl/commitdiff
Handle footnotes.
authorNorman Walsh <ndw@nwalsh.com>
Wed, 11 Sep 2002 23:19:46 +0000 (23:19 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 11 Sep 2002 23:19:46 +0000 (23:19 +0000)
slides/xsl/frames.xsl
slides/xsl/slides-common.xsl

index 01043293c303f562e75a9a34550997286ec474b0..efe01fb56ad93189d40e2e40bc05ff9f665ec21e 100644 (file)
@@ -470,7 +470,6 @@ function init() {
             <xsl:attribute name="style">
               <xsl:text>position:absolute;visibility:visible;</xsl:text>
             </xsl:attribute>
-            <hr/>
           </xsl:when>
           <xsl:otherwise>
             <xsl:attribute name="style">
@@ -485,8 +484,11 @@ function init() {
           <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>&#160;</xsl:text>
               </span>
             </td>
             <td align="right" width="20%" valign="top">
@@ -993,6 +995,8 @@ function init() {
         </div>
       </xsl:if>
     </div>
+
+    <xsl:call-template name="process.footnotes"/>
   </body>
 </xsl:template>
 
@@ -1349,6 +1353,8 @@ function init() {
         </div>
       </xsl:if>
     </div>
+
+    <xsl:call-template name="process.footnotes"/>
   </body>
 </xsl:template>
 
index cbd8bb2d73d2e8c6fc38aa5e93140bd3c40aba20..2194f2632eb5c06877e547005d4d4f6293df2d11 100644 (file)
               </xsl:call-template>
             </div>
           </div>
+
+          <xsl:call-template name="process.footnotes"/>
         </body>
       </html>
     </xsl:with-param>
             </xsl:call-template>
           </div>
         </div>
+
+        <xsl:call-template name="process.footnotes"/>
       </body>
     </xsl:with-param>
   </xsl:call-template>