Subversion Repositories SmartDukaan

Rev

Rev 2501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2501 Rev 3293
Line 5... Line 5...
5
<body>
5
<body>
6
	<h2 >Affiliate Report Generator</h2>
6
	<h2 >Affiliate Report Generator</h2>
7
	<p >Select Master Affiliate to generate the report for:</p>
7
	<p >Select Master Affiliate to generate the report for:</p>
8
	<div>
8
	<div>
9
		<form action="" method="post">
9
		<form action="" method="post">
-
 
10
            Start Date (MM/dd/yyyy) : <input type="text" class="textbox" value="" name="startDate" id="startDate" /><br/>
-
 
11
			End Date (MM/dd/yyyy) : <input type="text" class="textbox" value="" name="endDate" id="endDate" /><br/>
10
			Master Affiliate : <select id="masterAffiliate" name="masterAffiliate">
12
            Master Affiliate : <select id="masterAffiliate" name="masterAffiliate">
11
                                   <option value="-1">All</option>
13
                                   <option value="-1">All</option>
12
                      #foreach($masterAffiliate in $masterAffiliates)
14
                      #foreach($masterAffiliate in $masterAffiliates)
13
                                   <option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>
15
                                   <option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>
14
                      #end
16
                      #end
15
                               </select>
17
                               </select><br/>
16
			<input type="submit" value="Get Report"/>
18
			<input type="submit" value="Get Report"/>
17
        </form>
19
        </form>
18
    </div>
20
    </div>
19
	<div id="messageError">
21
	<div id="messageError">
20
         $errorMsg
22
         $errorMsg