Subversion Repositories SmartDukaan

Rev

Rev 3293 | 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">
            Start Date (MM/dd/yyyy) : <input type="text" class="textbox" value="" name="startDate" id="startDate" /><br/>
                        End Date (MM/dd/yyyy) : <input type="text" class="textbox" value="" name="endDate" id="endDate" /><br/>
            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><br/>
                        <input type="submit" value="Get Report"/>
        </form>
    </div>
        <div id="messageError">
         $errorMsg
    </div>
</body>
</html>