[% INCLUDE $templates.header %]
[% IF status == 'success' %]
Success |
[% IF function == 'deleted' %]
Your data set description has been [% function %]. Thank you. |
[%ELSE%]
Your data set description has been [% function %]. Thank you. |
View the data set description. |
[%END%]
[% ELSE %]
[% IF function == 'cancel' %]
[% ELSE %]
Failure |
An error occurred. Please check the list of errors below: |
[% FOREACH parameter = invalidParams %]
- [% parameter %]
[% END %]
|
[% FOREACH msg = errorMessages %]
- [% msg %]
[% END %]
|
[% END %]
[% END %]
[% IF status == 'login_failure' %]
Click here to return
to the previous page, and enter the correct username, organization, and password. |
[% ELSE %]
[% IF function == 'deleted' || function == 'cancel' %]
[% IF status != 'success' %]
Click here to return
to the previous page, and enter the correct username, organization, and password. |
[%ELSE%]
Or, register a new data set.
Otherwise, use the toolbar links above to navigate. |
[%END%]
[% ELSE %]
[% IF status == 'success' %]
[% ELSE %]
[% IF status != 'failure_no_resubmit' %]
[% END %]
[% END %]
[% END %]
[% END %]
[% INCLUDE $templates.footer %]