Revision 7890
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/confirmData.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: daigle $' |
|
8 |
* '$Date: 2010-04-14 11:31:03 -0700 (Wed, 14 Apr 2010) $' |
|
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" style="margin-bottom: 20px"> |
|
28 |
<tr><td align="left"><p class="sectionnames">REVIEW YOUR ENTRY</p></td></tr> |
|
29 |
<tr><td align="left"><span class="regtext"> |
|
30 |
Please review the information that you've entered. To make changes, click on the edit button <a href="#buttons">at the bottom of the page</a>.<span></td></tr> |
|
31 |
</table> |
|
3 |
<!-- CONTENT SECTION |
|
4 |
======================================================================= --> |
|
5 |
<article id="EntryReview"> |
|
6 |
<div class="container"> |
|
7 |
|
|
8 |
<div class="row-fluid"> |
|
9 |
<h2>Review your entry</h2> |
|
10 |
<p class="lead"> |
|
11 |
Use this form to submit a new data package to the repository. |
|
12 |
</p> |
|
13 |
<p> |
|
14 |
Please review the information that you've entered. To make changes, click on the edit button <a href="#buttons">at the bottom of the page</a>. |
|
15 |
</p> |
|
16 |
</div> |
|
32 | 17 |
|
33 | 18 |
<table class="intro" cellpadding="3" cellspacing="0"> |
34 | 19 |
<tr><td align="left"> |
... | ... | |
637 | 622 |
</td></tr> |
638 | 623 |
</table> |
639 | 624 |
</form> |
640 |
<p> </p> |
|
625 |
|
|
626 |
</div> |
|
627 |
</article> |
|
628 |
|
|
641 | 629 |
[% INCLUDE $templates.footer %] |
Also available in: Unified diff
Restyle instruction section of entry review page. https://projects.ecoinformatics.org/ecoinfo/issues/5951