Revision 318
Added by berkley over 24 years ago
index.html | ||
---|---|---|
3 | 3 |
<title>MARINE Database Query Engine: Enter...</title> |
4 | 4 |
</head> |
5 | 5 |
<body bgcolor="white"> |
6 |
<center> |
|
7 |
<img src="nceas.gif"> |
|
8 |
<img src="nsf.gif"> |
|
9 |
<img src="mms.gif"> |
|
10 |
</center> |
|
11 |
<center><h1>Welcome to the MARINE database query engine</h1></center> |
|
12 |
|
|
13 |
<p> |
|
14 |
This page is used to query information for |
|
15 |
<a href="http://www.mms.gov/omm/pacific/enviro/mint.htm">MARINE</a> scientists from |
|
16 |
the NCEAS Ecological Metadata Database. For more information on |
|
17 |
this project, please read the |
|
18 |
<a href="https://www2.nceas.ucsb.edu/admin/db/web.ppage?projid_in=2841"> |
|
19 |
proposal abstract</a>. |
|
20 |
</p> |
|
21 |
|
|
22 |
<p> |
|
23 |
Once you enter the query page, you will be asked to fill out a form in 4 steps. Each |
|
24 |
step contains several fields relating to a part of the dataset. You may also browse |
|
25 |
the entire database by simply clicking the browse link at the top of the query page |
|
26 |
or by clicking the browse button below. |
|
27 |
Clicking on the buttons next to each data line will give you more |
|
28 |
information about the dataset or allow you to download the entire dataset. Please note |
|
29 |
some fields in the query forms will not be pertinent to your dataset. If this is the case, |
|
30 |
simply leave any field blank to omit it from the searching. |
|
31 |
</p> |
|
32 |
|
|
33 |
<center> |
|
34 |
<form action="http://alpha.nceas.ucsb.edu/servlets/marineServlet" |
|
35 |
method="POST"> |
|
36 |
<input type="hidden" name="action" value="init"> |
|
37 |
<input type="hidden" name="query" value=""> |
|
38 |
<input type="hidden" name="doctype" value="ANY"> |
|
39 |
<input type="hidden" name="qformat" value="html"> |
|
40 |
<input type="submit" value="Query the Database"> |
|
41 |
</form> |
|
42 |
<form action="http://alpha.nceas.ucsb.edu/servlets/marineServlet#browse" |
|
43 |
method="POST"> |
|
44 |
<input type="hidden" name="action" value="init"> |
|
45 |
<input type="hidden" name="query" value=""> |
|
46 |
<input type="hidden" name="doctype" value="ANY"> |
|
47 |
<input type="hidden" name="qformat" value="html"> |
|
48 |
<input type="submit" value="Browse the Database"> |
|
49 |
</form> |
|
50 |
</center |
|
6 |
|
|
7 |
<script language="JavaScript"> |
|
8 |
window.location="http://alpha.nceas.ucsb.edu/servlets/marineServlet?action=init&query=&doctype=any&qformat=html"; |
|
9 |
</script> |
|
10 |
|
|
11 |
|
|
12 |
<center><img src="/xmltodb/lib/marine/logo-line.gif"></center> |
|
13 |
<center><h4>Connecting to the MARINE Database...Please Wait</h4></center> |
|
14 |
|
|
15 |
<noscript> |
|
16 |
Please click |
|
17 |
<a href="http://alpha.nceas.ucsb.edu/servlets/marineServlet?action=init&query=&doctype=any&qformat=html"> |
|
18 |
here</a> to enter the MARINE database. To disable this message in the future please |
|
19 |
enable JavaScript on your browser. |
|
20 |
</noscript> |
|
21 |
|
|
51 | 22 |
</body> |
52 | 23 |
</html> |
Also available in: Unified diff
no message