diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp index 5f3e8524..e3af80d4 100644 --- a/productMods/edit/forms/personHasPositionHistory.jsp +++ b/productMods/edit/forms/personHasPositionHistory.jsp @@ -1,5 +1,9 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> +<%@ page import="java.util.List" %> +<%@ page import="java.util.ArrayList" %> +<%@ page import="java.util.Arrays" %> + <%@ page import="com.hp.hpl.jena.rdf.model.Literal"%> <%@ page import="com.hp.hpl.jena.rdf.model.Model"%> <%@ page import="com.hp.hpl.jena.vocabulary.XSD" %> @@ -225,17 +229,32 @@ request.setAttribute("title","Create a new position entry for " + subjectName); submitLabel = "Create new position history entry"; } + + List customJs = new ArrayList(Arrays.asList("../js/customForms/personHasPositionHistory.js")); + request.setAttribute("customJs", customJs); %> - +

${title}

+
" > - - - - - +
+ +
+ +
+ +
+ +
+ + + + + +
+

diff --git a/productMods/js/customForms/personHasPositionHistory.js b/productMods/js/customForms/personHasPositionHistory.js new file mode 100644 index 00000000..e69de29b