|
|
@ -16,6 +16,9 @@
|
|
|
|
<div id="time_search_line" class="form_line">
|
|
|
|
<div id="time_search_line" class="form_line">
|
|
|
|
<label for="start_time">Start time</label> <input id="start_time" type="datetime-local">
|
|
|
|
<label for="start_time">Start time</label> <input id="start_time" type="datetime-local">
|
|
|
|
<label for="end_time">End time</label> <input id="end_time" type="datetime-local">
|
|
|
|
<label for="end_time">End time</label> <input id="end_time" type="datetime-local">
|
|
|
|
|
|
|
|
<label for="channel_select">Channel</label><select id="channel_select">
|
|
|
|
|
|
|
|
<option value="loadingreadyrun">loadingreadyrun</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
<button id="search_button" onclick="doSearch()" type="button">Search</button>
|
|
|
|
<button id="search_button" onclick="doSearch()" type="button">Search</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|