aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.tpl
blob: db20f49b98ff8d87636235c56c2705f3d17597bf (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
<!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>rtl_sdr command line: {{rtl_sdr_cmdline}}</li>
            </ul>
        </div>

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