Rev 5719 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<html ><head><title>Store Collection Report Generator</title></head><body>#parse("../content/reports-common.vm")<h2>Store Collection Report Generator</h2><p>Specify the date range (dd/MM/yyyy):</p><div><form action="" method="post"><div class="register-row"><label><span>Select Store</span></label><select id="storeId" name="storeId">#set($stores = $action.getAllStores())<option value="0">All Stores</option>#foreach($store in $stores)<option value="$store.getId()">$store.getHotspotId() : $store.getName()</option>#end</select><div class="clearBoth"></div></div><br/><div class="register-row"><label><span>Start Date:</span></label><div class="imgTextBox textbox-image"><input type="text" class="textbox" value="" name="startDate" id="datepicker" /></div><div class="clearBoth"></div></div><br/><div class="register-row"><label><span>End Date:</span></label><div class="imgTextBox textbox-image"><input type="text" class="textbox" value="" name="endDate" id="datepicker1" /></div><div class="clearBoth"></div></div><br/><div><input name="submit" type="submit" value="Get Report"/></div></form></div><div id="messageError">$errorMsg</div></body></html>