<%@ page contentType="text/html; charset=UTF-8" language="java" errorPage=""%> <%@ page import="at.gv.egiz.pdfas.web.helper.LocalRequestHelper" %> <%@page import="at.gv.egiz.pdfas.web.servlets.SignServlet"%> <%@ page import="at.gv.egiz.pdfas.web.session.SessionAttributes" %> <%@ include file="language.jsp" %> <% String serverUrl=LocalRequestHelper.getLocalServerAddress(request,response); String baseUrl=LocalRequestHelper.getLocalContextAddress(request,response); //Check if application is started within an iframe from an extern application String extern = (String)request.getParameter("extern"); boolean startedFromIFrame = false; if (extern !=null) { if (extern.equals("yes")) { startedFromIFrame = true; } } //That the appication is entered into the IFrame now is sure session.setAttribute(SignServlet.ERROR_WITHIN_IFRAME, "yes"); String language = (String)session.getAttribute(SessionAttributes.LANGUAGE); if (language!=null) { if (language.equals("de")) {%> <% } else { %> <% } } else { %> <% } //Depending on the fact if application is called within an IFrame or normally //the styles would be different if (!startedFromIFrame) { %> <% } else { %> <% } %> <fmt:message key="pleasewait.title"/> <% if (!startedFromIFrame) { %>
<% } else { %>
<% } %>