aboutsummaryrefslogtreecommitdiffstats
path: root/etisnoop-stat-server/views/index.tpl
blob: f800ae283d73c3fc751f48be14e4255c51ab5e97 (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
<!DOCTYPE html>
<html><head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>ETISnoop Stats</title>
	<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" charset="utf-8"/>
</head>
<body>
    <h1>Some ETISnoop statistics</h1>

    <ul id="info-nav">
        <li><a href="#general">General</a></li>
    </ul>

    <div id="info">
        <div id="general">
            <p>General Options</p>
            <ul>
                <li>frequency: {{freq}}</li>
                <li>gain: {{gain}}</li>
            </ul>
        </div>

        <div id="stats">
            <p>This shows some ETISnoop stats</p>
            <pre>{{stats}}</pre>
        </div>
    </div>
</body>
</html>