1
|
<!--
|
2
|
* '$RCSfile$'
|
3
|
* Copyright: 2000 Regents of the University of California and the
|
4
|
* National Center for Ecological Analysis and Synthesis
|
5
|
* For Details: http://www.nceas.ucsb.edu/
|
6
|
*
|
7
|
* '$Author: cjones $'
|
8
|
* '$Date: 2009-12-10 12:59:28 -0800 (Thu, 10 Dec 2009) $'
|
9
|
*
|
10
|
* This program is free software; you can redistribute it and/or modify
|
11
|
* it under the terms of the GNU General Public License as published by
|
12
|
* the Free Software Foundation; either version 2 of the License, or
|
13
|
* (at your option) any later version.
|
14
|
*
|
15
|
* This program is distributed in the hope that it will be useful,
|
16
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18
|
* GNU General Public License for more details.
|
19
|
*
|
20
|
* You should have received a copy of the GNU General Public License
|
21
|
* along with this program; if not, write to the Free Software
|
22
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
23
|
-->
|
24
|
|
25
|
[% INCLUDE $templates.header %]
|
26
|
|
27
|
<table class="intro" cellpadding="3" cellspacing="0">
|
28
|
<tr><td align="left"><span class="regtext">You have requested deletion of a data set description entered in the [% config.abbrev %] Data Registry Form.
|
29
|
Please enter your username, organization, and password to delete this document.</span><p> </p>
|
30
|
|
31
|
<form action="[% cgiPrefix %]/register-dataset.cgi" method="post">
|
32
|
<input type="hidden" name="cfg" value="[% cfg %]">
|
33
|
<input type="hidden" name="docid" value="[% docid %]">
|
34
|
<input type="hidden" name="stage" value="delete_confirm">
|
35
|
<table cellspacing="0" border="0" cellpadding="9" width="350" align="left">
|
36
|
<tr class="sectbody">
|
37
|
<td>
|
38
|
<font size="-1"><b>
|
39
|
Username:
|
40
|
</b></font></td>
|
41
|
<td>
|
42
|
<input type="TEXT" name="username">
|
43
|
</td></tr>
|
44
|
<tr class="sectbody">
|
45
|
<td>
|
46
|
<font size="-1"><b>
|
47
|
Organization:
|
48
|
</b></font></td>
|
49
|
<td>
|
50
|
<select name="organization">
|
51
|
<option value="NCEAS">NCEAS</option>
|
52
|
<option value="KU">KU</option>
|
53
|
<option value="LTER">LTER</option>
|
54
|
<option value="OBFS">OBFS</option>
|
55
|
<option value="OSUSB">OSUSB</option>
|
56
|
<option value="PARC">PARC</option>
|
57
|
<option value="PISCO">PISCO</option>
|
58
|
<option value="SDSC">SDSC</option>
|
59
|
<option value="UCNRS">UCNRS</option>
|
60
|
<option value="unaffiliated">unaffiliated</option>
|
61
|
</select></td></tr>
|
62
|
<tr class="sectbody">
|
63
|
<td>
|
64
|
<font size="-1"><b>
|
65
|
Password:
|
66
|
</b></font>
|
67
|
</td>
|
68
|
<td>
|
69
|
<input type="PASSWORD" name="password">
|
70
|
</td></tr>
|
71
|
</table>
|
72
|
</td></tr></table>
|
73
|
<p>
|
74
|
<hr>
|
75
|
</p>
|
76
|
<table class="intro" cellspacing="0" border="0" cellpadding="9">
|
77
|
<tr>
|
78
|
<td>
|
79
|
<font size="-1"><b>Are you sure you want to delete this document?</b></font>
|
80
|
<p>
|
81
|
<input type="SUBMIT" value="Delete document" name="deleteData">
|
82
|
<input type="SUBMIT" value=" Cancel " name="cancelData">
|
83
|
</p>
|
84
|
</td>
|
85
|
</tr>
|
86
|
</table>
|
87
|
</form>
|
88
|
<p></p>
|
89
|
[% INCLUDE $templates.footer %]
|