Printable mode cleanup. Now done through stylesheets, <link>ed so that the
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 21 Mar 2004 11:28:44 +0000 (11:28 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 21 Mar 2004 11:28:44 +0000 (11:28 +0000)
commit339b742275deb96ae5f635befcab06301edac27e
tree715b50d71cacebe235fa8798ef1effdcaad87243
parent370375407481f90773874508866a624927d6cd82
Printable mode cleanup. Now done through stylesheets, <link>ed so that the
print command on a regular page will actually use the print stylesheet.
Explicitly following the printable link will also show the printable view
on screen.

CAVEATS: IE/Win may oversimplify the link style in what should be colored
or underlined text. Page title is not shown in Nostalgia skin printable
view. Part of the footer is duplicated in the output and will be visible in a styleless
user agent (lynx, really old Netscape, etc). Some render options aren't
totally handled right for printable, such as ? brokenlinks.

Also, section edit links are now available in diff view if the dest rev is
the current revision.

Some misc code clean-up and formatting as well.
includes/Article.php
includes/OutputPage.php
includes/Parser.php
includes/Skin.php
stylesheets/wikibits.js
stylesheets/wikiprintable.css
stylesheets/wikistandard.css