From 95f6c6fe321d33dc8fa9e18c7d96bd9b21ef10cc Mon Sep 17 00:00:00 2001 From: tknall Date: Wed, 14 Jan 2009 11:39:31 +0000 Subject: Switching to itext-2.1.5-rev3628. itext library: minor adjustments for pdf-as Adding new error code (103) for invalid pdfa/1b font configuration. Minor updates for PDF/A support. Support for local MOCCA CCS added. Multi language for web application. Encoding issue for web application fixed by implementing an EncodingFilter. Dynamic sign upload form implemented. Order of input fields for dynamic upload form changed. MOCCA logo added to sign upload form. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@319 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/webapp/jsp/error.jsp | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'src/main/webapp/jsp/error.jsp') diff --git a/src/main/webapp/jsp/error.jsp b/src/main/webapp/jsp/error.jsp index 0ec94d8..2183a62 100644 --- a/src/main/webapp/jsp/error.jsp +++ b/src/main/webapp/jsp/error.jsp @@ -4,11 +4,13 @@ <%@ page import="at.knowcenter.wag.egov.egiz.exceptions.*" %> <%@ page import="java.io.*" %> +<%@ include file="language.jsp" %> + - PDF-Signaturen Resultat + <fmt:message key="error.title"/> @@ -22,15 +24,24 @@ String error = (request.getAttribute("error") == null ? "" : request.getAttribute("error").toString()); String cause = (request.getAttribute("cause") == null ? "" : request.getAttribute("cause").toString()); + boolean rb = Boolean.TRUE.equals((Boolean) request.getAttribute("resourcebundle")); %> -

PDF-Signaturen

-

Ein Fehler ist aufgetreten

-
<%= error %>
-
Ursache: <%= cause %>
+

+

+
+ <% if (rb) { %> + + <% } else { out.write(error); } %> +
+
: + <% if (rb) { %> + + <% } else { out.write(cause); } %> +
- zurück +
 		<%
 		  if (pe != null) {
-- 
cgit v1.2.3