From b46cb295c8ff33020c61b19676f5142d8e361e8b Mon Sep 17 00:00:00 2001 From: knowcenter Date: Wed, 25 Jul 2007 14:58:25 +0000 Subject: ID field by MOA signs not visible anymore No problems with BKU results page (CSS, Zurueck) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@155 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- webapp/jsp/local_connection_page.jsp | 3 +-- webapp/jsp/null_request_page.jsp | 43 ++++++++++++++++++++++++++++++++++-- webapp/jsp/results.jsp | 6 +++-- 3 files changed, 46 insertions(+), 6 deletions(-) (limited to 'webapp/jsp') diff --git a/webapp/jsp/local_connection_page.jsp b/webapp/jsp/local_connection_page.jsp index 91ba403..16c7ea1 100644 --- a/webapp/jsp/local_connection_page.jsp +++ b/webapp/jsp/local_connection_page.jsp @@ -14,7 +14,6 @@ -

PDF-AS Amtssignaturen

@@ -44,7 +43,7 @@
-zurück +zurück diff --git a/webapp/jsp/null_request_page.jsp b/webapp/jsp/null_request_page.jsp index 60e35a9..7bb3541 100644 --- a/webapp/jsp/null_request_page.jsp +++ b/webapp/jsp/null_request_page.jsp @@ -9,6 +9,45 @@ PDF-AS Amtssignaturen Lokale Verbindung + + + @@ -41,7 +80,7 @@ -zurück +zurück - + \ No newline at end of file diff --git a/webapp/jsp/results.jsp b/webapp/jsp/results.jsp index 833c35a..02e084f 100644 --- a/webapp/jsp/results.jsp +++ b/webapp/jsp/results.jsp @@ -2,6 +2,8 @@ <%@ page import="java.util.List" %> <%@ page import="java.util.Iterator" %> <%@ page import="at.knowcenter.wag.egov.egiz.sig.SignatureResponse" %> +<%@ page import="at.knowcenter.wag.egov.egiz.web.LocalRequestHelper" %> + <% List results = (List) request.getAttribute("results"); Object bb = request.getAttribute("backbutton"); @@ -16,7 +18,7 @@ PDF-AS Amtssignaturen Resultat - +
@@ -83,7 +85,7 @@ if (backbutton) { %> -zurück +zurück <% } %> -- cgit v1.2.3