nlopess         Fri Jan 21 13:07:02 2005 EDT

  Modified files:              
    /phpdoc/dsssl       howto-php.dsl.in 
  Log:
  add bottom nav bar
  
http://cvs.php.net/diff.php/phpdoc/dsssl/howto-php.dsl.in?r1=1.4&r2=1.5&ty=u
Index: phpdoc/dsssl/howto-php.dsl.in
diff -u phpdoc/dsssl/howto-php.dsl.in:1.4 phpdoc/dsssl/howto-php.dsl.in:1.5
--- phpdoc/dsssl/howto-php.dsl.in:1.4   Fri Jan 21 11:54:16 2005
+++ phpdoc/dsssl/howto-php.dsl.in       Fri Jan 21 13:06:59 2005
@@ -9,7 +9,7 @@
 
 <!--
 
-  $Id: howto-php.dsl.in,v 1.4 2005/01/21 16:54:16 sean Exp $
+  $Id: howto-php.dsl.in,v 1.5 2005/01/21 18:06:59 nlopess Exp $
 
   HTML-specific stylesheet customization for the PHPDOC howto.
 
@@ -104,13 +104,18 @@
 ;; generated for phpweb display. Parameters are the
 ;; title sequence and the body sequence.
 (define (html-document title-sosofo body-sosofo)
-       (let
+       (let*
                (
+                       (prev         (prev-chunk-element))
+                       (next         (next-chunk-element))
+                       (prevm        (prev-major-component-chunk-element))
+                       (nextm        (next-major-component-chunk-element))
                        (doc-sosofo 
                                (if (or (chunk?) (node-list=? (current-node) 
(sgml-root-element)))
                                        (make sequence
                                                (docweb-header (current-node))
                                                body-sosofo
+                                               (footer-navigation 
(current-node) (list prev next prevm nextm))
                                                (docweb-footer (current-node))
                                        )
                                        body-sosofo

Reply via email to