| Line 8... |
Line 8... |
| 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/>
|
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/>
|
11 |
End Date (MM/dd/yyyy) : <input type="text" class="textbox" value="" name="endDate" id="endDate" /><br/>
|
| 12 |
Master Affiliate : <select id="masterAffiliate" name="masterAffiliate">
|
12 |
Master Affiliate : <select id="masterAffiliate" name="masterAffiliate">
|
| 13 |
<option value="-1">All</option>
|
13 |
<!--<option value="-1">All</option>-->
|
| 14 |
#foreach($masterAffiliate in $masterAffiliates)
|
14 |
#foreach($masterAffiliate in $masterAffiliates)
|
| 15 |
<option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>
|
15 |
<option value="$masterAffiliate.getId()">$masterAffiliate.getName()</option>
|
| 16 |
#end
|
16 |
#end
|
| 17 |
</select><br/>
|
17 |
</select><br/>
|
| 18 |
<input type="submit" value="Get Report"/>
|
18 |
<input type="submit" value="Get Report"/>
|