49 lines
1.5 KiB
HTML
Executable File
49 lines
1.5 KiB
HTML
Executable File
<!-- Cutscene Lights Header -->
|
|
<div id="big-header">
|
|
<fieldset id="platform-field" class="cutscene-lights">
|
|
<legend title="Filter by selected Platform">Platform: </legend>
|
|
<select id="platform" class="single"></select>
|
|
</fieldset>
|
|
|
|
<fieldset id="build-field" class="cutscene-lights">
|
|
<legend title="Filter by selected Build">Build: </legend>
|
|
<select id="build" class="single"></select>
|
|
</fieldset>
|
|
|
|
<fieldset id="flags-field" class="cutscene-lights">
|
|
<legend title="Enable/Disable flags">Flags: </legend>
|
|
|
|
<div>
|
|
<input type="checkbox" name="depth-active" id="depth-active" val="" />
|
|
<label for="depth-active" class="checkbox">'Depth Of Field' Active<label>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div>
|
|
<input type="checkbox" name="camera-approved" id="camera-approved" val="" />
|
|
<label for="camera-approved" class="checkbox">Camera Approved<label>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div>
|
|
<input type="checkbox" name="lighting-approved" id="lighting-approved" val="" />
|
|
<label for="lighting-approved" class="checkbox">Lightning Approved<label>
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
<div id="filter-field">
|
|
|
|
<br />
|
|
|
|
<input id="filter-force" type="checkbox" value="">
|
|
<label for="filter-force" title="Check to force recaching of the report">Force</label>
|
|
|
|
<br />
|
|
|
|
<input type="button" name="filter" id="filter" value="Filter" title="Click to filter by the current selection" />
|
|
</div>
|
|
|
|
</div> |