clean up pages, dont send the document to server

This commit is contained in:
Jonathan Jenne
2023-11-17 13:46:38 +01:00
parent 89e6903c0b
commit 2b7cd4a209
7 changed files with 201 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
@{
ViewData["Title"] = "Privacy Policy";
ViewData["Title"] = "Dokument unterschrieben";
}
<div id="page-success" class="container p-5">
@@ -10,11 +10,11 @@
<path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z" />
</svg>
</div>
<h1>Umschlag erfolgreich signiert!</h1>
<h1>Dokument erfolgreich signiert!</h1>
</header>
<section class="text-center">
<p>Sie haben das Dokument erfolgreich signiert. Im Anschluss erhalten Sie eine schriftliche Bestätigung.</p>
<p>Sie haben das Dokument signiert. Im Anschluss erhalten Sie eine schriftliche Bestätigung.</p>
</section>

View File

@@ -20,18 +20,5 @@
}
</ul>
</section>
<section>
<a href="#" id="url" target="_blank">Show image</a>
<img src="#" id="img" />
</section>
<script>
document.addEventListener("DOMContentLoaded", function() {
const anno = new Annotation()
anno.createAnnotationFrameBlob("Deine Mudda", 200, 80).then(url => document.getElementById("img").src = url)
})
</script>
</div>

View File

@@ -1,5 +1,5 @@
@{
ViewData["Title"] = "Privacy Policy";
ViewData["Title"] = "Dokument unterschreiben";
}
<script>