<%--
 Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved.
 Use is subject to license terms.
--%>

<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<fmt:setBundle basename="LocalStrings"/>

<html>
<body>
<h1><fmt:message key="login.jsp.title"/></h1>

<form method="POST" action="j_security_check" >
 <fmt:message key="login.jsp.username"/><input type="text" name="j_username"><br>
 <fmt:message key="login.jsp.password"/><input type="password" name="j_password"><br> 
 <br>
 <input type="submit" value="login">
</form>

</body>
</html>