[packages] remove 'svn:keywords' property on /packages as well, not needed anymore...
[openwrt/svn-archive/archive.git] / net / wiviz / files / www / wiviz / wiviz.html
1 <html>
2 <head>
3 <!--
4 This file is part of Wi-viz (http://wiviz.natetrue.com).
5
6 Wi-viz is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License v2 as published by
8 the Free Software Foundation.
9
10 Wi-viz is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with Wi-viz; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 -->
19 <title>Wi-viz wireless network environment visualization</title>
20 <link rel='stylesheet' type='text/css' href='wiviz.css'>
21 <script language='JavaScript1.2' src='wiviz.js'>
22 </script>
23 </head>
24 <body>
25 <h2>OpenWRT Wi-viz network visualization</h2>
26 <div class='floater'>
27 Status: <span id='status' class='status'>Monitoring</span><br>
28 <input type='button' id='togglelisten' value='Stop monitoring' onclick='toggleListen()'>
29 <p><form name='channelform' action='/cgi-bin/wiviz/set.cgi' method='get' target='wivizGetFrame'>
30 Channel setting:
31 <select id='channelsel' name='channelsel' onchange='channelSet()'>
32 <option value='nochange' selected>No change</option>
33 <option value='hop'>Hopping</option>
34 <option>1</option>
35 <option>2</option>
36 <option>3</option>
37 <option>4</option>
38 <option>5</option>
39 <option>6</option>
40 <option>7</option>
41 <option>8</option>
42 <option>9</option>
43 <option>10</option>
44 <option>11</option>
45 <option>12</option>
46 <option>13</option>
47 <option>14</option>
48 </select><br>
49 <span id='hopoptions' style='display: none'>
50 Time/channel: <select name='hopdwell'>
51 <option value='500'>0.5 sec</option>
52 <option selected value='1000'>1 sec</option>
53 <option value='2000'>2 sec</option>
54 <option value='5000'>5 sec</option>
55 </select><br>
56 Hop sequence: <select name='hopseq'>
57 <option selected>1,3,6,8,11</option>
58 <option>1,3,6,8,11,14</option>
59 <option>1,6,11</option>
60 <option value='1,2,3,4,5,6,7,8,9,10,11'>1 to 11</option>
61 <option value='1,2,3,4,5,6,7,8,9,10,11,12,13,14'>1 to 14</option>
62 </select><br>
63 <input type='submit' value='Set'>
64 </form>
65 </span>
66 </div>
67 <center>
68 <div id='infodiv' class='main'>
69 <table height=100% width=100%><tr><td>
70 <span id='pips' style='position: relative'></span>
71 <span id='content' style='position: relative'></span>
72 </td></tr></table>
73 </div>
74 </center>
75 <span id='debug' style='display: none'></span>
76 <iframe style='display:none' id='wivizGetFrame' name='wivizGetFrame' src='about:blank'></iframe>
77 <script language='JavaScript1.2'>
78 scan_thread();
79 </script>
80 </body>
81 </html>