aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/jsp/signupload.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/jsp/signupload.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/jsp/signupload.jsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/webapp/jsp/signupload.jsp b/pdf-as-web/src/main/webapp/jsp/signupload.jsp
index f4ea914..c695e8a 100644
--- a/pdf-as-web/src/main/webapp/jsp/signupload.jsp
+++ b/pdf-as-web/src/main/webapp/jsp/signupload.jsp
@@ -63,7 +63,7 @@
boolean testMode = request.getContextPath().startsWith("/test-");
//boolean forceTextualForMocca = false;
- String requestLang = (String)request.getParameter("lang");
+ String requestLang = (String)request.getParameter("locale");
String sessionLang = (String)session.getAttribute(SessionAttributes.LANGUAGE);
String language = "";
@@ -805,7 +805,7 @@
<!-- The IFrame and Local BKU button -->
<div class="rechts" id="signiframe" style="display:none">
<div class="rechtsinhalt" id="signiframeintern">
- <div style="background:#e6f2fa"><iframe id="iframe" src="https://www.buergerkarte.at/test-pdf-as/jsp/please_wait.jsp" name="iframe" width="190px" height="190px" scrolling="no" title="iframe" frameborder="0">
+ <div style="background:#e6f2fa"><iframe id="iframe" src="<%=baseUrl %>/jsp/please_wait.jsp" name="iframe" width="190px" height="190px" scrolling="no" title="iframe" frameborder="0">
</iframe></div>
<div class="pdfassmallverticalspace"></div>
<div id="localbku" style="display:none; border-top:1px solid black; text-align:left; padding:3px">
@@ -840,7 +840,7 @@
<!-- Form that sets the source choosed and eventually the text when free text is choosen.
This is for passing the information when the change language link was hit. -->
- <form name="changelanguage" id="changelanguage" method="post" accept-charset="UTF-8" action="https://www.buergerkarte.at/test-pdf-as/jsp/signupload.jsp" target="_self">
+ <form name="changelanguage" id="changelanguage" method="post" accept-charset="UTF-8" action="<%=baseUrl %>/" target="_self">
<% if (german) { %>
<input type="hidden" name="newlanguage" value="de"/>
<% } else { %>