1
2<!DOCTYPE HTML>
3<html>
4<head>
5<META name="description" content="R7000">
6<META http-equiv="Content-Type" content="text/html; charset=utf-8">
7<META http-equiv="Content-Style-Type" content="text/css">
8<META http-equiv="Pragma" content="no-cache">
9<META HTTP-equiv="Cache-Control" content="no-cache">
10<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
11
12<title>NETGEAR Router</title> 
13<link rel="stylesheet" href="css/table_noh.css">
14<link rel="stylesheet" href="css/scrollbar.css">
15<link rel="stylesheet" href="css/button.css">
16<link rel="stylesheet" href="css/form2.css">
17<style type="text/css">
18.boxline{width: 700px; height: 230px; margin-left: 50%; position: relative; left: -330px;}
19.box {width: 160px; height: 200px; float: left; position: relative; margin-left: 10px; margin-top: 10px; border-width: 1px; border-style:solid; border-color:#a8a8aa;}
20.radio_box{width: 90%; height: 30px; border-bottom-width: 1px; border-bottom-style:solid; border-bottom-color:#a8a8aa;  font-size: 13px; font-weight: bold; color: black; position: relative; top: 10px; padding-left: 10%;}
21.icon, .icon_select{width:120px; height: 120px; position: absolute; bottom: 20px; left: 20px; cursor: pointer;}
22.icon img, .icon_select img{width:120px; height:120px}
23.icon { background-color: #5db5e5;}
24.icon_select { background-color: #6abd49;}
25</style>
26<script src="jquery.js"></script>
27<script src="script/jquery.mousewheel.js"></script>
28<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
29
30<script src="script/script.js"></script>
31<link rel="stylesheet" href="form.css">
32<STYLE TYPE="text/javascript">
33classes.num.all.fontFamily = "Courier";
34classes.num.all.fontSize = "10pt" ;
35</style>
36<script language="javascript" type="text/javascript" src="func.js"></script>
37<script language="javascript" type="text/javascript" src="msg.js"></script>
38<script language="javascript" type="text/javascript" src="utility.js"></script>
39<script language="javascript" type="text/javascript" src="browser.js"></script>
40<script language="javascript" type="text/javascript" src="md5.js"></script>
41<script language="javascript" type="text/javascript" src="wep.js"></script>
42
43<script language=javascript type=text/javascript src=script/opmode.js></script>
44
45<script language="javascript" type="text/javascript">
46<!-- hide script from old browsers
47  
48    $(document).ready(function()
49    {	
50//        $('.scroll-pane').jScrollPane('scrollbarMargin:5px');
51        $("#target").submit(function() {
52            buttonFilter();
53        });
54
55    });
56
57
58    function setHelpIframeVisible(){
59        $('.help-frame-div').css("visibility","visible");
60    }
61
62    function showHelpIframe() {
63
64        var imgSrc=document.getElementById('help-button');
65
66        if(imgSrc.src.search("up")>=0)
67        {
68            $(".help-frame-div").show();
69            window.frames["helpframe"].$('#content').jScrollPane({showArrows:true});
70            imgSrc.src="img/helparrowdown-icon.gif";
71        }
72        else
73        {
74            $(".help-frame-div").hide();
75            imgSrc.src="img/helparrowup-icon.gif";
76            setTimeout(setHelpIframeVisible,500);
77        }
78        if((navigator.appName.indexOf("Internet Explorer")==-1) ||
79           (navigator.appVersion.indexOf("MSIE 9")==-1))
80             change_size();
81
82    }
83    
84    function moveToHTMLend()
85    {
86        window.location.href='#helpframe-anchor';
87        setHelpIframeVisible();
88    }
89
90
91    function loadhelp(fname,anchname)
92    {
93                var pane = window.frames["helpframe"].$('#content');
94                var imgSrc=document.getElementById('help-button');
95                if(imgSrc.src.search("up")<0)
96                {
97
98                        $(".help-frame-div").show();
99                        pane.jScrollPane({showArrows:true});
100
101
102                        if ((loadhelp.arguments.length == 1 ) || (anchname == "" ))
103                        {
104                                window.frames["helpframe"].location.href=fname+"_h.htm";
105                                $(".help-frame-div").show();
106                        }
107                        else
108                        {
109                                window.frames["helpframe"].location.href=fname+"_h.htm#" + anchname;
110                                $(".help-frame-div").show();
111                        }
112
113                        $(".help-frame-div").show();
114                        pane.jScrollPane({showArrows:true});
115
116                }
117    }
118
119   
120function loadSettings()
121{
122	var cf = document.forms[0];
123	
124	/* Get operation modes */
125	/* TODO: use asp function to get nvram values */
126	var operation_mode = cf.pre_mode.value;
127	if( operation_mode == "ap" )
128	{
129		cf.operation_type[1].checked = true;
130		$("#ap").removeClass("icon").addClass("icon_select");
131	}
132	else if(operation_mode == "bridge")
133	{
134		cf.operation_type[2].checked = true;
135		$("#bridge").removeClass("icon").addClass("icon_select");
136	}
137	else if(operation_mode == "repeating")
138	{
139		cf.operation_type[3].checked = true;
140		$("#repeating").removeClass("icon").addClass("icon_select");
141	}
142	else
143	{
144		cf.operation_type[0].checked = true;
145		$("#router").removeClass("icon").addClass("icon_select");
146	}
147	
148	return;
149}
150
151
152function checkData(){
153
154  return true;
155}
156
157
158//-->
159</script>
160</head>
161<body  onLoad="change_size();loadSettings();highLightMenu('advset_header', 'opmode_head');" class="page-body"  onload="change_size();"  onResize="change_size();" >
162<img class="cover-image" src="img/cover-image_noh.gif">
163<img class="body-image" src="img/subhead2-background_noh.jpg">
164<div id="full-page-container">
165
166<form id="target"  method="POST" action="opmode.cgi" NAME=general>
167<input type="hidden" name="buttonHit"><input type="hidden" name="buttonValue">
168  <img class="subtop-image" src="img/subhead2-top_noh.gif">
169<div class="page_title"> <%420%></div>
170<table border="0"    style="height:370px"  class="subhead2-table">
171
172<tr align="left" valign="top">
173<td   align="center" colspan="2" class="table-seperate-border2">
174<input class="new_cancel_bt ui-corner-all" type="reset" name="Cancel" value="<%83%>" onClick="location.href='WLG_opmode_main.htm';">
175<input <%4139%> type="button" name="Apply" value="<%78%>" onClick="return select_type();">
176
177</td>
178</tr>
179
180<tr><td class="scrollpane-table-seperate-border" colspan="2"><div class="scroll-pane" style="height:365px;width:620px;overflow:auto;scrolling:auto"><table style="border-collapse:collapse;width:97%">
181<tr><td>    
182<div class="boxline">
183	<div class="box ui-corner-all router">
184		<div class="radio_box"><input type="radio" name="operation_type" onclick="select_type(0)" value=0> <%4140%></div>
185		<div id="router" class="icon" onclick="select_type(0)"><img src="img/opmode_router.gif"></div>
186	</div>
187	<div class="box ui-corner-all ap">
188		<div class="radio_box"><input type="radio" name="operation_type" onclick="select_type(1)" value=1> <%1635%></div>
189		<div id="ap" class="icon" onclick="select_type(1)"><img src="img/opmode_ap.gif"></div>
190	</div>
191	<div class="box ui-corner-all bridge">
192		<div class="radio_box"><input type="radio" name="operation_type" onclick="select_type(2);" value=2> <%4141%></div>
193		<div id="bridge" class="icon" onclick="select_type(2);"><img src="img/opmode_bridge.gif"></div>
194	</div>
195	<div class="box ui-corner-all wds">
196		<div class="radio_box"><input type="radio" name="operation_type" onclick="select_type(3);" value=3> <%4142%></div>
197		<div id="repeating" class="icon" onclick="select_type(3);"><img src="img/opmode_extender.gif"></div>
198	</div>
199</div>
200 </td></tr>
201
202  
203</table></div></td></tr>
204
205</table>
206
207
208
209<INPUT type="hidden" name="pre_mode" value="<%4143%>" >
210<INPUT type="hidden" name="enable_smart_mesh" value="<%4144%>" >
211<INPUT type="hidden" name="enable_band_steering" value="<%285%>" >
212
213<a name="helpframe-anchor"></a>
214</form>
215
216</div>
217</body>
218</html>
219