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/null_request_page.jsp | 52 +++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 13 deletions(-) (limited to 'src/main/webapp/jsp/null_request_page.jsp') diff --git a/src/main/webapp/jsp/null_request_page.jsp b/src/main/webapp/jsp/null_request_page.jsp index 5773f63..c54fa26 100644 --- a/src/main/webapp/jsp/null_request_page.jsp +++ b/src/main/webapp/jsp/null_request_page.jsp @@ -1,41 +1,67 @@ <%@ page contentType="text/html; charset=UTF-8"%> +<%@ page import="at.knowcenter.wag.egov.egiz.web.servlets.UpdateFormServlet"%> +<%@ page import="java.util.Locale" %> +<%@ page import="at.gv.egiz.pdfas.api.commons.Constants" %> +<%@ include file="language.jsp" %> <% String local_request_url = (String)request.getAttribute("local_request_url"); String data_url = (String)request.getAttribute("data_url"); + String device = (String) session.getAttribute(UpdateFormServlet.UPLOADFORM_SIGNATURE_DEVICE_KEY); + Locale locale = (Locale) session.getAttribute(LocaleParamFilter.LOCALE_SESSION_KEY); + + boolean isOnlineMOCCA = Constants.SIGNATURE_DEVICE_MOC.equals(device); %> - PDF-Signaturen Lokale Verbindung + <fmt:message key="nullrequestpage.title"/> -

PDF-Signaturen

-

Dokument Signatur erstellen

-
Die Verbindung zu Ihrer Bürgerkartenumgebung wird hergestellt...
+

+

+
+ <% if (isOnlineMOCCA) { %> +
+ + + + + <% if (locale != null) { %> + + <% } // end if %> +
+
+ + <% } else { %>
-
- - - -
+
+ + + " /> +
+ <% } // end if %>
- zurück +