1
0
Fork 0
fgdata/Phi/instruments/kx165.html
Torsten Dreyer 190e8449ce Phi: move URL to the browsers root directory
- rename the directory from webgui to Phi
- let the webserver's root point to Phi instead of Docs
- redirect old /gui/ url to the new location (/)
2015-04-18 13:03:46 +02:00

70 lines
No EOL
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>KX165</title>
<link href="kx165.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div class="kx165">
<div class="com">
<div class="comfrequencies">
<div class="comuse">
<input class="leddisplay" type="text" id="com-use" maxlength="6"
size="6" value="123.45" />
<div class="label">USE</div>
</div>
<div class="comstby">
<input class="leddisplay" type="text" id="com-standby" maxlength="6"
size="6" value="123.45" />
<div class="label">STBY</div>
</div>
<div style="clear: both"></div>
</div>
<div class="comswapbuttonrow">
<div class="leftcol">KX 165 TSO</div>
<div class="centercol">
<input type="button" id="com-swap" class="swapbutton"
value="&harr;" />
</div>
<div class="rightcol">COMM</div>
<div style="clear: both"></div>
</div>
</div>
<div class="nav">
<div class="navfrequencies">
<div class="navuse">
<input class="leddisplay" type="text" id="nav-use" maxlength="6"
size="6" value="118.00" />
<div class="label">USE</div>
</div>
<div class="navstby">
<input class="leddisplay" type="text" id="nav-standby" maxlength="6"
size="6" value="118.00" />
<div class="label">STBY</div>
</div>
<div style="clear: both"></div>
</div>
<div class="navswapbuttonrow">
<div class="leftcol">&nbsp;</div>
<div class="centercol">
<input type="button" id="nav-swap" class="swapbutton"
value="&harr;" />
</div>
<div class="rightcol">NAV</div>
<div style="clear: both"></div>
</div>
</div>
<div style="float: right;"></div>
<div style="clear: both"></div>
</div>
<div style="clear: both;"></div>
</div>
</body>
</html>