Files
2025-09-29 00:52:08 +02:00

37 lines
1.2 KiB
HTML
Executable File

<div id="big-header">
<fieldset id="dt-build-field" class="difficulty-tracking">
<legend title="Filter by selected Builds">Build:
<span>
<input id="build-split" type="checkbox" value="">
<label for="build-split">(Check to Split)<label>
</span>
</legend>
<select id="dt-build" multiple="multiple"></select>
</fieldset>
<fieldset id="dt-platform-field" class="difficulty-tracking">
<legend title="Filter by selected Platforms">Platform: </legend>
<select id="dt-platform" multiple="multiple"></select>
</fieldset>
<fieldset id="dt-users-field" class="difficulty-tracking">
<legend title="Filter by selected Users">Users:
<!--
<input type="checkbox" name="exclude-user" id="exclude-user" val="" />
<label for="exclude-user">(Check to Exclude)<label>
-->
</legend>
<!--<input type="text" name="dt-user" id="dt-user" class="single-input" /> -->
<input id="dt-users" name="dt-users" class="token-input" />
<div>
</div>
</fieldset>
<div id="filter-field">
<input type="button" name="filter" id="filter" value="Filter" title="Click to filter by the current selection" />
</div>
</div>