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/null_request_page.jsp | 107 ------------------------------ 1 file changed, 107 deletions(-) delete mode 100644 src/main/webapp/jsp/null_request_page.jsp (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 deleted file mode 100644 index 07331d6..0000000 --- a/src/main/webapp/jsp/null_request_page.jsp +++ /dev/null @@ -1,107 +0,0 @@ -<%@ 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" %> -<%@ page import="at.gv.egiz.pdfas.web.SignSessionInformation" %> -<%@ page import="at.knowcenter.wag.egov.egiz.web.SessionAttributes" %> -<%@ include file="language.jsp" %> -<% - String local_request_url = (String)request.getAttribute("local_request_url"); - String data_url = (String) request.getAttribute("data_url"); - HttpSessionBindingListener si = (HttpSessionBindingListener) session.getAttribute(SessionAttributes.ATTRIBUTE_SESSION_INFORMATION); - Locale locale = (Locale) session.getAttribute(LocaleParamFilter.LOCALE_SESSION_KEY); - - boolean isExternalInvocation = false; - boolean isServerBKU = false; - if (si instanceof SignSessionInformation) { - SignSessionInformation ssi = (SignSessionInformation) si; - isExternalInvocation = ssi.exappinf != null; - isServerBKU = Constants.SIGNATURE_DEVICE_MOC.equals(ssi.connector); - } else { - VerifySessionInformation vsi = (VerifySessionInformation) si; - isExternalInvocation = vsi.exappinf != null; - isServerBKU = Constants.SIGNATURE_DEVICE_MOC.equals(vsi.connector); - } -%> - -<%@page import="at.gv.egiz.pdfas.web.VerifySessionInformation"%> - - - <fmt:message key="nullrequestpage.title"/> - - - - - <% if (!isExternalInvocation) { %> -

-

- <% } // end if %> - - <% if (isServerBKU) { %> - <% if (!isExternalInvocation) { %> -
- <% } // end if %> -
- - - - - <% if (locale != null) { %> - - <% } // end if %> -
- <% if (!isExternalInvocation) { %> -
- - <% } else { // end if %> - - <% } // end if %> - - <% } else { %> - <% if (isExternalInvocation) { %> -
- <% } else { %> -
-
- <% } // end if %> -
- - - <% if (locale != null) { %> - - <% } // end if %> - <% if (!isExternalInvocation) { %> - " /> - <% } // end if %> -
- <% } // end if %> - - <% if (!isExternalInvocation) { %> -
- - <% } // end if %> - - - - -- cgit v1.2.3