<html> <body> <h1>title</h1> %(login)s <br> <form action="./auth.cgi" method="post"> <input type="hidden" name='action' value="login"> username <input type="text" name="username"><br> passwd <input type="text" name="passwd"><br> <input type="submit"> </form> </body> </html>