Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
1586 ankur.sing 1
<html >
2
<head>
3
	<title>Payment Details Report Generator</title>
4
</head>
5
<body>
1891 ankur.sing 6
	#parse("../content/reports-common.vm")
3449 chandransh 7
	<h2>Payment Details Report Generator</h2>
8
	<p>Specify the date range (MM/dd/yyyy):</p>
1586 ankur.sing 9
	<div>
1716 ankur.sing 10
		<form action="" method="post">
1586 ankur.sing 11
			<div class="register-row">
12
				<label><span>Start Date:</span></label>
13
                <div class="imgTextBox textbox-image">
14
					<input type="text" class="textbox" value="" name="startDate" id="datepicker" />
15
                </div>
16
                <div class="clearBoth"></div>	
17
             </div>
18
			 <br/>
19
			 <div class="register-row">
20
				<label><span>End Date:</span></label>
21
                <div class="imgTextBox textbox-image">
1677 ankur.sing 22
					<input type="text" class="textbox" value="" name="endDate" id="datepicker1" />
1586 ankur.sing 23
                </div>
24
                <div class="clearBoth"></div>	
25
             </div>
26
			 <br/>
1881 ankur.sing 27
			 <div class="register-row">
28
                 <label><span>Status:</span></label>
29
                <input type="radio" name="status" value="0" id="successful">Successful</input>
30
                <input type="radio" name="status" value="1" id="failed">Pending & Failed</input>
31
             </div>
32
			 <br/>
1586 ankur.sing 33
			 <div>
34
				<input name="submit" type="submit" value="Get Report"/>
35
			 </div>
36
        </form>
37
    </div>
38
	<div id="messageError">
39
         $errorMsg
40
    </div>
41
</body>
42
</html>