diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-03-26 14:16:11 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-03-26 14:16:11 +0000 |
commit | b03eb7594abac17f1a0d77dde67940f8ab133e11 (patch) | |
tree | 26a28c9cb8cb765b785ec2995effa2139fa28da7 /src/main/webapp/jsp/null_request_page.jsp | |
parent | 9cd6db562ef3a19837feb1b5d0b2892c9c1b41d1 (diff) | |
download | pdf-as-3-b03eb7594abac17f1a0d77dde67940f8ab133e11.tar.gz pdf-as-3-b03eb7594abac17f1a0d77dde67940f8ab133e11.tar.bz2 pdf-as-3-b03eb7594abac17f1a0d77dde67940f8ab133e11.zip |
Layout for webapplication adjusted for IE.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@335 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp/jsp/null_request_page.jsp')
-rw-r--r-- | src/main/webapp/jsp/null_request_page.jsp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/webapp/jsp/null_request_page.jsp b/src/main/webapp/jsp/null_request_page.jsp index 6d1008a..7f60325 100644 --- a/src/main/webapp/jsp/null_request_page.jsp +++ b/src/main/webapp/jsp/null_request_page.jsp @@ -74,6 +74,9 @@ <form action="<%= local_request_url %>" name="submitform" accept-charset="UTF-8" method="post">
<input type="hidden" name="XMLRequest" value="<?xml version='1.0' encoding='UTF-8'?><NullOperationRequest xmlns='http://www.buergerkarte.at/namespaces/securitylayer/1.2#'/>" />
<input type="hidden" name="DataURL" value="<%= data_url %>" />
+ <% if (locale != null) { %>
+ <input type="hidden" name="locale" value="<%= locale.toString() %>"/>
+ <% } // end if %>
<% if (!isExternalInvocation) { %>
<input type="submit" id="SendRequestButton" value="<fmt:message key="nullrequestpage.button.submit"/>" />
<% } // end if %>
|