summaryrefslogtreecommitdiff
path: root/jarmon.html.part
blob: afec6f44003f78d786d12b52054118949707dd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="jarmon-proton">
	<div class="chartRangeControl">
		<form>
			<div class="range-inputs">
				<input name="from" type="datetime-local" step="1" />
				<input name="to" type="datetime-local" step="1" />
				<select name="shortcuts" title="Time range shortcuts - click to select an alternative time range" ></select>
				<select name="tzoffset" title="Timezone offset - click to choose a custom timezone offset" ></select>
				<input name="action" value="Update" type="button"
				       title="Graph update - click to update all graphs" />
			</div>
			<div class="range-preview"
			     title="Time range preview - click and drag to select a custom timerange" ></div>
		</form>
	</div>
	<div class="tabbed-chart-interface"></div>
</div>
<div class="chart-container">
	<h2 class="title"></h2>
	<div class="error"></div>
	<div class="chart"></div>
	<div class="graph-legend"></div>
</div>