Project

General

Profile

1
<!--
2
  *  '$RCSfile$'
3
  *      Authors: Chad Berkley
4
  *    Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *  For Details: http://www.nceas.ucsb.edu/
7
  *
8
  *   '$Author: berkley $'
9
  *     '$Date: 2002-04-10 08:58:56 -0700 (Wed, 10 Apr 2002) $'
10
  * '$Revision: 997 $'
11
  * 
12
  * This program is free software; you can redistribute it and/or modify
13
  * it under the terms of the GNU General Public License as published by
14
  * the Free Software Foundation; either version 2 of the License, or
15
  * (at your option) any later version.
16
  *
17
  * This program is distributed in the hope that it will be useful,
18
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
  * GNU General Public License for more details.
21
  *
22
  * You should have received a copy of the GNU General Public License
23
  * along with this program; if not, write to the Free Software
24
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
-->
26
<html>
27
<head>
28
<title>MARINE Database Query Engine: Enter...</title>
29
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
30
</head>
31
<body class="emlbody">
32

    
33
<script language="JavaScript">
34
window.location="http://@server@@servlet-path@?action=query&anyfield=%&doctype=any&qformat=html";
35
</script>
36

    
37
Please click 
38
<a href="http://@server@@servlet-path@?action=query&anyfield=%&doctype=any&qformat=html"> 
39
 here.</a>
40

    
41
<center><img src="@html-path@/marine/logo-line.gif" alt="NCEAS Logo"></center>
42
<center><h4>Connecting to the MARINE Database...Please Wait</h4></center>
43

    
44
<noscript>
45
Please click 
46
<a href="http://@server@@servlet-path@?action=query&anyfield=%&doctype=any&qformat=html"> 
47
 here</a> to enter the MARINE database.  To disable this message in the future please
48
 enable JavaScript on your browser.
49
</noscript>
50

    
51
</body>
52
</html>
(6-6/27)