Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
4687 mandeep.dh 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
<head>
7819 amar.kumar 4
<meta http-equiv="Cache-Control" CONTENT="no-cache no-store must-revalidate">
5
<meta http-equiv="Expires" CONTENT="0">
4687 mandeep.dh 6
<title>Please Log In</title>
7
</head>
8
<body>
9
<form name="loginform" action="" method="post">
10
    <table align="left" border="0" cellspacing="0" cellpadding="3">
11
        <tr>
12
            <td>Username:</td>
6977 amar.kumar 13
            <td><input type="text" name="username" maxlength="40"></td>
4687 mandeep.dh 14
        </tr>
15
        <tr>
16
            <td>Password:</td>
17
            <td><input type="password" name="password" maxlength="30"></td>
18
        </tr>
19
        <tr>
20
            <td colspan="2" align="left"><input type="checkbox" name="rememberMe"><font size="2">Remember Me</font></td>
21
        </tr>
22
        <tr>
23
            <td colspan="2" align="right"><input type="submit" name="submit" value="Login"></td>
24
        </tr>
25
    </table>
26
</form>
27
</body>
28
</html>