Subversion Repositories SmartDukaan

Rev

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


<head>
        <title>Registered Users</title>
</head>
<body>
        <div id="login" align="center">
        <p>Registered Users Report</p>
        <p>Please login to proceed.</p>
        <form action="" method="post">
                <label>Username:</label>
                <input name="username" id="username" type="textbox" maxlength="30"/>
                <br/>
                <label>Password:</label>
                <input name="password" id="password" type="password" maxlength="30"/>
                <br/>
                <input name="submit" type="submit" value="Proceed"/> 
        </form>
        </div>
</body>