Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1611 ankur.sing 1
<head>
2
	<title>Saholic Statistics</title>
3
</head>
4
<body>
5
	<div id="login" align="center">
6
	<p>
7
		Please login to proceed.
8
	</p>
9
	<form action="statistics" method="post">
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>