Revision 663
Added by berkley almost 24 years ago
lib/marine.html | ||
---|---|---|
6 | 6 |
<body class="emlbody"> |
7 | 7 |
|
8 | 8 |
<script language="JavaScript"> |
9 |
window.location="http://dev.nceas.ucsb.edu@html-path@/servlet/marine?" +
|
|
9 |
window.location="http://@server@@servlet-path@?" +
|
|
10 | 10 |
"action=query&anyfield=%&doctype=any&qformat=html&" + |
11 | 11 |
"returnfield=resource/dataset/originator/individualName/surName&" + |
12 | 12 |
"returnfield=resource/dataset/originator/individualName/givenName&" + |
... | ... | |
14 | 14 |
"returnfield=resource/dataset/title&" + |
15 | 15 |
"returnfield=resource/dataset/keywordInfo/keyword&" + |
16 | 16 |
"returndoc=-//NCEAS//resource//EN&" + |
17 |
"returndoc=-//NCEAS//eml-dataset//EN&" + |
|
18 |
"site=MARINE"; |
|
17 |
"returndoc=-//NCEAS//eml-dataset//EN&" //+
|
|
18 |
//"site=MARINE";
|
|
19 | 19 |
</script> |
20 | 20 |
|
21 | 21 |
<center><img src="@image-path@/marine/logo-line.gif" alt="NCEAS logo"></center> |
... | ... | |
23 | 23 |
|
24 | 24 |
<noscript> |
25 | 25 |
Please click |
26 |
<a href="http://dev.nceas.ucsb.edu@html-path@/servlet/marine?
|
|
26 |
<a href="http://@server@@servlet-path@?
|
|
27 | 27 |
action=query&anyfield=%&doctype=any&qformat=html& |
28 | 28 |
returnfield=resource/dataset/originator/individualName/surName& |
29 | 29 |
returnfield=resource/dataset/originator/individualName/givenName& |
30 | 30 |
returnfield=resource/dataset/originator/organizationName& |
31 | 31 |
returnfield=resource/dataset/title& |
32 | 32 |
returnfield=resource/dataset/keywordInfo/keyword& |
33 |
returndoc=-//NCEAS//resource//EN&returndoc=-//NCEAS//eml-dataset//EN& |
|
34 |
site=MARINE"> |
|
33 |
returndoc=-//NCEAS//resource//EN&returndoc=-//NCEAS//eml-dataset//EN"> |
|
35 | 34 |
here</a> to enter the MARINE database. To disable this message in the future please |
36 | 35 |
enable JavaScript on your browser. |
37 | 36 |
</noscript> |
38 | 37 |
|
39 | 38 |
Please click |
40 |
<a href="http://dev.nceas.ucsb.edu@html-path@/servlet/marine?
|
|
39 |
<a href="http://@server@@servlet-path@??
|
|
41 | 40 |
action=query&anyfield=%&doctype=any&qformat=html& |
42 | 41 |
returnfield=resource/dataset/originator/individualName/surName& |
43 | 42 |
returnfield=resource/dataset/originator/individualName/givenName& |
44 | 43 |
returnfield=resource/dataset/originator/organizationName& |
45 | 44 |
returnfield=resource/dataset/title& |
46 | 45 |
returnfield=resource/dataset/keywordInfo/keyword& |
47 |
returndoc=-//NCEAS//resource//EN&returndoc=-//NCEAS//eml-dataset//EN& |
|
48 |
site=MARINE"> |
|
46 |
returndoc=-//NCEAS//resource//EN&returndoc=-//NCEAS//eml-dataset//EN"> |
|
49 | 47 |
here.</a> if you are not automatically redirected. |
50 | 48 |
|
51 | 49 |
</body> |
Also available in: Unified diff
put in build strings instead of hard coded paths to servers