Project

General

Profile

1 1929 brooke
<!--
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$'
8
  *     '$Date$'
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 3582 walbridge
[% IF cfg == 'nceas' %]
26
  [% INCLUDE "nceasHeader.tmpl" %]
27
[% ELSE %]
28
  [% INCLUDE "genericHeader.tmpl" %]
29
[% END %]
30
31 1929 brooke
[% IF cfg == 'nrs' %]
32
  [% lsite = 'reserve' %]
33
  [% usite = 'Reserve' %]
34
[% ELSE %]
35
  [% lsite = 'station' %]
36
  [% usite = 'Station' %]
37
[% END %]
38
39
40 2413 sgarg
<table class="intro" cellpadding="3" cellspacing="0">
41
<tr><td align="left"><span class="regtext">You have requested deletion of a data set description entered in the [% orgabbrev %] Data Registry Form.
42
Please enter your username, organization, and password to delete this document.</span><p>&nbsp;</p>
43 1929 brooke
44
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
45
  <input type="hidden" name="cfg" value="[% cfg %]">
46 2013 sgarg
  <input type="hidden" name="docid" value="[% docid %]">
47 1929 brooke
  <input type="hidden" name="stage" value="delete_confirm">
48 2413 sgarg
    <table cellspacing="0" border="0" cellpadding="9" width="350" align="left">
49
        <tr class="sectbody">
50 1929 brooke
	  <td>
51
	    <font size="-1"><b>
52
	      Username:
53 2413 sgarg
	    </b></font></td>
54
         <td>
55 1929 brooke
	    <input type="TEXT" name="username">
56 2413 sgarg
	  </td></tr>
57
	<tr class="sectbody">
58 1929 brooke
	  <td>
59
	    <font size="-1"><b>
60
	      Organization:
61 2413 sgarg
	    </b></font></td>
62 1929 brooke
	  <td>
63
	    <select name="organization">
64 3027 sgarg
                <option value="NCEAS">NCEAS</option>
65
                <option value="KU">KU</option>
66
                <option value="LTER">LTER</option>
67
                <option value="OBFS">OBFS</option>
68
                <option value="OSUSB">OSUSB</option>
69
                <option value="SDSC">SDSC</option>
70
                <option value="UCNRS">UCNRS</option>
71
                <option value="unaffiliated">unaffiliated</option>
72 2413 sgarg
	    </select></td></tr>
73
	<tr class="sectbody">
74 1929 brooke
	  <td>
75
	    <font size="-1"><b>
76
	      Password:
77
	    </b></font>
78
          </td>
79
	  <td>
80
	    <input type="PASSWORD" name="password">
81 2413 sgarg
	  </td></tr>
82 1929 brooke
      </table>
83 2413 sgarg
</td></tr></table>
84 1929 brooke
<p>
85
<hr>
86
</p>
87 2413 sgarg
<table class="intro" cellspacing="0" border="0" cellpadding="9">
88 1929 brooke
  <tr>
89
    <td>
90 2413 sgarg
      <font size="-1"><b>Are you sure you want to delete this document?</b></font>
91 1929 brooke
      <p>
92 2413 sgarg
        <input type="SUBMIT" value="Delete document" name="deleteData">
93 1929 brooke
        <input type="SUBMIT" value="   Cancel  " name="cancelData">
94
      </p>
95
    </td>
96
  </tr>
97
</table>
98
</form>
99
<p>&nbsp;</p>
100 3582 walbridge
[% IF cfg == 'nceas' %]
101
  [% INCLUDE "nceasFooter.tmpl" %]
102
[% ELSE %]
103
  [% INCLUDE "genericFooter.tmpl" %]
104
[% END %]