Project

General

Profile

« Previous | Next » 

Revision 497

Added by Matt Jones over 23 years ago

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:

validate.html
1 1
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 2
<html>
3 3
<head>
4
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
   <meta name="GENERATOR" content="Mozilla/4.7 [en] (Win98; U) [Netscape]">
6 4
   <title>Insert XML to be validated here:</title>
5
   <link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
7 6
</head>
8
<body bgcolor="#FFFFFF">
7
<body class="emlbody">
9 8
Insert XML to be validated here:
10 9
<br><form action="@servlet-path@" method="POST">
11 10
<input type="hidden" name="action" value="validate">

Also available in: Unified diff