1 |
55
|
jones
|
<!--
|
2 |
666
|
jones
|
* '$RCSfile$'
|
3 |
55
|
jones
|
* Authors: Matt Jones
|
4 |
|
|
* Copyright: 2000 Regents of the University of California and the
|
5 |
|
|
* National Center for Ecological Analysis and Synthesis
|
6 |
|
|
* For Details: http://www.nceas.ucsb.edu/
|
7 |
666
|
jones
|
*
|
8 |
|
|
* '$Author$'
|
9 |
|
|
* '$Date$'
|
10 |
|
|
* '$Revision$'
|
11 |
55
|
jones
|
*
|
12 |
|
|
* This is an HTML document for loading an xml document into Oracle
|
13 |
666
|
jones
|
*
|
14 |
|
|
* This program is free software; you can redistribute it and/or modify
|
15 |
|
|
* it under the terms of the GNU General Public License as published by
|
16 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
17 |
|
|
* (at your option) any later version.
|
18 |
|
|
*
|
19 |
|
|
* This program is distributed in the hope that it will be useful,
|
20 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22 |
|
|
* GNU General Public License for more details.
|
23 |
|
|
*
|
24 |
|
|
* You should have received a copy of the GNU General Public License
|
25 |
|
|
* along with this program; if not, write to the Free Software
|
26 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
27 |
55
|
jones
|
-->
|
28 |
|
|
<html>
|
29 |
|
|
<head>
|
30 |
|
|
<title>MetaCat</title>
|
31 |
497
|
jones
|
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
32 |
55
|
jones
|
</head>
|
33 |
497
|
jones
|
<body class="emlbody">
|
34 |
55
|
jones
|
<b>MetaCat XML Loader</b>
|
35 |
|
|
<p>
|
36 |
203
|
jones
|
Upload, Change, or Delete an XML document using this form.
|
37 |
59
|
jones
|
</p>
|
38 |
348
|
jones
|
<form action="@servlet-path@" target="right" method="POST">
|
39 |
203
|
jones
|
<strong>1. Choose an action: </strong>
|
40 |
|
|
<input type="radio" name="action" value="insert" checked> Insert
|
41 |
|
|
<input type="radio" name="action" value="update"> Update
|
42 |
|
|
<input type="radio" name="action" value="delete"> Delete
|
43 |
681
|
bojilova
|
<input type="submit" value="Process Action">
|
44 |
203
|
jones
|
<br />
|
45 |
620
|
bojilova
|
<strong>2. Provide a Document ID </strong>
|
46 |
681
|
bojilova
|
<input type="text" name="docid"> (optional for Insert)
|
47 |
|
|
<input type="checkbox" name="public" value="yes" checked><strong>Public Document</strong>
|
48 |
203
|
jones
|
<br />
|
49 |
620
|
bojilova
|
<strong>3. Provide XML text </strong> (not needed for Delete)
|
50 |
681
|
bojilova
|
<strong>
|
51 |
203
|
jones
|
<br />
|
52 |
620
|
bojilova
|
<textarea name="doctext" cols="65" rows="15"></textarea>
|
53 |
59
|
jones
|
<br />
|
54 |
681
|
bojilova
|
<strong>4. Provide DTD text for upload </strong> (optional; not needed for Delete)
|
55 |
620
|
bojilova
|
<br />
|
56 |
|
|
<textarea name="dtdtext" cols="65" rows="15"></textarea>
|
57 |
|
|
<br />
|
58 |
55
|
jones
|
</form>
|
59 |
59
|
jones
|
<p />
|
60 |
55
|
jones
|
</body>
|
61 |
|
|
</html>
|