From 658c5b04a5a6214c98a9b45b772b94572e11f707 Mon Sep 17 00:00:00 2001 From: rpiazzi Date: Thu, 13 Oct 2011 16:36:10 +0000 Subject: Added support of mobile signature (test mode) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@861 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../src/main/webapp/jsp/null_request_page.jsp | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp b/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp index fd5ca76..661230a 100644 --- a/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp +++ b/pdf-as-web/src/main/webapp/jsp/null_request_page.jsp @@ -25,6 +25,7 @@ boolean isServerBKU = false; boolean isLocalBKU = false; boolean isMobileBKU = false; + boolean isMobileTest = false; SignSessionInformation ssi = null; @@ -34,6 +35,7 @@ isServerBKU = Constants.SIGNATURE_DEVICE_MOC.equals(ssi.connector); isLocalBKU = Constants.SIGNATURE_DEVICE_BKU.equals(ssi.connector); isMobileBKU = Constants.SIGNATURE_DEVICE_MOBILE.equals(ssi.connector); + isMobileTest = Constants.SIGNATURE_DEVICE_MOBILETEST.equals(ssi.connector); } else { VerifySessionInformation vsi = (VerifySessionInformation) si; isExternalInvocation = vsi.exappinf != null; @@ -262,6 +264,33 @@ <% } %> + <% // if Mobiletest %> + <% } if (isMobileTest) { %> + +
+
+ + + + + + <% if (language != null) { %> + + <% } // end if %> +
+ <% if (!isExternalInvocation) { %> + + <% } else { %> + + <% } %> +
+ <% } //If local BKU is choosed the whole page has to be shown if (isLocalBKU) { -- cgit v1.2.3