summaryrefslogtreecommitdiff
path: root/docs/examples/index.html
blob: 44fae858df68ca42961da75da3443166e28d5fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />

        <title>Jarmon - customisable, Javascript generated charts from
        Collectd RRD data</title>

        <link rel="stylesheet" type="text/css" href="assets/css/style.css" />
        <link rel="stylesheet" type="text/css" href="assets/css/jquerytools.tabs.tabs-no-images.css" />

        <script type="text/javascript" src="assets/js/dependencies.js"></script>
        <script type="text/javascript" src="../../jarmon/jarmon.js"></script>
        <script type="text/javascript" src="jarmon_example_recipes.js"></script>
        </script>
    </head>

    <body>
        <div class="chartRangeControl">
            <form>
                <div class="range-inputs">
                    <span class="custom">
                        <input name="from" type="datetime-local" step="1" />
                        <input name="to" type="datetime-local" step="1" />
                    </span>
                    <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 class="chart-container">
            <div class="chart-header">
                <h2 class="title"></h2>
            </div>
            <div class="error"></div>
            <div class="chart"></div>
            <div class="graph-legend"></div>
        </div>
    </body>
</html>