summaryrefslogtreecommitdiff
path: root/jarmon.html.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-21 12:16:43 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-21 12:16:43 -0400
commitc636dc1fdd8b148c28269bde105b209fb32c6097 (patch)
treea99c3b351b0ec69aeec4c0d73114fad529c8f825 /jarmon.html.in
parentd1217e66c4d39e49074564cd6045b343fc310dd9 (diff)
better layout on bigger screens
Diffstat (limited to 'jarmon.html.in')
-rw-r--r--jarmon.html.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/jarmon.html.in b/jarmon.html.in
new file mode 100644
index 0000000..9d521f5
--- /dev/null
+++ b/jarmon.html.in
@@ -0,0 +1,25 @@
+<div>
+ <div class="jarmon @name@">
+ <div class="chart-container">
+ <h2 class="title"></h2>
+ <div class="error"></div>
+ <div class="chart"></div>
+ <div class="graph-legend"></div>
+ </div>
+ <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>