# -*- perl -*- $DO_CONTENTS = 0; $DO_SCONTENTS = 0; $PREFIX = geiser; $NODE_FILES = 0; $SEPARATED_FOOTNOTES = 0; @MISC_BUTTONS = (); @CHAPTER_BUTTONS = ('FastBack', 'FastForward', 'Top'); $USER = 'jao'; $DATE = ''; $CSS_LINES = ''; $print_page_foot = \&page_foot; $print_chapter_footer = \&chap_footer; $print_chapter_header = \&chap_header; sub page_foot($) { my $h = shift; print $h ""; } sub button_link { my $label = shift; my $txt = shift; my $trail = shift; '' . $txt . '' . $trail; } $jao_navigation_links = ''; sub chap_header { my $fh = shift; $jao_navigation_links = nav_links(); print $fh "
"; } sub chap_footer { my $fh = shift; print $fh $jao_navigation_links; } sub nav_links { ''); } 1;