Subversion Repositories SmartDukaan

Rev

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

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