GNU Info

Info Node: (texi2html.info)CustHTMLAfterBody

(texi2html.info)CustHTMLAfterBody


Prev: CustHTMLPreBodyText Up: CustHTMLBody
Enter node , (file) or (file)node

After Body Text
---------------

     # text inserted after <BODY ...>
     $T2H_AFTER_BODY_OPEN = '';
     
     #text inserted before </BODY>
     $T2H_PRE_BODY_CLOSE = '';
     
     # this is used in footer
     $T2H_ADDRESS = "by <I>$T2H_USER</I> " if $T2H_USER;
     $T2H_ADDRESS .= "on <I>$T2H_TODAY</I>";
     
     # this is added inside <HEAD></HEAD> after <TITLE> and some META NAME stuff
     # can be used for <style> <script>, <meta> tags
     $T2H_EXTRA_HEAD = '';

   The default output into the HTML file.  Note: OptionDocType.

   The following code is produced by `T2H_DEFAULT_print_page_head'.

   Detailed information can be found at Note: CustPagePageHead.

     <HTML>
     $T2H_DOCTYPE
     <!-- Created on $T2H_TODAY by $THISPROG -->
     <!--
     $T2H_AUTHORS
     -->
     <HEAD>
     <TITLE>$longtitle</TITLE>
     
     <META NAME="description" CONTENT="$longtitle">
     <META NAME="keywords" CONTENT="$longtitle">
     <META NAME="resource-type" CONTENT="document">
     <META NAME="distribution" CONTENT="global">
     <META NAME="Generator" CONTENT="$THISPROG">
     $T2H_EXTRA_HEAD
     </HEAD>
     
     <BODY $T2H_BODYTEXT>
     $T2H_AFTER_BODY_OPEN


automatically generated by info2www version 1.2.2.9