1 |
1948
|
costa
|
<html>
|
2 |
|
|
<head>
|
3 |
2082
|
costa
|
<title>Metacat Upload/Delete Interface</title>
|
4 |
1948
|
costa
|
<link rel="stylesheet" type="text/css" href="/knb/style/rowcol.css">
|
5 |
|
|
</head>
|
6 |
|
|
|
7 |
|
|
<body class="emlbody">
|
8 |
|
|
<br><center>
|
9 |
|
|
<h3><font color="#132B76" face=verdana size=2%>
|
10 |
2082
|
costa
|
<b>Metacat Upload/Delete Interface </b></font>
|
11 |
1948
|
costa
|
</h3>
|
12 |
|
|
<br>
|
13 |
|
|
<form method="POST"
|
14 |
2082
|
costa
|
action="../../../servlet/edu.ucsb.nceas.metacat.harvesterClient.MetUpload"
|
15 |
1948
|
costa
|
target="right"
|
16 |
|
|
enctype="multipart/form-data">
|
17 |
|
|
|
18 |
|
|
<table width=600 align=center cellspacing=1
|
19 |
|
|
cellpadding=1 border=0 bgcolor="#333366">
|
20 |
2082
|
costa
|
<tr>
|
21 |
|
|
<td>
|
22 |
|
|
<table width=100% bgcolor="#ffffff" border="0" cellpadding="1">
|
23 |
|
|
<tr > <td colspan=4 align=center > </td> </tr>
|
24 |
1948
|
costa
|
<tr >
|
25 |
2082
|
costa
|
<td colspan=4 align=center >
|
26 |
|
|
<font face=verdana size=1%>
|
27 |
|
|
<b>To upload, enter a DocID and a valid EML File and click Upload.
|
28 |
|
|
<br>
|
29 |
|
|
To delete, enter only a DocID and click Delete.
|
30 |
|
|
</b>
|
31 |
|
|
</td>
|
32 |
|
|
</tr>
|
33 |
1948
|
costa
|
|
34 |
2082
|
costa
|
<tr>
|
35 |
|
|
<td width=10%> </td>
|
36 |
|
|
<td width=25% bgcolor="#4682b4" align=center>
|
37 |
|
|
<font color="#FFFFFF" face=verdana size=2% >
|
38 |
|
|
<b>DocID</b>
|
39 |
|
|
</font>
|
40 |
|
|
</td>
|
41 |
|
|
<td>
|
42 |
|
|
<input type="text" name="docid">
|
43 |
|
|
</td>
|
44 |
|
|
<td width=10%> </td>
|
45 |
|
|
</tr>
|
46 |
1948
|
costa
|
|
47 |
2082
|
costa
|
<tr>
|
48 |
|
|
<td width=10%> </td>
|
49 |
|
|
<td width=25% bgcolor="#4682b4" align=center>
|
50 |
|
|
<font color="#FFFFFF" face=verdana size=2% >
|
51 |
|
|
<b>EML File</b>
|
52 |
|
|
</font>
|
53 |
|
|
</td>
|
54 |
|
|
<td>
|
55 |
|
|
<input type="file" name="datafile" maxlength="61" size="40">
|
56 |
|
|
</td>
|
57 |
|
|
<td width=10%> </td>
|
58 |
|
|
</tr>
|
59 |
1948
|
costa
|
<tr >
|
60 |
2082
|
costa
|
<td colspan=4 align=center > </td>
|
61 |
|
|
</tr>
|
62 |
1948
|
costa
|
</table>
|
63 |
|
|
</td>
|
64 |
|
|
</tr>
|
65 |
|
|
</table>
|
66 |
|
|
|
67 |
|
|
<br>
|
68 |
2082
|
costa
|
<input type="submit" name="Upload" value="Upload">
|
69 |
|
|
<input type="submit" name="Delete" value="Delete">
|
70 |
1948
|
costa
|
</form>
|
71 |
2082
|
costa
|
</center>
|
72 |
1948
|
costa
|
</body>
|
73 |
|
|
</html>
|