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: sgarg $'
8
  *     '$Date: 2005-03-16 15:12:35 -0800 (Wed, 16 Mar 2005) $'
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
<table class="intro" cellpadding="3" cellspacing="0">
36
<tr><td align="left"><span class="regtext">You have requested deletion of a data set description entered in the [% orgabbrev %] Data Registry Form. 
37
Please enter your username, organization, and password to delete this document.</span><p>&nbsp;</p>
38

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