<% # $Id: login-form.inc.php,v 1.2 2004/01/27 19:11:12 hirokai Exp $ %> <input type="hidden" name="op" value="login" /> user: <input type="text" name="userId" value="<%= $sessionUserId %>" size="10" maxlength="64" /> password: <input type="password" name="password" size="10" maxlength="64" /> <br /> <input type="submit" value="login!" class="button" style="margin-top: 6px;" />