Subversion Repositories SmartDukaan

Rev

Rev 7386 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>Please Log In</title>
</head>
<body>
<form name="loginform" action="/storewebsite/!doLogin" method="post">
    <table align="left" border="0" cellspacing="0" cellpadding="3">
                #if(!$action.getMessage().equals(""))
                        <tr>
                <td colspan="2" style="color: red;">Wrong password. Try Again</td>
            </tr>
                #end
        <tr>
            <td>Store ID:</td>
            <td><input type="text" name="storeid"></td>
        </tr>
        <tr>
            <td>Password:</td>
            <td><input type="password" name="password" maxlength="30"></td>
        </tr>
        <tr>
            <td colspan="2" align="right"><input type="submit" name="submit" value="Login"></td>
        </tr>
    </table>
</form>
</body>
</html>