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:

index.html
1 1
<html>
2 2
<head>
3 3
<title>MARINE Database Query Engine: Enter...</title>
4
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
4 5
</head>
5
<body bgcolor="white">
6
<body class="emlbody">
6 7

  
7 8
<script language="JavaScript">
8
window.location="http://dev.nceas.ucsb.edu/berkley/servlet/marineServ?action=query&anyfield=%&doctype=any&qformat=html";
9
window.location="http://dev.nceas.ucsb.edu@servlet-path@?action=query&anyfield=%&doctype=any&qformat=html";
9 10
</script>
10 11

  
11 12
Please click 
12
<a href="http://dev.nceas.ucsb.edu/berkley/servlet/marineServ?action=query&anyfield=%&doctype=any&qformat=html"> 
13
<a href="http://dev.nceas.ucsb.edu@servlet-path@?action=query&anyfield=%&doctype=any&qformat=html"> 
13 14
 here.</a>
14 15

  
15
<center><img src="/berkley/marine/logo-line.gif" alt="NCEAS Logo"></center>
16
<center><img src="@html-path@/marine/logo-line.gif" alt="NCEAS Logo"></center>
16 17
<center><h4>Connecting to the MARINE Database...Please Wait</h4></center>
17 18

  
18 19
<noscript>
19 20
Please click 
20
<a href="http://dev.nceas.ucsb.edu/berkley/servlet/marineServ?action=query&anyfield=%&doctype=any&qformat=html"> 
21
<a href="http://dev.nceas.ucsb.edu@servlet-path@?action=query&anyfield=%&doctype=any&qformat=html"> 
21 22
 here</a> to enter the MARINE database.  To disable this message in the future please
22 23
 enable JavaScript on your browser.
23 24
</noscript>

Also available in: Unified diff