diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl new file mode 100644 index 00000000..c82f3cdd --- /dev/null +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -0,0 +1,120 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Custom form for adding authors to information resources --> + +<#import "lib-vivo-form.ftl" as lf> + +<#assign title="${infoResourceName}" /> +<#assign requiredHint=" *" /> +<#assign initialHint="(initial okay)" /> + +<@lf.unsupportedBrowser> + +

${title}

+ + + +
+ + + + or + Return to Publication +
+ +
+

Add an Author

+ + + + + + + + + + + +
+

+ +
+ + + +

+ + + + or + + Cancel +

+ +

* required fields

+
+ + + +${stylesheets.add('', + '')} + +${scripts.add('', + '', + '', + '')} \ No newline at end of file