Revision 304
Added by berkley over 24 years ago
index.html | ||
---|---|---|
1 |
<!-- MARINE UI Test main page |
|
2 |
Author: Chad Berkley |
|
3 |
Date: 6/26/00 |
|
4 |
Comments: Test User Interface for MARINE Scientists |
|
5 |
--> |
|
6 |
|
|
7 | 1 |
<html> |
8 |
<head> |
|
9 |
<title>MetaCat MARINE Interface</title> |
|
10 |
</head> |
|
11 |
<frameset cols="*" frameborder=1 border=1> |
|
12 |
|
|
13 |
<frameset rows="400,*" frameborder=1 border=1> |
|
14 |
|
|
15 |
<frame src="marinetest.html" border=1 border="top"> |
|
16 |
|
|
17 |
<frame src="http://alpha.nceas.ucsb.edu/servlets/marineServlet?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" border=1 name="bottom"> |
|
18 |
|
|
19 |
</frameset> |
|
20 |
</frameset> |
|
21 |
</html> |
|
2 |
<head> |
|
3 |
<title>MARINE Database Query Engine: Enter...</title> |
|
4 |
</head> |
|
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 |
|
51 |
</body> |
|
52 |
</html> |
Also available in: Unified diff
no message