aboutsummaryrefslogtreecommitdiff
path: root/simpleSigning/src/main/resources/html/resize_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'simpleSigning/src/main/resources/html/resize_form.html')
-rw-r--r--simpleSigning/src/main/resources/html/resize_form.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/simpleSigning/src/main/resources/html/resize_form.html b/simpleSigning/src/main/resources/html/resize_form.html
new file mode 100644
index 0000000..7c419c4
--- /dev/null
+++ b/simpleSigning/src/main/resources/html/resize_form.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="de">
+<head>
+<title></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+<link media="screen" href="pdfas.css" type="text/css" rel="stylesheet">
+
+</head>
+<body>
+ <form id="resizeForm" name="CustomizedForm" action="##ACTIONURL##" method="GET">
+ <input type="hidden" name="RESIZE" value="1">
+ <input type="submit" value="weiter" id="weiter">
+ </form>
+ <script language="javascript" type="text/javascript">
+ ##REPLACE##SCRIPT##
+
+ var form = document.getElementById("resizeForm");
+ form.submit();
+ </script>
+</body>
+</html> \ No newline at end of file