Project

General

Profile

1 55 jones
<!--
2
  * loadxml.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
  *    File Info: '$Id$'
10
  *
11
  * This is an HTML document for loading an xml document into Oracle
12
-->
13
<html>
14
<head>
15
<title>MetaCat</title>
16 497 jones
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
17 55 jones
</head>
18 497 jones
<body class="emlbody">
19 55 jones
<b>MetaCat XML Loader</b>
20
<p>
21 203 jones
Upload, Change, or Delete an XML document using this form.
22 59 jones
</p>
23 348 jones
<form action="@servlet-path@" target="right" method="POST">
24 203 jones
  <strong>1. Choose an action: </strong>
25
  <input type="radio" name="action" value="insert" checked> Insert
26
  <input type="radio" name="action" value="update"> Update
27
  <input type="radio" name="action" value="delete"> Delete
28
  <br />
29
  <strong>2. Provide a Document ID: </strong>
30
  <input type="text" name="docid"> (Optional for Insert)
31
  <br />
32
  <strong>2. Provide XML text (not needed for Delete): </strong>
33
  <br />
34 59 jones
  <textarea name="doctext" cols="55" rows="15"></textarea>
35
  <br />
36 203 jones
  <input type="submit" value="Process Action">
37 55 jones
</form>
38 59 jones
<p />
39 55 jones
</body>
40
</html>