Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1891 ankur.sing 1
<head>
2
	<title>Saholic Reports</title>
3
</head>
4
<body>
5
	<div id="login" align="center">
6
	<p>
7
		Saholic Reports<br/>
8
		Please login to proceed.
9
	</p>
10
	<form action="$action.getServletContextPath()/reports" method="post">
11
		<label>Username:</label>
12
		<input name="username" id="username" type="textbox" maxlength="30"/>
13
		<br/>
14
		<label>Password:</label>
15
		<input name="password" id="password" type="password" maxlength="30"/>
16
		<br/>
17
		<input name="submit" type="submit" value="Proceed"/>
18
		<br/>
19
		<div id="messageError">$errorMsg</div>
20
	</form>
21
	</div>
22
</body>