aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src
diff options
context:
space:
mode:
authorrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-10-13 16:36:43 +0000
committerrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-10-13 16:36:43 +0000
commit2f6c909d02b598c4f411db7e6c274bfb86c9f3ef (patch)
tree083f60771da4daff6b273e1b13e6396187ddde1a /pdf-as-web/src
parent658c5b04a5a6214c98a9b45b772b94572e11f707 (diff)
downloadpdf-as-3-2f6c909d02b598c4f411db7e6c274bfb86c9f3ef.tar.gz
pdf-as-3-2f6c909d02b598c4f411db7e6c274bfb86c9f3ef.tar.bz2
pdf-as-3-2f6c909d02b598c4f411db7e6c274bfb86c9f3ef.zip
Corrected still some static path
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@862 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/src')
-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 { %>