moved buttons to top of page for consistency with other pages

This commit is contained in:
Darryl Quinn 2015-12-11 17:10:57 -06:00
parent 13c3d88c72
commit 3685deb091
1 changed files with 4 additions and 1 deletions

View File

@ -153,6 +153,10 @@ $page = <<EOF;
</div>
<h1><big>$node</big></h1><hr>
<nobr>
<button onclick="window.location.href='/cgi-bin/signal'">Archive</button>
<button onclick="window.location.href='/cgi-bin/signal?realtime=1'">Realtime</button>
<button onclick="window.location.href='/cgi-bin/status'">Quit</button>
<br />
<div id="deviceSelector">
<form name="deviceSelector" method="GET" action="/cgi-bin/signal">
Selected Device:&nbsp;<select name="device" onChange="this.form.submit();">
@ -189,7 +193,6 @@ $page = $page . <<EOF;
</form>
</div>
<div id="chartContainer" style="width: 800px; height: 380px;"></div>
<button onclick="window.location.href='/cgi-bin/signal'">Archive</button><button onclick="window.location.href='/cgi-bin/signal?realtime=1'">Realtime</button><button onclick="window.location.href='/cgi-bin/status'">Quit</button>
</center>
EOF