Subversion Repositories SmartDukaan

Rev

Rev 4687 | Rev 7817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4687 Rev 6977
Line 6... Line 6...
6
<body>
6
<body>
7
<form name="loginform" action="" method="post">
7
<form name="loginform" action="" method="post">
8
    <table align="left" border="0" cellspacing="0" cellpadding="3">
8
    <table align="left" border="0" cellspacing="0" cellpadding="3">
9
        <tr>
9
        <tr>
10
            <td>Username:</td>
10
            <td>Username:</td>
11
            <td><input type="text" name="username" maxlength="30"></td>
11
            <td><input type="text" name="username" maxlength="40"></td>
12
        </tr>
12
        </tr>
13
        <tr>
13
        <tr>
14
            <td>Password:</td>
14
            <td>Password:</td>
15
            <td><input type="password" name="password" maxlength="30"></td>
15
            <td><input type="password" name="password" maxlength="30"></td>
16
        </tr>
16
        </tr>