Project

General

Profile

« Previous | Next » 

Revision 105

Added by Matt Jones over 24 years ago

minor formatting and display update

View differences:

contents.html
17 17
<title>MetaCat</title>
18 18
</head>
19 19
<body bgcolor="white">
20
<b>MetaCat Query</b>
21
<p>
22
Simple database query against MetaCat<br>
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">
23 25
<form action="/servlets/MetaCatServlet" target="right" method="POST">
24 26
  <input type="hidden" name="action" value="query">
25 27
  <input type="text" name="query" value="NCEAS%" size="15">
26
  <input type="submit" value="Run query">
27
  <br />
28
  <input type="submit" value="Run query"><br />
28 29
  Format: 
29 30
  <input type="radio" name="qformat" value="xml">XML
30 31
  <input type="radio" name="qformat" value="html" checked>HTML
31 32
</form>
32
<p>
33
<a href="loadxml.html" target="right">Load an XML Document</a>
34
<br /><a href="validate.html" target="right">Validate an XML Document</a>
35
<br /><a href="docs/" target="top">Browse the API for the Servlet</a>
36
</td>
37
<td valign="top">
38
<font size="-1">
33 39
For the test database, some valid values for the search that produce document
34 40
results include "Value1" and "lakename" and maybe "122W"
35
</p>
36
<p><a href="loadxml.html" target="right">Load an XML Document</a>
37
</p>
38
<p><a href="validate.html" target="right">Validate an XML Document</a>
39
</p>
40 41
<p>
41 42
To view results that are XML formatted in this demo, it is easiest to use 
42 43
Internet Explorer 5. Although Netscape browsers will allow you to 
43 44
download XML documents, only IE5 will display XML at this time.
44
<p><a href="docs/" target="top">Browse the API for the Servlet</a>
45
</p>
45
</font>
46
</td>
47
</tr>
48
</table>
46 49
</body>
47 50
</html>

Also available in: Unified diff