aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.tpl
blob: c620fa86d88c692f51e2d6521ad8db69e4941d82 (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>RTLSDR DAB CIR</title>
	<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" charset="utf-8"/>
</head>
<body>
    <h1>Measure DAB CIR using RTLSDR</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>
                <li>rate: {{rate}}</li>
            </ul>
        </div>

        <div id="cir">
            <img src="{{fig_file}}" />
        </div>
    </div>
</body>
</html>