Project

General

Profile

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: brooke $'
8
  *     '$Date: 2003-11-21 15:05:54 -0800 (Fri, 21 Nov 2003) $'
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 "genericHeader.tmpl" %]
26
[% IF cfg == 'nrs' %]
27
  [% lsite = 'reserve' %]
28
  [% usite = 'Reserve' %]
29
[% ELSE %]
30
  [% lsite = 'station' %]
31
  [% usite = 'Station' %]
32
[% END %]
33

    
34

    
35
<p><font size="-1">You have requested deletion of data entered in [% orgabbrev %] Data Registry Form. Please enter your username, organization and password to delete this document.</font></p>
36

    
37
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
38
  <input type="hidden" name="cfg" value="[% cfg %]">
39
  <input type="hidden" name="docid" value="[% docid %]	">
40
  <input type="hidden" name="stage" value="delete_confirm"> 
41
  <table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
42
   <tr> 
43
    <td> 
44
      <table cellspacing="0" border="0" cellpadding="9" width="360" bgcolor="#C6d6e7" align="left">
45
        <tr>
46
	  <td>
47
	    <font size="-1"><b>
48
	      Username: 
49
	    </b></font>
50
          </td>
51
	  <td>
52
	    <input type="TEXT" name="username">
53
	  </td>
54
        </tr>
55
	<tr>
56
	  <td>
57
	    <font size="-1"><b> 	
58
	      Organization: 
59
	    </b></font>
60
          </td>
61
	  <td>
62
	    <select name="organization">
63
	    	<option value="unaffiliated">unaffiliated</option>
64
	    	<option value="NCEAS">NCEAS</option>
65
	    	<option value="LTER">LTER</option>
66
	    	<option value="SDSC">SDSC</option>
67
	    	<option value="OBFS">OBFS</option>
68
	    	<option value="KU">KU</option>
69
	    </select>
70
	  </td>
71
        </tr>
72
	<tr>
73
	  <td>
74
	    <font size="-1"><b> 	
75
	      Password: 
76
	    </b></font>
77
          </td>
78
	  <td>
79
	    <input type="PASSWORD" name="password">
80
	  </td>
81
        </tr>
82
      </table>
83
    </td>
84
  </tr>
85
</table>
86
<p>
87
<hr>
88
</p>
89
<table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
90
  <tr> 
91
    <td> 
92
      <font size="-1"><b>Are you sure you want to delete this data?</b></font> 
93
      <p> 
94
        <input type="SUBMIT" value="Delete data" name="deleteData">
95
        <input type="SUBMIT" value="   Cancel  " name="cancelData">
96
      </p>
97
    </td>
98
  </tr>
99
</table>
100
</form>
101
<p>&nbsp;</p>
102
[% INCLUDE "genericFooter.tmpl" %]
(2-2/7)