Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
1676 ankur.sing 1
<html >
2
<head>
3
	<title>Registered Users Report</title>
4
</head>
5
<body>
1891 ankur.sing 6
	#parse("../content/reports-common.vm")
1676 ankur.sing 7
	<h2>Registered Users Report</h2>
8
	<div>
1716 ankur.sing 9
		<form action="" method="post">
5623 anupam.sin 10
			<p>
11
				Get email addresses for users activated within a given date range. 
12
				Supply tha date range by specifying the start and end date.<br />
13
				Date range should not be greater than one month.
14
			</p>
1676 ankur.sing 15
			 <div>
5623 anupam.sin 16
				Start Date (MM/DD/YYYY) : <input type="text" class="textbox" value="" name="startDate" id="startDate" /><br/>
17
				End Date (MM/DD/YYYY) : <input type="text" class="textbox" value="" name="endDate" id="endDate" /><br/>
1676 ankur.sing 18
				<input name="submit" type="submit" value="Get Report"/>
19
			 </div>
20
        </form>
21
    </div>
22
	<div id="message">
23
         $message
24
    </div>
25
</body>
26
</html>