1
|
<html>
|
2
|
<head>
|
3
|
<title>MARINE Database Query Engine: Enter...</title>
|
4
|
</head>
|
5
|
<body bgcolor="white">
|
6
|
|
7
|
<script language="JavaScript">
|
8
|
window.location="http://dev.nceas.ucsb.edu@html-path@/servlet/marine?" +
|
9
|
"action=query&anyfield=%&doctype=any&qformat=html&returnfield=surname&" +
|
10
|
"returnfield=givenname&returnfield=organizationname";
|
11
|
</script>
|
12
|
|
13
|
<center><img src="/@html-path@/marine/logo-line.gif" alt="NCEAS logo"></center>
|
14
|
<center><h4>Connecting to the MARINE Database...Please Wait</h4></center>
|
15
|
|
16
|
<noscript>
|
17
|
Please click
|
18
|
<a href="http://dev.nceas.ucsb.edu@html-path@/servlet/marine?
|
19
|
action=query&anyfield=%&doctype=any&qformat=html&returnfield=surname&
|
20
|
returnfield=givenname&returnfield=organizationname">
|
21
|
here</a> to enter the MARINE database. To disable this message in the future please
|
22
|
enable JavaScript on your browser.
|
23
|
</noscript>
|
24
|
|
25
|
Please click
|
26
|
<a href="http://dev.nceas.ucsb.edu@html-path@/servlet/marine?
|
27
|
action=query&anyfield=%&doctype=any&qformat=html&returnfield=surname&
|
28
|
returnfield=givenname&returnfield=organizationname">
|
29
|
here.</a> if you are not automatically redirected.
|
30
|
|
31
|
</body>
|
32
|
</html>
|