| 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>
|
|
|
20 |
<td>Password:</td>
|
|
|
21 |
<td><input type="password" name="password" maxlength="30"></td>
|
|
|
22 |
</tr>
|
|
|
23 |
<tr>
|
|
|
24 |
<td colspan="2" align="right"><input type="submit" name="submit" value="Login"></td>
|
|
|
25 |
</tr>
|
|
|
26 |
</table>
|
|
|
27 |
</form>
|
|
|
28 |
</body>
|
|
|
29 |
</html>
|