From fd246aac937b72df12b52e4c7de57b2c269744fc Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 2 May 2023 22:59:16 +0100 Subject: [PATCH] sign v2 --- .../controller/web/GeneralWebController.java | 11 + src/main/resources/templates/sign.html | 282 ++++++++++++++++++ 2 files changed, 293 insertions(+) create mode 100644 src/main/resources/templates/sign.html diff --git a/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java b/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java index 14ec0be6..28e6d229 100644 --- a/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java +++ b/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java @@ -66,4 +66,15 @@ public class GeneralWebController { model.addAttribute("currentPage", "split-pdfs"); return "split-pdfs"; } + + + + + @GetMapping("/sign") + @Hidden + public String signForm(Model model) { + model.addAttribute("currentPage", "sign"); + return "sign"; + } + } diff --git a/src/main/resources/templates/sign.html b/src/main/resources/templates/sign.html new file mode 100644 index 00000000..8613ec07 --- /dev/null +++ b/src/main/resources/templates/sign.html @@ -0,0 +1,282 @@ + + + +
+