1
|
[% INCLUDE $templates.header %]
|
2
|
|
3
|
<!-- CONTENT SECTION
|
4
|
======================================================================= -->
|
5
|
<article id="EntryDelete">
|
6
|
<div class="container">
|
7
|
|
8
|
<div class="row-fluid">
|
9
|
<h2>Delete your entry</h2>
|
10
|
<p class="lead">
|
11
|
You have requested deletion of a data set entered in the repository.
|
12
|
</p>
|
13
|
<p>
|
14
|
Please enter your username, organization, and password to delete this document.
|
15
|
</p>
|
16
|
</div>
|
17
|
|
18
|
<form action="[% cgiPrefix %]/register-dataset.cgi" method="post">
|
19
|
<input type="hidden" name="cfg" value="[% cfg %]">
|
20
|
<input type="hidden" name="docid" value="[% docid %]">
|
21
|
<input type="hidden" name="stage" value="delete_confirm">
|
22
|
<table cellspacing="0" border="0" cellpadding="9" width="350" align="left">
|
23
|
<tr class="sectbody">
|
24
|
<td>
|
25
|
<font size="-1"><b>
|
26
|
Username:
|
27
|
</b></font></td>
|
28
|
<td>
|
29
|
<input type="TEXT" name="username">
|
30
|
</td></tr>
|
31
|
<tr class="sectbody">
|
32
|
<td>
|
33
|
<font size="-1"><b>
|
34
|
Organization:
|
35
|
</b></font></td>
|
36
|
<td>
|
37
|
<select name="organization">
|
38
|
<option value="NCEAS">NCEAS</option>
|
39
|
<option value="KU">KU</option>
|
40
|
<option value="LTER">LTER</option>
|
41
|
<option value="OBFS">OBFS</option>
|
42
|
<option value="OSUSB">OSUSB</option>
|
43
|
<option value="PARC">PARC</option>
|
44
|
<option value="PISCO">PISCO</option>
|
45
|
<option value="SDSC">SDSC</option>
|
46
|
<option value="UCNRS">UCNRS</option>
|
47
|
<option value="unaffiliated">unaffiliated</option>
|
48
|
</select></td></tr>
|
49
|
<tr class="sectbody">
|
50
|
<td>
|
51
|
<font size="-1"><b>
|
52
|
Password:
|
53
|
</b></font>
|
54
|
</td>
|
55
|
<td>
|
56
|
<input type="PASSWORD" name="password">
|
57
|
</td></tr>
|
58
|
</table>
|
59
|
</td></tr></table>
|
60
|
<p>
|
61
|
<hr>
|
62
|
</p>
|
63
|
<table class="intro" cellspacing="0" border="0" cellpadding="9">
|
64
|
<tr>
|
65
|
<td>
|
66
|
<font size="-1"><b>Are you sure you want to delete this document?</b></font>
|
67
|
<p>
|
68
|
<input type="SUBMIT" value="Delete document" name="deleteData">
|
69
|
<input type="SUBMIT" value=" Cancel " name="cancelData">
|
70
|
</p>
|
71
|
</td>
|
72
|
</tr>
|
73
|
</table>
|
74
|
</form>
|
75
|
|
76
|
</div>
|
77
|
</article>
|
78
|
|
79
|
[% INCLUDE $templates.footer %]
|