aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/resources/template_invoke_redirect.html
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-19 11:45:45 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-19 11:45:45 +0200
commit80686cc60dc0bccb7a42fddefefcf13dcabdd80a (patch)
tree98810b82688b0b4670351bdcfd0c3f145dd44c87 /pdf-as-web/src/main/resources/template_invoke_redirect.html
parente1b810ee9221f6247c575c669bff2ba98552c65e (diff)
downloadpdf-as-4-80686cc60dc0bccb7a42fddefefcf13dcabdd80a.tar.gz
pdf-as-4-80686cc60dc0bccb7a42fddefefcf13dcabdd80a.tar.bz2
pdf-as-4-80686cc60dc0bccb7a42fddefefcf13dcabdd80a.zip
Fixed #18, Get Parameters in external urls are not discarded
Diffstat (limited to 'pdf-as-web/src/main/resources/template_invoke_redirect.html')
-rw-r--r--pdf-as-web/src/main/resources/template_invoke_redirect.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/resources/template_invoke_redirect.html b/pdf-as-web/src/main/resources/template_invoke_redirect.html
index fcd75008..15934157 100644
--- a/pdf-as-web/src/main/resources/template_invoke_redirect.html
+++ b/pdf-as-web/src/main/resources/template_invoke_redirect.html
@@ -45,6 +45,7 @@ div.content {
<form name="CustomizedForm" action="##INVOKE_URL##" method="GET" target="##TARGET##">
<input type="submit" value="Weiter"
name="Senden">
+ ##ADD_PARAMS##
<input type="hidden" name="pdfurl" value="##PDFURL##">
<input type="hidden" name="pdflength" value="##PDFLENGTH##">
</form>