Project

General

Profile

« Previous | Next » 

Revision 497

Various changes to improve consistency of the MARINE and METACAT user
interfaces as presented through the XSL->HTML conversions. Eliminated
one (extraneous) copy of the rowcol.css style sheet in favor of sharing
a single css stylesheet in xmltodb/lib/style/rowcol.css. Modified all
XSL and HTML files to refer to this one CSS file, and changes the usage
of the various CSS styles so that they are consistent. Added a new
CSS style called "sectionhead" for controlling the color of section
headings and table headings. Updated build.xml to copy images without
filtering by ant, which prevents image corruption by ant. Various bug
fixes to the presentation files.

View differences:

build.xml
110 110
                 dest="${installdir}/WEB-INF/web.xml" />
111 111
       <copydir src="lib"
112 112
                dest="${build.img}"
113
                filtering="yes"
114 113
                includes="*.jpg,*.png,*.gif,**/marine/*.jpg, **/marine/*.png, **/marine/*.gif"/>
115 114
       <copydir src="lib" dest="${installdir}"
116 115
                filtering="yes"

Also available in: Unified diff