diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-14 18:18:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-17 13:49:41 -0400 |
commit | b54a1c9686eec3c1114e9b58cb67679ba59c45bd (patch) | |
tree | 0bdb2f3ed51ff077a8c3e337e4bc556aacec108e /jarmon.html.in | |
parent | 54feeb027d6e5a760b49769dfe695ea2591dc6fe (diff) |
directories
Diffstat (limited to 'jarmon.html.in')
-rw-r--r-- | jarmon.html.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/jarmon.html.in b/jarmon.html.in deleted file mode 100644 index 3486edb..0000000 --- a/jarmon.html.in +++ /dev/null @@ -1,29 +0,0 @@ -<div> - <div class="jarmon @name@"> - <div class="chart-container"> - <h2 class="title"></h2> - <form> - <input name="chart_edit" value="Edit" type="button" /> - <input name="chart_delete" value="Delete" type="button" /> - </form> - <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> |