<html><body> <h3>Form to generate a key</h3> <form action="process.php" method="post"> <table border=1> <tr><td>Name:</td><td><input type="text" name="userName"></td></tr> <tr><td>Comment:</td><td><input type="text" name="comment"></td></tr> <tr><td>Email:</td><td> <input type="text" name="userEmail"></td></tr> <tr><td>Passphrase:</td><td><input type="text" name="passphrase"></td></tr> <tr><td colspan=2><input type="submit" name="action" value="gen_key"></td></tr> </table> </form> <p><font size=-1>All the fields are obligatory, except the comment field</font></p> </body></html>