From 125cc4075896aceda7cb02ecee84e18604294ff4 Mon Sep 17 00:00:00 2001 From: pdanner Date: Mon, 6 Dec 2010 16:53:47 +0000 Subject: Moved to pdf-as-web project git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@674 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/webapp/jsp/SIGNATURBLOCK.jsp | 103 ---------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 src/main/webapp/jsp/SIGNATURBLOCK.jsp (limited to 'src/main/webapp/jsp/SIGNATURBLOCK.jsp') diff --git a/src/main/webapp/jsp/SIGNATURBLOCK.jsp b/src/main/webapp/jsp/SIGNATURBLOCK.jsp deleted file mode 100644 index 66e64e3..0000000 --- a/src/main/webapp/jsp/SIGNATURBLOCK.jsp +++ /dev/null @@ -1,103 +0,0 @@ -<%@ page contentType="text/html; charset=UTF-8" language="java" errorPage=""%> - -<%@ page import="org.apache.commons.lang.time.DateFormatUtils" %> -<%@ page import="java.util.Date" %> -<%@ page import="at.gv.egiz.pdfas.api.commons.Constants" %> -<%@ page import="at.knowcenter.wag.egov.egiz.web.servlets.UpdateFormServlet"%> -<%@ page import="at.knowcenter.wag.egov.egiz.web.FormFields" %> - -<%@ include file="language.jsp" %> - - <% - String mode = (String) session.getAttribute(UpdateFormServlet.UPLOADFORM_SIGNATURE_MODE_KEY); - String device = (String) session.getAttribute(UpdateFormServlet.UPLOADFORM_SIGNATURE_DEVICE_KEY); - String type = (String) session.getAttribute(UpdateFormServlet.UPLOADFORM_SIGNATURE_TYPE_KEY); - - String sbValue; - String sbLabel; - String sbMeta; - String sbName; - String sbDate; - String sbIssuer; - String sbNumber; - String sbKZ; - String sbID; - String sbMetaValue; - if ("SIGNATURBLOCK_DE".equals(type)) { - sbValue = "Signaturwert"; - sbLabel = "signatur-logo_de-100.png"; - sbMetaValue = "Informationen zur Prüfung der elektronischen Signatur und des Ausdrucks finden Sie unter: "; - sbName = "Unterzeichner"; - sbDate = "Datum/Zeit-UTC"; - sbIssuer = "Aussteller-Zertifikat"; - sbNumber = "Serien-Nr."; - sbKZ = "Methode"; - sbID = "Parameter"; - sbMeta = "Prüfinformation"; - } else { - sbValue = "Signature Value"; - sbLabel = "signatur-logo_en-100.png"; - sbMetaValue = "Information about the verification of the electronic signature and of the printout can be found at: "; - sbName = "Signatory"; - sbDate = "Date/Time-UTC"; - sbIssuer = "Issuer-Certificate"; - sbNumber = "Serial-No."; - sbKZ = "Method"; - sbID = "Parameter"; - sbMeta = "Verification"; - } - - %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<%= sbValue %> -
Aqs3vMeF81wm/UJjIcLOzUs9
-
dxTBzhi2RC8avQyMAmc3v
-
WEj9HT1DI3iish4smRr
-
Signatur-Logo<%= sbName %>" readonly="readonly" disabled="disabled" size="40" maxlength="255"/>
<%= sbDate %><%= DateFormatUtils.formatUTC(new Date(), "yyyy-MM-dd'T'HH:mm:ss'Z'", request.getLocale()) %>
<%= sbIssuer %> -
CN=,
-
O=,
-
C=AT
-
<%= sbNumber %>123456
<%= sbKZ %> -
urn:pdfsigfilter:
-
bka.gv.at:
-
<%= FormFields.VALUE_MODE_TEXTUAL.equals(mode) ? "text:v1.2.0" : "binaer:v1.1.0" %>
-
<%= sbID %> -
etsi-moc-1.1@dbc17c36
-
<%= sbMeta %><%= sbMetaValue %>
- \ No newline at end of file -- cgit v1.2.3