diff --git a/webapp/web/templates/freemarker/edit/forms/autoCompleteDatapropForm.ftl b/webapp/web/templates/freemarker/edit/forms/autoCompleteDatapropForm.ftl new file mode 100644 index 000000000..62a77e00d --- /dev/null +++ b/webapp/web/templates/freemarker/edit/forms/autoCompleteDatapropForm.ftl @@ -0,0 +1,69 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- autocomplete template for data properties --> + +<#-- NOTE the jsp contained the following which has not been converted + + + + + + +--> + + + +

${formTitle}

+ +
+ + <#if predicate.publicDescription?has_content > +

${predicate.publicDescription}

+ +

+ +

+ +

+ + or Cancel +

+ +
diff --git a/webapp/web/templates/freemarker/edit/forms/autoCompleteObjpropForm.ftl b/webapp/web/templates/freemarker/edit/forms/autoCompleteObjpropForm.ftl new file mode 100644 index 000000000..b290d8f1f --- /dev/null +++ b/webapp/web/templates/freemarker/edit/forms/autoCompleteObjpropForm.ftl @@ -0,0 +1,92 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- autocomplete template for object properties --> + +<#-- NOTE the jsp contained the following which has not been converted + + + + + + +--> + + + + +

${formTitle}

+ +
+ + <#if predicate.offerCreateNewOption > + <#assign var="createNewUrl = "/edit/editRequestDispatch.jsp?subjectUri=${param.subjectUri}&predicateUri=${param.predicateUri}&clearEditConfig=true&cmd=create > + + + <#if predicate.publicDescription?has_content > +

${predicate.publicDescription}

+ +

+ +

+ +

+ + or Cancel +

+ + <#if predicate.offerCreateNewOption> +

If you don't find the appropriate entry on the selection list, + +

+ + +
+ + <#if ! param.objectUri?has_content > +
+ + + + + + +
+ + diff --git a/webapp/web/templates/freemarker/edit/forms/newIndividualForm.ftl b/webapp/web/templates/freemarker/edit/forms/newIndividualForm.ftl new file mode 100644 index 000000000..62fb6254a --- /dev/null +++ b/webapp/web/templates/freemarker/edit/forms/newIndividualForm.ftl @@ -0,0 +1,41 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Template for adding a new individual from the Site Admin page: VIVO version --> + + +

Create a new ${subclassName}

+ +<#if errorNameFieldIsEmpty??> + <#assign errorMessage = "Enter a name." /> + + +<#if errorMessage?has_content> + + + +<#assign requiredHint = " *" /> + +
+ +
+ +

+ + +

+ +

+ + + or Cancel +

+ +

* required fields

+ +
+ +
+