Revision 1975
Added by Matt Jones almost 21 years ago
register-dataset.cgi | ||
---|---|---|
2016 | 2016 |
}else{ |
2017 | 2017 |
$$templateVars{'site'} = $FORM::site; |
2018 | 2018 |
} |
2019 |
if($FORM::cfg eq "nceas"){ |
|
2020 |
$$templateVars{'wg'} = \@FORM::wg; |
|
2021 |
} |
|
2019 | 2022 |
$$templateVars{'identifier'} = $FORM::identifier; |
2020 | 2023 |
$$templateVars{'title'} = $FORM::title; |
2021 | 2024 |
$$templateVars{'origNamefirst0'} = $FORM::origNamefirst0; |
... | ... | |
2242 | 2245 |
$$templateVars{'providerGivenName'} = $FORM::providerGivenName; |
2243 | 2246 |
$$templateVars{'providerSurName'} = $FORM::providerSurName; |
2244 | 2247 |
$$templateVars{'site'} = $FORM::site; |
2248 |
if($FORM::cfg eq "nceas"){ |
|
2249 |
$$templateVars{'wg'} = \@FORM::wg; |
|
2250 |
} |
|
2245 | 2251 |
$$templateVars{'identifier'} = $FORM::identifier; |
2246 | 2252 |
$$templateVars{'title'} = $FORM::title; |
2247 | 2253 |
$$templateVars{'origNamefirst0'} = $FORM::origNamefirst0; |
Also available in: Unified diff
Updated registry further for NCEAS-specific needs. Confirm data template
now handles new wg field. Still need to write WG metadata into EML document.