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/results.jsp | 80 ----------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 src/main/webapp/jsp/results.jsp (limited to 'src/main/webapp/jsp/results.jsp') diff --git a/src/main/webapp/jsp/results.jsp b/src/main/webapp/jsp/results.jsp deleted file mode 100644 index f3ab71c..0000000 --- a/src/main/webapp/jsp/results.jsp +++ /dev/null @@ -1,80 +0,0 @@ -<%@ page contentType="text/html; charset=UTF-8" %> -<%@ page import="java.util.List" %> -<%@ page import="java.util.Iterator" %> -<%@ page import="at.knowcenter.wag.egov.egiz.sig.SignatureResponse" %> - -<%@ include file="language.jsp" %> - -<% - List results = (List) request.getAttribute("results"); - Object bb = request.getAttribute("backbutton"); - String btlurl = (String)request.getAttribute("btlurl"); - boolean backbutton = true; - if (bb != null && bb.equals("false")) { - backbutton = false; - } -%> - - - - <fmt:message key="common.title"/> - - -

-

- <% - Iterator resit = results.iterator(); - while (resit.hasNext()) { - SignatureResponse result = (SignatureResponse) resit.next(); - %> - -
-
- -
"><%= result.getSignatureCheckInfo() %>
-
- -
-
- - - - - - <% - List public_properties = result.getPublicProperties(); - Iterator propit = public_properties.iterator(); - while (propit.hasNext()) { - String public_property = (String) propit.next(); - %> - - <% - } - %> - -
:<%= result.getX509SubjectName() %>
:<%= result.getX509IssuerName() %>
:<%= result.getX509SerialNumber() %>
:<%= public_property %>
:"><%= result.getCertificateCheckInfo() %>
-
- -
-
- -
"><%= result.getSignatureManifestCheckInfo() %>
-
- - <% - if (resit.hasNext()) { - %> -
- <% - } - } - %> -
- <% if (backbutton) { %> - - <% } %> - <% if (btlurl != null) { %> - - <% } %> - - -- cgit v1.2.3