]> git.siccegge.de Git - ksp-webtool.git/commitdiff
Add form to add keys via a webbrowser
authorChristoph Egger <christoph@anonymous.siccegge.de>
Tue, 25 Nov 2014 19:20:19 +0000 (20:20 +0100)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Tue, 25 Nov 2014 19:20:19 +0000 (20:20 +0100)
templates/index.html

index 295b3834649bb7ba2735aaff36b866cce988572e..2827c1aa94fb311e5fca7b3901f879ccef2386c2 100644 (file)
   {% endfor %}
   {% endfor %}
 </table>
+
+<h3>Submit Key</h3>
+<form method="POST" action="/pks/add">
+  <textarea name="keytext" cols="80" rows="30"></textarea>
+  <input type="submit" value="Submit" />
+</form>
 </body>
 </html>