[rs-commit] r4 - /rst-interop/trunk/src/site/xhtml5/crypto.signText/index.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Sep 7 16:21:47 CEST 2021
Author: minfrin at redwax.eu
Date: Tue Sep 7 16:21:47 2021
New Revision: 4
Log:
Make the signed text visible.
Modified:
rst-interop/trunk/src/site/xhtml5/crypto.signText/index.xhtml5
Modified: rst-interop/trunk/src/site/xhtml5/crypto.signText/index.xhtml5
==============================================================================
--- rst-interop/trunk/src/site/xhtml5/crypto.signText/index.xhtml5 (original)
+++ rst-interop/trunk/src/site/xhtml5/crypto.signText/index.xhtml5 Tue Sep 7 16:21:47 2021
@@ -40,10 +40,13 @@
</p>
<form id="createform" method="POST" action="">
- <input type="hidden" name="signed" id="signed" value="" />
<p>
<label>Enter text to sign:</label>
<textarea name="tobesigned" id="name">I read the terms and conditions.</textarea>
+ </p>
+ <p>
+ <label>Resulting signed text:</label>
+ <textarea name="signed" id="result"></textarea>
</p>
<p>
<button id="submit" type="button" onclick="javascript:return signRequest(form);">Sign</button>
More information about the rs-commit
mailing list