K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2008-06-08T19:27:32.369081Z
K 7
svn:log
V 794
innreport now generates XHTML 1.1 using a CSS.
- checked standard conformance with http://validator.w3.org/ and http://jigsaw.w3.org/css-validator/
- checked visual appearance with Firefox 2.0.0.14

Added four optional parameters to innreport.conf:
- html_xhtml11_icon (default: http://www.w3.org/Icons/valid-xhtml11
- html_vcss_icon (default: http://jigsaw.w3.org/css-validator/images/vcss)
- html_encoding (default: ISO-8859-1)
- html_css_url

If html_css_url is not specified then a style sheet is embedded into HTML.
This default CSS keeps the old arrangement of elements but gives tables
a cleaner appearance because of "border-collapse:collapse".  Header cells,
line numbers and odd/even lines are formatted with different background.

Thanks a lot to Alexander Bartolich for this patch.

END
