aboutsummaryrefslogtreecommitdiff
path: root/simpleSigning/src/main/resources/html/questionForm.html
diff options
context:
space:
mode:
Diffstat (limited to 'simpleSigning/src/main/resources/html/questionForm.html')
-rw-r--r--simpleSigning/src/main/resources/html/questionForm.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/simpleSigning/src/main/resources/html/questionForm.html b/simpleSigning/src/main/resources/html/questionForm.html
new file mode 100644
index 0000000..5f6559d
--- /dev/null
+++ b/simpleSigning/src/main/resources/html/questionForm.html
@@ -0,0 +1,21 @@
+<!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 name="CustomizedForm" action="##ACTIONURL##" method="POST"
+ enctype="multipart/form-data">
+ ##REPLACE##FILEUP##
+ ##REPLACE##BKUSEL##
+ </form>
+
+ <script language="javascript" type="text/javascript">
+ ##REPLACE##SCRIPT##
+ </script>
+</body>
+</html> \ No newline at end of file