Adding a Disclaimer to TWiki Print format
This is pretty hackish – but it seems to work Ok.
Putting your Disclaimers on the Bottom
Edit the variable
on the page
. For instance, make the line read like this :
This has been prepared solely for informational purposes. It is not an offer, recommendation or solicitation to buy or sell, nor is it an official confirmation of terms.
Adding your Logo to the Top
Create a topic
which contains the logos required for the printable page (based on
).
Also, so that the Print format includes the Logo at the top, edit the file
to contain :
near the top, and copy the file
to a new copy
which has the definition of TOPBAR changed to have
instead of the existing
.
Also, to remove the background image behind the logo, change :
to :
and (finally) to get the logo to display on ‘media=print’ you’ll need to comment out this section in
:
#patternClearHeaderCenter,
#patternClearHeaderLeft,
#patternClearHeaderRight,
#patternTopBarContentsOuter {
display:none;
}
Forcing Printer Page-Breaks
Here’s the code snippet you can litter on pages that print awkwardly :