From: Carsten K. <car...@us...> - 2001-12-26 10:45:53
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv31250/phpwiki/templates Modified Files: message.html Log Message: New alternate stylesheet, suitable for producing printer-ready output; toolbar, (diff) in Recent Changes and linkicons are hidden and color suppressed for printing. Mozilla, Netscape and Amaya browsers will be able to switch to this stylesheet by choosing the stylesheet named "printer" (in the View menu of Netscape and Mozilla). The page's modification date is invisible, it still needs to be moved out of the toolbar-table in the html templates. Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** message.html 2001/12/21 03:15:40 1.17 --- message.html 2001/12/26 10:45:50 1.18 *************** *** 12,15 **** --- 12,17 ---- <meta name="robots" content="noindex,nofollow" /> <link rel="stylesheet" title="phpwiki" href="${CSS_URL}" type="text/css" /> + <link rel="alternate stylesheet" title="printer" href="${BASE_URL}phpwiki-printer.css" type="text/css" /> + <title>${WIKI_NAME}: ${TITLE}</title> </head> |