PPWIZARD Manual
[Bottom][Contents][Search][Prev]: OL_DOC_HTML_ALLOW_ROBOTS[Next]: OL_DOC_HTML_BODY

OL_DOC_HTML_AFTER_BOTTOM_BUTTONS

This is an option which modifies the tags of OL_DOC.DH operate (look and feel).

By default the generated html does not have a footer, you may wish to have one. The macro you define (if you want a footer) can define the parameter "CONTENTS" which has a value of 'Y' if the footer is for the contents page.

EXAMPLE

    ;--- Define Footer for PPWIZARD manual --------------------------------------
    #evaluate DateTime               @date('WeekDay') || ' ' || date('Month') || ' ' || substr(date('Sorted'), 7, 2) || ' ' || left(date('Sorted'), 4) || ' at ' || time('Civil')@
    #define   MadeWithPpwALT         My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
    #define OL_DOC_HTML_NOCONTENTS_HEADER             \
            PPWIZARD Manual<BR>
    #define OL_DOC_HTML_AFTER_BOTTOM_BUTTONS          \
            #if ['{$CONTENTS}' = 'N']                -\
                <BR>                                 -\
            #elseif                                  -\
                <HR>    ;;Need line under contents   -\
            #endif                                   -\
            <CENTER>                                 -\
            PPWIZARD Manual                          -\
            <BR>                                     -\
            <A HREF="../ppwizard.htm">               -\
            <IMG SRC="madewppw.jpg" VSPACE=5 ALIGN=middle WIDTH=120 HEIGHT=35 BORDER=0 ALT="<$MadeWithPpwALT>"> -\
            </A>                                     -\
            <BR>                                     -\
            <$DateTime>                              -\
            </CENTER>
    ;--- Include Header ---
    #include  "OL_DOC.DH"
    

You might notice that I used the ExampleFile tag to include the real live working copy of the footer from my documentation source. This means that the footer on the bottom of this page exactly matches the code shown above (the sample is not a copy, its the master).


[Top][Contents][Search][Prev]: OL_DOC_HTML_ALLOW_ROBOTS[Next]: OL_DOC_HTML_BODY

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am