diff --git a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl index e9dca238..3ecfde3e 100644 --- a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl +++ b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl @@ -7,12 +7,12 @@ <#assign submissionErrors = editSubmission.validationErrors/> +<#--This is set for testing purposes - will be retrieved dynamically from the generator later--> +<#assign sources = [{"uri":"UMLS", "label":"UMLS"}, {"uri":"Agrovoc", "label":"Agrovoc"}]/>

Manage Associated Concepts

- -<#--Display error messages if any--> - + <#if submissionErrors?has_content> +<#--@lvf.unsupportedBrowser--> + +
-
-
\ No newline at end of file + + +<#if (existingConcepts?size = 0) > +

There are currently no concepts specified.

+ + +
+ or + Return +
+
+ + <#list sources as source> + checked /> + +
+ + +

+ + +

+ + + +
+ <%-- RY maybe make this a label and input field. See what looks best. --%> +

+

+ +
+ +

+ + or Cancel +

+ +
+
+ + + + + + +${scripts.add('')} + + + + diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index 19b187f5..1bd56bee 100644 --- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -23,7 +23,7 @@ <#assign requiredHint=" *" /> <#assign initialHint="(initial okay)" /> -<#--include unsupported browser message--> +<#--unsupported browser message-->

${title}