Rev 1901 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<html ><head><title>Affiliate Report Generator</title></head><body><h2 >Affiliate Report Generator</h2><p >Select Master Affiliate to generate the report for:</p><div><form action="" method="post">Master Affiliate : <select id="masterAffiliate" name="masterAffiliate"><option value="-1">All</option>#foreach($masterAffiliate in $masterAffiliates)<option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>#end</select><input type="submit" value="Get Report"/></form></div><div id="messageError">$errorMsg</div></body></html>