diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-01-09 12:52:06 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-01-09 12:52:06 +0100 |
commit | 11c4bfac46f66ab3ba24b6354a6a372da40c0b1f (patch) | |
tree | c1e8f6f9b11eb8d939fefb08ef35ece09eab51a5 /pdf-as-web/src/main/webapp/index.jsp | |
parent | cec0065b747d30c6a0a17d18f2c7c8962a9102ed (diff) | |
download | pdf-as-4-11c4bfac46f66ab3ba24b6354a6a372da40c0b1f.tar.gz pdf-as-4-11c4bfac46f66ab3ba24b6354a6a372da40c0b1f.tar.bz2 pdf-as-4-11c4bfac46f66ab3ba24b6354a6a372da40c0b1f.zip |
PDF-AS web Developments
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp new file mode 100644 index 00000000..2dd79101 --- /dev/null +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -0,0 +1,21 @@ +<html> +<head> +<title>PDF-Signatur</title> +</head> +<body> +<form role="form" action="Sign" method="POST" enctype="multipart/form-data"> + <div class="form-group"> + <label for="exampleInputFile">Signieren: </label> + <input type="file" name="pdfFile" id="pdfFile"> + <p class="help-block">Zu signierende PDF Datei</p> + </div> + <div class="form-group"> + <button type="submit" value="jks" name="connector" class="btn btn-primary">JKS</button> + <button type="submit" value="bku" name="connector" class="btn btn-primary">Lokale BKU</button> + <button type="submit" value="onlinebku" name="connector" class="btn btn-primary">Online BKU</button> + <button type="submit" value="mobilebku" name="connector" class="btn btn-primary">Handy</button> + <button type="submit" value="moa" name="connector" class="btn btn-primary">MOA-SS</button> + </div> +</form> +</body> +</html>
\ No newline at end of file |