aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-01-12 19:17:33 +0100
committerThomas <>2023-01-12 19:17:33 +0100
commit7e0a617fc75016d059ca1a976c76c307cb805bc9 (patch)
tree13dd7cac37f5937c0979dec160188f0fdecb873c
parent3c96267c458986a0295067dff218feb96985e4ec (diff)
downloadpdf-as-4-7e0a617fc75016d059ca1a976c76c307cb805bc9.tar.gz
pdf-as-4-7e0a617fc75016d059ca1a976c76c307cb805bc9.tar.bz2
pdf-as-4-7e0a617fc75016d059ca1a976c76c307cb805bc9.zip
feat(ux): update signature-verification screen to select interal or moa-sp verification
-rw-r--r--pdf-as-web/src/main/webapp/verifystart.jsp7
1 files changed, 7 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp
index 339cb464..43765b35 100644
--- a/pdf-as-web/src/main/webapp/verifystart.jsp
+++ b/pdf-as-web/src/main/webapp/verifystart.jsp
@@ -10,6 +10,13 @@
<option>json</option>
</select>
+ <select name="verify-level">
+ <option selected="selected">intOnly</option>
+ <option>full</option>
+ </select>
+
+
+
<input type="file" name="pdf-file" />
<input type="submit" value="Verfiy">