[% IF show.siteList == 'true' %]
*[% config.site | ucfirst %] Name
[% IF form == 're_entry' %]
[%site%]
[% ELSE %]
Select your [% config.site %] here.
[% END %]
[% FOREACH site = siteList %]
[% site %]
[% END %]
[% END %]
[% IF show.wgList == 'true' %]
*NCEAS Project(s):
[% FOREACH project = projects %]
[% SET pname = $project.3 %]
[% IF pname.length > 50 %]
[% SET sname = $project.4 %]
[% END %]
[% SET label = "NCEAS ${project.0}: ${project.1}: $project.4" %]
[% SET value = "NCEAS ${project.0}: ${project.1}: $project.3" %]
[% SET sel = '' %]
[% FOREACH group = wg %]
[% IF group == value %]
[% SET sel = 'selected="selected"' %]
[% END %]
[% END %]
[% label %]
[% END %]
[% END %]
[% IF show.organization == 'true' %]
[% END %]
Start date
[% IF required.temporal == 'true' %]
*Year (yyyy)
[% ELSE %]
Year (yyyy)
[% END %]
Month
[% IF form == 're_entry' && beginningMonth != ""%]
[%beginningMonth%]
[% END %]
MM 01 02 03
04 05 06 07
08 09 10 11
12
Day
[% IF form == 're_entry' && beginningDay != ""%]
[%beginningDay%]
[% END %]
DD 01 02 03
04 05 06 07
08 09 10 11
12 13 14 15
16 17 18 19
20 21 22 23
24 25 26 27
28 29 30 31
End date
Note: Leave "Stop Date" blank if your data set is open-ended.
Month
[% IF form == 're_entry' && endingMonth != ""%]
[%endingMonth%]
[% END %]
MM 01 02 03
04 05 06 07
08 09 10 11
12
Day
[% IF form == 're_entry' && endingDay != ""%]
[%endingDay%]
[% END %]
DD 01 02 03
04 05 06 07
08 09 10 11
12 13 14 15
16 17 18 19
20 21 22 23
24 25 26 27
28 29 30 31
[% END %]
[% IF modules.spatial == 'true' %]
[% END %]
[% IF modules.taxonomic == 'true' %]
[% END %]
[% IF modules.method == 'true' %]
[% END %]
[% IF modules.upload == 'true' %]
[% END %]