diff --git a/webapp/web/contact_err.jsp b/webapp/web/contact_err.jsp index 9299ad62e..ba2eb9d89 100644 --- a/webapp/web/contact_err.jsp +++ b/webapp/web/contact_err.jsp @@ -1,5 +1,5 @@ -<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> - +<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> + @@ -8,6 +8,8 @@ <%@ page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest" %> <%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Portal" %> +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> + <% VitroRequest vreq = new VitroRequest(request); String errorString=request.getParameter("ERR"); @@ -16,10 +18,16 @@ if (errorString == null || errorString.equals("")) { } %> + + + +<%-- Need to get the context --%> + +
- failed email
+ failed email
<% if ( errorString != null && !errorString.equals("")) {%>

We report the following error in processing your request:
<%=errorString%> diff --git a/webapp/web/thankyou.jsp b/webapp/web/thankyou.jsp index 037411527..caff5f850 100644 --- a/webapp/web/thankyou.jsp +++ b/webapp/web/thankyou.jsp @@ -1,23 +1,28 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> -<%@ page language="java" %> -<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %><%/* this odd thing points to something in web.xml */ %> -<%@ page import="java.util.*" %> -<%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Portal" %> -<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest" %> - -<% -VitroRequest vreq = new VitroRequest(request); -Portal portalBean=vreq.getPortal(); -%> - -

-

Feedback

- - /${context}/<%=portalBean.getThemeDir()%> - - mailbox
- -

Thank you for contacting our curation and development team. We will respond to your inquiry as soon as possible.

-

Click to return to the home page.

-
+<%@ page language="java" %> +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %><%/* this odd thing points to something in web.xml */ %> +<%@ page import="java.util.*" %> +<%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Portal" %> +<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest" %> + +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> + +<% +VitroRequest vreq = new VitroRequest(request); +Portal portalBean=vreq.getPortal(); +%> + + + + +<%-- Need to get the context --%> + + +
+

Feedback

+ mailbox
+ +

Thank you for contacting our curation and development team. We will respond to your inquiry as soon as possible.

+

Click to return to the home page.

+