?? control.html
字號:
<html>
<head>
<title>internet radio control</title>
</head>
<body bgcolor="#F0E0A0">
<h1>Radio Control</h1>
<form action="/cgi-bin/control.cgi" method="get" cellspadding="6" bgcolor="#808080">
<table width="100%">
<tr>
<td width="30%"> </td>
<td align="left"> </td>
</tr>
<tr>
<td height="40">Volume left/right</td>
<td>
<input type="text" name="lvol" size="3" value=""> db <input type="text" name="rvol" size="3" value="">
db (+12..-36)
</td>
</tr>
<tr>
<td height="40">Current stream</td>
<td>
<input type="checkbox" name="stream" value="stop"> Re-connect
</td>
</tr>
<tr>
<td> </td>
<td>
<input type="submit" value="Apply" name="test" size="16"> <input type="reset" value="Default" size="16">
</td>
</tr>
</table>
<p><a href="../index.html">BACK</a>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -