Revision 7893
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/genericGuide.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: walbridge $' |
|
8 |
* '$Date: 2008-05-27 16:54:10 -0700 (Tue, 27 May 2008) $' |
|
9 |
* '$Revision: 3915 $' |
|
10 |
* |
|
11 |
* This program is free software; you can redistribute it and/or modify |
|
12 |
* it under the terms of the GNU General Public License as published by |
|
13 |
* the Free Software Foundation; either version 2 of the License, or |
|
14 |
* (at your option) any later version. |
|
15 |
* |
|
16 |
* This program is distributed in the hope that it will be useful, |
|
17 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
18 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
19 |
* GNU General Public License for more details. |
|
20 |
* |
|
21 |
* You should have received a copy of the GNU General Public License |
|
22 |
* along with this program; if not, write to the Free Software |
|
23 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
24 |
--> |
|
25 |
|
|
26 | 1 |
[% INCLUDE $templates.header %] |
27 | 2 |
|
28 |
<table class="intro" cellpadding="8" cellspacing="0"> |
|
29 |
|
|
30 |
<tr><td align="left"><span class="emphasis">Guide for Completing the Data [% config.type %] Form</td></tr> |
|
31 |
<tr><td align="left"><span class="regtext">This guide provides information on how to fill in the online [% config.abbrev %] Data [% config.type %] Form. |
|
32 |
There are 11 sections to the form; some fields are required (denoted by an asterisk *), |
|
33 |
while others are optional. When you are done completing a section, you have the option of clicking on "<span class="colorbold">Hide</span>" |
|
34 |
(on the right side of each section header) to hide the information you just entered. Information on individual fields and examples for their content are provided below. |
|
35 |
</span></td></tr> |
|
36 |
</table> |
|
37 |
|
|
38 |
|
|
3 |
<!-- CONTENT SECTION |
|
4 |
======================================================================= --> |
|
5 |
<article id="EntryReview"> |
|
6 |
<div class="container"> |
|
7 |
|
|
8 |
<div class="row-fluid"> |
|
9 |
<h2>Registry Guide</h2> |
|
10 |
<p class="lead"> |
|
11 |
Guide for Completing the Data [% config.type %] Form |
|
12 |
</p> |
|
13 |
<p> |
|
14 |
This guide provides information on how to complete the registration form. |
|
15 |
There are up to 11 sections to the form; some fields are required (denoted by an asterisk *), |
|
16 |
while others are optional. |
|
17 |
</p> |
|
18 |
<p> |
|
19 |
Information on individual fields and examples for their content are provided below. |
|
20 |
</p> |
|
21 |
</div> |
|
22 |
|
|
39 | 23 |
<table class="tables" cellpadding="8" cellspacing="0"> |
40 | 24 |
|
41 | 25 |
<tr class="sectheader"><td class="borderbottom" colspan="2" align="left"><a name="Submitter"></a> |
... | ... | |
364 | 348 |
any additional information here that you deem relevant to the data set, which has not been covered in the form. For example, if the data set is in the form |
365 | 349 |
of a computer file, you could specify the file format here (e.g., Excel, Access, FoxPro, DBase, etc.).</span></td></tr> |
366 | 350 |
</table> |
367 |
<p></p> |
|
368 | 351 |
|
352 |
</div> |
|
353 |
</article> |
|
369 | 354 |
[% INCLUDE $templates.footer %] |
Also available in: Unified diff
Restyle the intro to the guide page. https://projects.ecoinformatics.org/ecoinfo/issues/5951