Project

General

Profile

« Previous | Next » 

Revision 3915

Added by walbridge almost 16 years ago

Merging Perl changes into detokenization branch. Removes usage of tokens from all Perl and Perl Template Toolkit files, instead using pure Java .property files to manage settings. Basic path for eliminating .cfg files from Perl, and skin.config files from Java side. Backported changes from 1.8.1RC1 release.

View differences:

genericGuide.tmpl
23 23
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24 24
-->
25 25

  
26
[% IF cfg == 'nceas' %]
27
  [% INCLUDE "nceasHeader.tmpl" %]
28
[% ELSE %]
29
  [% INCLUDE "genericHeader.tmpl" %]
30
[% END %]
26
[% INCLUDE $templates.header %]
31 27

  
32
[% IF cfg == 'nrs' %]
33
  [% lsite = 'reserve' %]
34
  [% usite = 'Reserve' %]
35
[% ELSE %]
36
  [% lsite = 'station' %]
37
  [% usite = 'Station' %]
38
[% END %]
39

  
40 28
<table class="intro" cellpadding="8" cellspacing="0">
41 29

  
42
<tr><td align="left"><span class="emphasis">Guide for Completing the Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %] Form</td></tr>
43
<tr><td align="left"><span class="regtext">This guide provides information on how to fill in the online [% orgabbrev %] Data [%IF cfg =='nceas'%] Repository [% ELSE %] 
44
Registry [% END %] Form. 
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. 
45 32
There are 11 sections to the form; some fields are required (denoted by an asterisk *),
46 33
while others are optional. When you are done completing a section, you have the option of clicking on "<span class="colorbold">Hide</span>" 
47 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.
......
110 97

  
111 98
[% IF cfg == 'obfs' || cfg == 'nrs' || cfg == 'specnet'%]
112 99

  
113
<tr><td colspan="2" align="left"><span class="label">*[% usite %] Name:</span>
114
<span class="regtext">Select a [% lsite %] from the drop-down list to indicate that the data set is
115
affiliated with the [% lsite %]. We use "affiliation" in a rather
100
<tr><td colspan="2" align="left"><span class="label">*[% config.site | ucfirst %] Name:</span>
101
<span class="regtext">Select a [% config.site %] from the drop-down list to indicate that the data set is
102
affiliated with the [% config.site %]. We use "affiliation" in a rather
116 103
permissive sense to mean, for example, that the data set was or has
117
been generated at the [% lsite %]; that the owner is affiliated
118
with the [% lsite %] or was affiliated with the [% lsite %] when the data
119
set was generated; or that the data set is owned by the [% lsite %]; etc.
104
been generated at the [% config.site %]; that the owner is affiliated
105
with the [% config.site %] or was affiliated with the [% config.site %] when the data
106
set was generated; or that the data set is owned by the [% config.site %]; etc.
120 107
</td></tr>
121 108

  
122 109
<tr><td colspan="2" align="left"><span class="regtext"><u>Note:</u>
123 110
If the data were collected at a site other than a
124
[% lsite %] listed in the drop-down menu, you can indicate so in the
111
[% config.site %] listed in the drop-down menu, you can indicate so in the
125 112
abstract and/or title. You can also indicate this in the keywords
126 113
with a locality keyword.</span></td></tr> 
127 114

  
......
344 331

  
345 332
<tr><td colspan="2" align="left"><span class="regtext">Contact information of the person to be contacted for more information on the data
346 333
set or to obtain the data set itself. This is analogous to the Principal Data Set Owner information above. Please 
347
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetOriginator" target="_self">see that section</a> for more information on filling out the 
334
<a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetOriginator" target="_self">see that section</a> for more information on filling out the 
348 335
individual fields. If the Data Set Contact and the Principal Data Set Owner are the same, check the box provided.</span></td></tr>
349 336

  
350 337

  
......
359 346

  
360 347
[% IF cfg == 'obfs' || cfg == 'nrs' || cfg == 'specnet'%]
361 348
Keep in mind that this information, although not required, can be extremely useful
362
for locating the data set at a [% lsite %].
349
for locating the data set at a [% config.site %].
363 350
[%END%]
364 351
</span></td></tr>
365 352
<tr><td colspan="2" align="left"><span class="label">*Data Medium</font>:</span><span class="regtext"> Specify whether the data medium is 
......
379 366
</table>
380 367
<p></p>
381 368

  
382
[% IF cfg == 'nceas' %]
383
  [% INCLUDE "nceasFooter.tmpl" %]
384
[% ELSE %]
385
  [% INCLUDE "genericFooter.tmpl" %]
386
[% END %]
369
[% INCLUDE $templates.footer %]

Also available in: Unified diff