Subversion Repositories SmartDukaan

Rev

Rev 1715 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1676 ankur.sing 1
<head>
2
	<title>Registered Users</title>
3
</head>
4
<body>
5
	<div id="login" align="center">
6
	<p>Registered Users Report</p>
7
	<p>Please login to proceed.</p>
8
	<form action="" method="post">
9
		<label>Username:</label>
10
		<input name="username" id="username" type="textbox" maxlength="30"/>
11
		<br/>
12
		<label>Password:</label>
13
		<input name="password" id="password" type="password" maxlength="30"/>
14
		<br/>
15
		<input name="submit" type="submit" value="Proceed"/> 
16
	</form>
17
	</div>
18
</body>