Files
gtav-src/tools_ng/web/release/shared/html-snippets/header_rs.html
T
2025-09-29 00:52:08 +02:00

64 lines
2.0 KiB
HTML
Executable File

<!-- Resource Stats Header -->
<div id="big-header">
<fieldset id="platform-field" class="resource-stats">
<legend title="Filter by selected Platform">Platform: </legend>
<select id="platform" class="single"></select>
</fieldset>
<fieldset id="file-types-field" class="resource-stats">
<legend title="Filter by selected File Types">File Types: </legend>
<select id="file-types" multiple="multiple"></select>
</fieldset>
<fieldset id="resource-names-field" class="resource-stats">
<legend title="Filter by specified Resource Names">Resource Names: </legend>
<input type="text" name="resource-names" id="resource-names" class="single-input" />
</fieldset>
<fieldset id="report-detailed-field" class="resource-stats">
<legend title="Enable/Disable Detailed Report">Detailed Report: </legend>
<div>
<input type="checkbox" name="report-detailed" id="report-detailed" checked="checked" val="" />
<label for="report-detailed" class="checkbox">Check to Enable<label>
</div>
</fieldset>
<fieldset id="dates-field" class="resource-stats">
<legend title="Filter by specified Date range"><span>Dates:</span></legend>
<div class="clear">
<label for="date-from">From: </label>
<input type="text" name="date-from" id="date-from" />
</div>
<div class="clear">
<label for="date-to">To: </label>
<input type="text" name="date-to" id="date-to" />
</div>
<br />
<div>
<input id="utc-force" type="checkbox" value="">
<label for="utc-force" title="Check to treat input as UTC">UTC Input</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>