Subversion Repositories SmartDukaan

Rev

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

Rev 1901 Rev 2501
Line 6... Line 6...
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
			Master Affiliate : <select id="masterAffiliate" name="masterAffiliate">
10
			Master Affiliate : <select id="masterAffiliate" name="masterAffiliate">
-
 
11
                                   <option value="-1">All</option>
11
                      #foreach($masterAffiliate in $masterAffiliates)
12
                      #foreach($masterAffiliate in $masterAffiliates)
12
                                   <option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>
13
                                   <option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>
13
                      #end
14
                      #end
14
                               </select>
15
                               </select>
15
			<input type="submit" value="Get Report"/>
16
			<input type="submit" value="Get Report"/>