Revision 497
Added by Matt Jones about 24 years ago
queform.html | ||
---|---|---|
15 | 15 |
<html> |
16 | 16 |
<head> |
17 | 17 |
<title>MetaCat</title> |
18 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css"> |
|
18 | 19 |
</head> |
19 |
<body bgcolor="white">
|
|
20 |
<body class="emlbody">
|
|
20 | 21 |
<table width="100%"> |
21 | 22 |
<tr><td colspan="2"> |
22 | 23 |
<b>MetaCat Query</b> -- a simple database query against MetaCat |
Also available in: Unified diff
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.