<title>Wialon Playground - Execute report</title>
<script type="text/javascript" src="//code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="//hst-api.wialon.com/wsdk/script/wialon.js"></script>
<tr><td>Select resource and template:</td><td><select id="res"></select><select id="templ"></select></td></tr>
<tr><td>Select unit:</td><td><select id="units"></select></td></tr>
<td>Select time interval:</td>
<td><select id="interval">
<option value="86400" title="60 sec * 60 minutes * 24 hours = 86400 sec = 1 day">Last day</option>
<option value="604800" title="86400 sec * 7 days = 604800 sec = 1 week">Last week</option>
<option value="2592000" title="86400 sec * 30 days = 2592000 sec = 1 month">Last month</option>
<td colspan="2" style="text-align:center;"><input type="button" value="Execute report" id="exec_btn"/>
<input type="button" value="Clear result" id="clear_btn"/>