Changeset 7088317 in git for doc/t2h_singular.init


Ignore:
Timestamp:
Sep 20, 1999, 8:21:23 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ab733d3c1576733cbf02b6c1bab445f1f51fde93
Parents:
c06a32460a4bb62e5728330353d1cea3b60af90d
Message:
* as we go along


git-svn-id: file:///usr/local/Singular/svn/trunk@3624 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/t2h_singular.init

    rc06a32 r7088317  
    4141$T2H_PRE_BODY_CLOSE = <<EOT;
    4242EOT
     43
     44# footer of top_page
     45
     46sub t2h_print_Top_footer
     47{
     48  my $fh = shift;
     49  print  $fh "<BLOCKQUOTE>\n" .
     50    t2h_anchor('', $T2H_HREF{Contents}, "Table of Contents") .
     51      "\n<BR>\n" .
     52        t2h_anchor('', $T2H_HREF{About}, "About this document") .
     53          "</BLOCKQUOTE>";
     54
     55  t2h_print_foot_navigation($fh);
     56  t2h_print_page_foot($fh) if $T2H_SPLIT;
     57}
    4358
    4459# footer of page
Note: See TracChangeset for help on using the changeset viewer.