Subversion Repositories SmartDukaan

Rev

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