Project

General

Profile

1
<!--
2
  * contents.html
3
  *
4
  *      Authors: Matt Jones
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: contents.html 49 2000-04-17 19:12:06Z jones $'
11
  * 
12
  * This is an HTML document for displaying examples of the use of 
13
  * Oracle XML tools
14
-->
15
<html>
16
<head>
17
<title>MetaCat</title>
18
</head>
19
<body bgcolor="white">
20
<b>MetaCat Query</b>
21
<p>
22
Simple database query against MetaCat<br>
23
<form action="/servlets/MetaCatServlet" target="right" method="POST">
24
  <input type="hidden" name="action" value="query">
25
  <input type="text" name="query" size="15">
26
  <input type="submit" value="Run query">
27
  <br />
28
  <input type="checkbox" name="convert" value="true">Results in HTML
29
</form>
30
<p>
31
<a href="/servlets/MetaCatServlet?action=getdocument&docid=1" 
32
   target="right">Test Document Display (1)</a><br>
33
<a href="/servlets/MetaCatServlet?action=getdocument&docid=31" 
34
   target="right">Test Document Display (31)</a>
35
</body>
36
</html>
(13-13/17)