+
+
+
+
\ No newline at end of file
diff --git a/productMods/edit/formSuffix.jsp b/productMods/edit/formSuffix.jsp
new file mode 100644
index 00000000..bce8c444
--- /dev/null
+++ b/productMods/edit/formSuffix.jsp
@@ -0,0 +1,66 @@
+<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
+<%-- This is a temporary file and will be removed once we have completed the transition to freemarker --%>
+
+<%@ page import="java.util.List" %>
+<%@ page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep"%>
+<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest" %>
+<%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Portal"%>
+<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerHttpServlet" %>
+
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
+<%@ taglib uri="http://java.sun.com/jstl/functions" prefix="fn" %>
+
+<%
+FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
+%>
+
+<%
+ VitroRequest vreq = new VitroRequest(request);
+ Portal portal = vreq.getPortal();
+
+ String contextRoot = vreq.getContextPath();
+
+ String themeDir = portal != null ? portal.getThemeDir() : Portal.DEFAULT_THEME_DIR_FROM_CONTEXT;
+ themeDir = contextRoot + '/' + themeDir;
+%>
+
+
+
+<%=themeDir%>
+
+
+
+<%-- test for Wilma theme to help for smooth transition --%>
+
+
+
+
+
+
+
+