<title>Wialon Playground - Create report template</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 colspan="2" style="text-align:center;"><b>Create unit trips report</b></td></tr>
<tr><td>Select resource:</td><td><select id="res"></select></td></tr>
<tr><td>Report name:</td><td><input type="text" id="r_name"/></td></tr>
<li><input class="rep_col" type="checkbox" id="duration"/><label for="duration">Move time</label></li>
<li><input class="rep_col" type="checkbox" id="mileage"/><label for="mileage">Mileage in trips</label></li>
<li><input class="rep_col" type="checkbox" id="avg_speed"/><label for="avg_speed">Average speed in trips</label></li>
<li><input class="rep_col" type="checkbox" id="max_speed"/><label for="max_speed">Max speed in trips</label></li>
<li><input class="rep_col" type="checkbox" id="trips_count"/><label for="trips_count">Trips count</label></li>
<tr><td colspan="2" style="text-align:center;">
<input type="button" value="Create report" id="create_btn"/>