Project

General

Profile

1
<!--
2
  * queform.html
3
  *
4
  *      Authors: Jivka Bojilova
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2000 April 5
9
  *      Version: 0.01
10
  *    File Info: '$Id: queform.html 377 2000-08-18 00:29:45Z jones $'
11
  * 
12
  * This is an HTML document for displaying examples of the use of 
13
  * Oracle XML tools for query only
14
-->
15
<html>
16
<head>
17
<title>MetaCat</title>
18
</head>
19
<body bgcolor="white">
20
<table width="100%">
21
<tr><td colspan="2">
22
<b>MetaCat Query</b> -- a simple database query against MetaCat
23
</td></tr>
24
<tr><td width="40%" valign="top">
25
<form action="@servlet-path@" target="right" method="POST">
26
  <input type="hidden" name="action" value="query">
27
  <input type="text" name="anyfield" value="%" size="15">
28
  <input type="submit" value="Run query"><br />
29
  Format: 
30
  <input type="radio" name="qformat" value="xml">XML
31
  <input type="radio" name="qformat" value="html" checked>HTML
32
  <br />
33
  Return: &nbsp;
34
  <select name=doctype>
35
  <option value="-//NCEAS//eml-dataset//EN">eml-dataset
36
  <option value="any">Any
37
  </select>
38
</form>
39
<a href="login.html" target="_top">Login</a>
40
</td>
41
<td valign="top">
42
<font size="-1">
43
For the test database, some valid values for the search that produce document
44
results include "Value1" and "lakename" and maybe "122W"
45
<p>
46
To view results that are XML formatted in this demo, it is easiest to use 
47
Internet Explorer 5. Although Netscape browsers will allow you to 
48
download XML documents, only IE5 will display XML at this time.
49
</font>
50
</td>
51
</tr>
52
</table>
53
</body>
54
</html>
(11-11/15)