Revision 1371
Added by Jing Tao almost 22 years ago
lib/setaccess.html | ||
---|---|---|
1 |
<!-- |
|
2 |
* '$RCSfile$' |
|
3 |
* 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 |
* |
|
8 |
* '$Author$' |
|
9 |
* '$Date$' |
|
10 |
* '$Revision$' |
|
11 |
* |
|
12 |
* This is an HTML document for loading an xml document into Oracle |
|
13 |
* |
|
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 |
--> |
|
28 |
<html> |
|
29 |
<head> |
|
30 |
<title>MetaCat</title> |
|
31 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css"> |
|
32 |
</head> |
|
33 |
<body class="emlbody"> |
|
34 |
<b>If you want set this document public readable, please click submit</b> |
|
35 |
<form action="@servlet-path@" method="POST"> |
|
36 |
|
|
37 |
<input type="hidden" name="action" value="setaccess"> |
|
38 |
<strong>Provide a Document ID </strong> |
|
39 |
<input type="text" name="docid"> |
|
40 |
<input type="hidden" name="principal" value="public"> |
|
41 |
<input type="hidden" name="permission" value="read"> |
|
42 |
<input type="hidden" name="permType" value="allow"> |
|
43 |
<input type="hidden" name="permOrder" value="allowFirst"> |
|
44 |
<input type="submit" value="Process Action"> |
|
45 |
</form> |
|
46 |
<p /> |
|
47 |
</body> |
|
48 |
</html> |
|
0 | 49 |
Also available in: Unified diff
A interface to set a docid public readable.