Project

General

Profile

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

    
8
<script language="JavaScript">
9
 window.location="http://@server@@servlet-path@?" +
10
  "action=query&anyfield=%&doctype=any&qformat=html&" +
11
  "returnfield=resource/dataset/originator/individualName/surName&" +
12
  "returnfield=resource/dataset/originator/individualName/givenName&" + 
13
  "returnfield=resource/dataset/originator/organizationName&" +
14
  "returnfield=resource/dataset/title&" +
15
  "returnfield=resource/dataset/keywordInfo/keyword&" +
16
  "returndoc=-//NCEAS//resource//EN&" +
17
  "returndoc=-//NCEAS//eml-dataset//EN&" //+
18
  //"site=MARINE";
19
</script>
20

    
21
<center><img src="@image-path@/marine/logo-line.gif" alt="NCEAS logo"></center>
22
<center><h4>Connecting to the MARINE Database...Please Wait</h4></center>
23
 
24
<noscript>
25
Please click 
26
<a href="http://@server@@servlet-path@?
27
action=query&anyfield=%&doctype=any&qformat=html&
28
returnfield=resource/dataset/originator/individualName/surName&
29
returnfield=resource/dataset/originator/individualName/givenName&
30
returnfield=resource/dataset/originator/organizationName&
31
returnfield=resource/dataset/title&
32
returnfield=resource/dataset/keywordInfo/keyword&
33
returndoc=-//NCEAS//resource//EN&returndoc=-//NCEAS//eml-dataset//EN">   
34
 here</a> to enter the MARINE database.  To disable this message in the future please
35
 enable JavaScript on your browser.
36
</noscript>
37

    
38
Please click 
39
<a href="http://@server@@servlet-path@??
40
action=query&anyfield=%&doctype=any&qformat=html&
41
returnfield=resource/dataset/originator/individualName/surName&
42
returnfield=resource/dataset/originator/individualName/givenName&
43
returnfield=resource/dataset/originator/organizationName&
44
returnfield=resource/dataset/title&
45
returnfield=resource/dataset/keywordInfo/keyword&
46
returndoc=-//NCEAS//resource//EN&returndoc=-//NCEAS//eml-dataset//EN">   
47
 here.</a> if you are not automatically redirected.
48

    
49
</body>
50
</html>
(6-6/17)