1
2
3<!DOCTYPE HTML>
4<html>
5<head>
6<META name="description" content="R7000">
7<META http-equiv="Content-Type" content="text/html; charset=utf-8">
8<META http-equiv="Content-Style-Type" content="text/css">
9<META http-equiv="Pragma" content="no-cache">
10<META HTTP-equiv="Cache-Control" content="no-cache">
11<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
12
13<title>NETGEAR Router</title> 
14<link rel="stylesheet" href="css/table_noh.css">
15<link rel="stylesheet" href="css/scrollbar.css">
16<link rel="stylesheet" href="css/button.css">
17<link rel="stylesheet" href="css/form2.css">
18<style type="text/css">
19.div_content {padding-left: 5%; padding-top:40px; margin-bottom: 1px; vertical-align:top;}
20.link_a{background-color: #702b86; margin-left: 0px; color: #f2f2f2;  font: -webkit-small-control; padding-left:20px; padding-right:20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;}
21.blue_a{COLOR: blue; TEXT-DECORATION: underline}
22.div_content img{ height: 200px}
23
24.boxline{width: 700px; height: 180px; }
25.box_select {width: 160px; height: 150px; float: left;  margin-left: 20px; margin-top: 20px;}
26.box_select .radio_box{width: 90%; height: 30px; font-size: 13px; font-weight: bold; color: black;  top: 10px; padding-left: 10%;}
27.box_select .icon, .box_select .icon_select{width:100px; height: 100px;  bottom: 10px; left: 20px; cursor: pointer;}
28.box_select .icon img, .box_select .icon_select img{width:100px; height:100px}
29.box {width: 130px; height: 110px; float: left;  margin-left: 20px; margin-top: 30px; }
30.box .radio_box{width: 90%; height: 30px; font-size: 11px; font-weight: bold; color: black;  top: 3px; padding-left: 10%;}
31.box .icon, .box .icon_select{width:60px; height: 60px;  bottom: 10px; left: 20px; cursor: pointer;}
32.box .icon img, .box .icon_select img{width:60px; height:60px}
33.icon { background-color: #5db5e5;}
34.icon_select { background-color: #6abd49;}
35</style>
36<script src="jquery.js"></script>
37<script src="script/jquery.mousewheel.js"></script>
38<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
39
40<script src="script/script.js"></script>
41<link rel="stylesheet" href="form.css">
42<STYLE TYPE="text/javascript">
43classes.num.all.fontFamily = "Courier";
44classes.num.all.fontSize = "10pt" ;
45</style>
46<script language="javascript" type="text/javascript" src="func.js"></script>
47<script language="javascript" type="text/javascript" src="msg.js"></script>
48<script language="javascript" type="text/javascript" src="utility.js"></script>
49<script language="javascript" type="text/javascript" src="browser.js"></script>
50<script language="javascript" type="text/javascript" src="md5.js"></script>
51<script language="javascript" type="text/javascript" src="wep.js"></script>
52
53<script language=javascript type=text/javascript src=script/opmode.js></script>
54
55<script language="javascript" type="text/javascript">
56<!-- hide script from old browsers
57  
58    $(document).ready(function()
59    {	
60//        $('.scroll-pane').jScrollPane('scrollbarMargin:5px');
61        $("#target").submit(function() {
62            buttonFilter();
63        });
64
65    });
66
67
68    function setHelpIframeVisible(){
69        $('.help-frame-div').css("visibility","visible");
70    }
71
72    function showHelpIframe() {
73
74        var imgSrc=document.getElementById('help-button');
75
76        if(imgSrc.src.search("up")>=0)
77        {
78            $(".help-frame-div").show();
79            window.frames["helpframe"].$('#content').jScrollPane({showArrows:true});
80            imgSrc.src="img/helparrowdown-icon.gif";
81        }
82        else
83        {
84            $(".help-frame-div").hide();
85            imgSrc.src="img/helparrowup-icon.gif";
86            setTimeout(setHelpIframeVisible,500);
87        }
88        if((navigator.appName.indexOf("Internet Explorer")==-1) ||
89           (navigator.appVersion.indexOf("MSIE 9")==-1))
90             change_size();
91
92    }
93    
94    function moveToHTMLend()
95    {
96        window.location.href='#helpframe-anchor';
97        setHelpIframeVisible();
98    }
99
100
101    function loadhelp(fname,anchname)
102    {
103                var pane = window.frames["helpframe"].$('#content');
104                var imgSrc=document.getElementById('help-button');
105                if(imgSrc.src.search("up")<0)
106                {
107
108                        $(".help-frame-div").show();
109                        pane.jScrollPane({showArrows:true});
110
111
112                        if ((loadhelp.arguments.length == 1 ) || (anchname == "" ))
113                        {
114                                window.frames["helpframe"].location.href=fname+"_h.htm";
115                                $(".help-frame-div").show();
116                        }
117                        else
118                        {
119                                window.frames["helpframe"].location.href=fname+"_h.htm#" + anchname;
120                                $(".help-frame-div").show();
121                        }
122
123                        $(".help-frame-div").show();
124                        pane.jScrollPane({showArrows:true});
125
126                }
127    }
128
129function goto_wireless()
130{
131	parent.loadPage2("WLG_wireless_dual_band_r10.htm");
132}
133
134function goto_internet()
135{
136	parent.loadPage2("BAS_basic.htm");
137}	
138	
139   
140function loadSettings()
141{
142	var cf = document.forms[0];
143	var operation_mode = cf.pre_mode.value;
144	if( operation_mode == "ap" )
145	{
146		$("#ap").removeClass("icon").addClass("icon_select");
147	}
148	else if(operation_mode == "bridge")
149	{
150		$("#bridge").removeClass("icon").addClass("icon_select");
151	}
152	else if(operation_mode == "repeating")
153	{
154		$("#repeating").removeClass("icon").addClass("icon_select");
155	}
156	else
157	{
158		$("#router").removeClass("icon").addClass("icon_select");
159	}	
160
161	
162	return;
163}
164
165
166function checkData(){
167	var cf = document.forms[0];
168	
169	ap_mode_ungrayout();
170	
171	if(cf.pre_mode.value == "router")
172		return false;
173	else
174		return true;
175}
176
177
178
179//-->
180</script>
181</head>
182<body  onLoad="change_size();loadSettings();" class="page-body"  onload="change_size();"  onResize="change_size();" >
183  <img class="cover-image" src="img/cover-image_noh.gif">
184  <img class="body-image" src="img/subhead2-background_noh.jpg">
185  <div id="full-page-container">
186
187  <form id="target"  method="POST" action="operation_mode.cgi" NAME=general>
188    <input type="hidden" name="buttonHit"><input type="hidden" name="buttonValue">
189    <img class="subtop-image" src="img/subhead2-top_noh.gif">
190      <div class="page_title"> <%420%></div>
191      <table border="0"    style="height:370px"  class="subhead2-table">
192        <tr align="left" valign="top">
193          <td   align="center" colspan="2" class="table-seperate-border2">
194            <input class="new_cancel_bt ui-corner-all" type="reset" name="Cancel" value="<%83%>" onClick="location.href='WLG_opmode_main.htm';">
195            <input <%4139%> type="submit" name="Apply" value="<%78%>" onClick="return checkData();">
196
197          </td>
198        </tr>
199        <tr>
200          <td class="scrollpane-table-seperate-border" colspan="2">
201            <div class="scroll-pane" style="height:365px;width:620px;overflow:auto;scrolling:auto">
202              <table style="border-collapse:collapse;width:97%">
203                <tr >
204                  <td colspan=2>    
205		                  <div class="box_select ui-corner-all router">
206			                  <div class="radio_box"><input type="radio" name="operation_type" value=0 checked> <%4140%></div>
207			                  <div class="<%4145%>" style="margin-left:20px" onclick="select_type(0)"><img src="img/opmode_router.gif"></div>
208		                  </div>
209		                  <div class="box ui-corner-all ap">
210			                  <div class="radio_box"><input type="radio" name="operation_type" value=1 onclick="select_type(1)"> <%1635%></div>
211			                  <div class="<%4146%>" style="margin-left:20px" onclick="select_type(1)"><img src="img/opmode_ap.gif"></div>
212		                  </div>
213		                  <div class="box ui-corner-all bridge">
214			                  <div class="radio_box"><input type="radio" name="operation_type" value=2 onclick="select_type(2);"> <%4141%> </div>
215			                  <div class="<%4147%>" style="margin-left:20px" onclick="select_type(2);"><img src="img/opmode_bridge.gif"></div>
216		                  </div>
217		                  <div class="box ui-corner-all repeating">
218			                  <div class="radio_box"><input type="radio" name="operation_type" value=3 onclick="select_type(3);"> <%4142%> </div>
219			                  <div class="<%4148%>" style="margin-left:20px" onclick="select_type(3);"><img src="img/opmode_extender.gif"></div>
220		                  </div>
221                  </td>
222                </tr>
223                <tr>
224                	<td style='width:500px'>
225            	      <table border="0" cellpadding="0" cellspacing="3" >
226		                  <tr><td align="left"><b><%4140%>:</b><%4149%></td></tr>
227  	                  <TR><TD height="20px"></TD></TR>
228                      <!--
229	                    <TR id=learn>
230		                    <TD nowrap colspan=3>
231	                        <input class="new_apply_bt ui-corner-all" type="button" name="learn_router" value="<%2823%>" onclick="window.open('WLG_opmode_learn_more.htm','newwindow','resizable=no,scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,alwaysRaised=yes,z-look=yes,width=800,height=600,left=200,top=100').focus();" >
232             		        </TD>
233	                    </TR>
234	                    -->
235                    </TABLE>
236                  </td>
237                  <td align="left">
238	                  <TABLE border=0 cellpadding=0 cellspacing=2 >			
239	                    <tr><td ><b><%4150%></b></td></tr>
240			                <tr><td><input type="button"  name="internet" value="<%374%>" class="wireless_bt ui-corner-all" onclick="goto_internet();"></td></tr>
241                 			<tr style="height:5px"><td></td></tr>
242			                <tr><td><input type="button"  name="wireless" value="<%77%>" class="wireless_bt ui-corner-all" onclick="goto_wireless();"></td></tr>
243                	  </TABLE>
244                  </td>
245                </tr>
246                <tr><td colspan=2>    
247		              <img src="img/opmode_router_map.gif">
248                </td></tr>
249              </table>
250            </div>
251          </td>
252        </tr>
253        <tr valign="middle" align="center"><td class="table-seperate-border" colspan="2" style="padding-left:0px"><div class="help-frame-div" > <iframe id="helpframe"  src="WLG_opmode_router_dual_band_h.htm" class="help-iframe" scrolling="no" name="helpframe" frameborder="0" onload="showHelpIframe();"></iframe> </div> </td> </tr>
254      </table>
255      <img class="subfooter-image" src="img/subhead2-bottom.gif">
256      <div class="subhead2-bottom" >
257        <span style="float:left;padding-left:10px;padding-top:5px"><img src="img/help-icon.gif" onmouseover="changeCursorPointer();" onclick="showHelpIframe();" onmouseout="changeCursorDefault();"></span>
258        <span class="subhead2-text" style="float:left;padding-left:3px;" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();"> <%266%> </span>
259        <span class="button-help-arrow">
260        <img src="img/helparrowdown-icon.gif" id="help-button" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();" ></span>
261        <span class="subhead2-text" style="text-decoration:underline;float:right;padding-right:10px" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();"> <%267%> </span>
262      </div>
263    </div>
264
265<input type="hidden" name="pre_mode" value="<%4143%>" >
266<input type="hidden" name="enable_operation_mode" value="router" >
267<INPUT type="hidden" name="enable_smart_mesh" value="<%4144%>" >
268<INPUT type="hidden" name="enable_band_steering" value="<%285%>" >
269<a name="helpframe-anchor"></a>
270
271  </form>
272
273  </div>
274</body>
275</html>
276