Revision 7891
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/deleteData.tmpl | ||
---|---|---|
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 | 1 |
[% INCLUDE $templates.header %] |
26 | 2 |
|
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> |
|
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> |
|
30 | 17 |
|
31 | 18 |
<form action="[% cgiPrefix %]/register-dataset.cgi" method="post"> |
32 | 19 |
<input type="hidden" name="cfg" value="[% cfg %]"> |
... | ... | |
85 | 72 |
</tr> |
86 | 73 |
</table> |
87 | 74 |
</form> |
88 |
<p></p> |
|
75 |
|
|
76 |
</div> |
|
77 |
</article> |
|
78 |
|
|
89 | 79 |
[% INCLUDE $templates.footer %] |
Also available in: Unified diff
Restyle instruction section of delete page. https://projects.ecoinformatics.org/ecoinfo/issues/5951