aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/verifystart.jsp
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2013-11-12 12:26:10 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2013-11-12 12:26:10 +0100
commit7b2e2b640b0f392183f7927f692936950d3fabfc (patch)
treeffd4acccb62f2679ff613bf0cd8cd0850186b465 /pdf-as-web/src/main/webapp/verifystart.jsp
parentdd43264f702c5e0351cc63835862c55f3e847634 (diff)
downloadpdf-as-4-7b2e2b640b0f392183f7927f692936950d3fabfc.tar.gz
pdf-as-4-7b2e2b640b0f392183f7927f692936950d3fabfc.tar.bz2
pdf-as-4-7b2e2b640b0f392183f7927f692936950d3fabfc.zip
SecurityLayer commands included
Diffstat (limited to 'pdf-as-web/src/main/webapp/verifystart.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/verifystart.jsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp
new file mode 100644
index 00000000..cf8187bf
--- /dev/null
+++ b/pdf-as-web/src/main/webapp/verifystart.jsp
@@ -0,0 +1,13 @@
+<html>
+<head>
+</head>
+<body>
+<h1>Verify PDF-Dokument</h1>
+<form action="Sign" method="POST" enctype="multipart/form-data">
+
+ <input type="file" name="pdffile" />
+
+ <input type="submit" value="Verfiy">
+</form>
+</body>
+</html> \ No newline at end of file