31 lines
895 B
HTML
Executable File
31 lines
895 B
HTML
Executable File
<!-- Capture Stats Header -->
|
|
|
|
<div id="small-header">
|
|
<fieldset id="platform-field" class="one-fourth-element ">
|
|
<label for="platform">Platform: </label>
|
|
<select id="platform"></select>
|
|
</fieldset>
|
|
|
|
<fieldset id="build-field" class="one-fourth-element ">
|
|
<label for="build">Build: </label>
|
|
<select id="build"></select>
|
|
</fieldset>
|
|
|
|
<fieldset id="build-config-field" class="one-fourth-element">
|
|
<label for="build-config">Build-Config: </label>
|
|
<select id="build-config"></select>
|
|
</fieldset>
|
|
|
|
<span>
|
|
<input id="filter-force" type="checkbox" value="" />
|
|
<label for="filter-force" title="Check to force recaching of the report">Force</label>
|
|
</span>
|
|
|
|
|
|
|
|
<span>
|
|
<input type="button" name="filter" id="filter" value="Filter" title="Click to filter by the current selection" />
|
|
</span>
|
|
|
|
</div>
|
|
|