Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
7386 anupam.sin 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
<head>
4
<meta http-equiv="cache-control" content="max-age=0" />
5
<meta http-equiv="cache-control" content="no-cache" />
6
<meta http-equiv="expires" content="0" />
7
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
8
<meta http-equiv="pragma" content="no-cache" />
9
<title>Please Log In</title>
10
</head>
11
<body>
12
<form name="loginform" action="/storewebsite/!doLogin" method="post">
13
    <table align="left" border="0" cellspacing="0" cellpadding="3">
14
		#if(!$action.getMessage().equals(""))
15
			<tr>
16
                <td colspan="2" style="color: red;">Wrong password. Try Again</td>
17
            </tr>
18
		#end
19
        <tr>
19706 amit.gupta 20
            <td>Store ID:</td>
21
            <td><input type="text" name="storeid"></td>
22
        </tr>
23
        <tr>
7386 anupam.sin 24
            <td>Password:</td>
25
            <td><input type="password" name="password" maxlength="30"></td>
26
        </tr>
27
        <tr>
28
            <td colspan="2" align="right"><input type="submit" name="submit" value="Login"></td>
29
        </tr>
30
    </table>
31
</form>
32
</body>
33
</html>