1
2
3
4<!DOCTYPE HTML>
5<html>
6<head>
7<META name="description" content="R7000">
8<META http-equiv="Content-Type" content="text/html; charset=utf-8">
9<META http-equiv="Content-Style-Type" content="text/css">
10<META http-equiv="Pragma" content="no-cache">
11<META HTTP-equiv="Cache-Control" content="no-cache">
12<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
13
14<title>NETGEAR Router</title> 
15<link rel="stylesheet" href="css/table_noh.css">
16<link rel="stylesheet" href="css/scrollbar.css">
17<link rel="stylesheet" href="css/button.css">
18<link rel="stylesheet" href="css/form2.css">
19<style type="text/css">
20.div_content {padding-left: 5%; padding-top:40px; margin-bottom: 1px; vertical-align:top;}
21.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;}
22.blue_a{COLOR: blue; TEXT-DECORATION: underline}
23.div_content img{ height: 200px}
24
25.boxline{width: 680px; height: 180px; margin-left: 50%; position: relative; left: -330px;}
26.box_select {width: 160px; height: 150px; float: left; position: relative; margin-left: 20px; margin-top: 20px;}
27.box_select .radio_box{width: 90%; height: 20px; font-size: 13px; font-weight: bold; color: black; position: relative; top: 10px; padding-left: 10%;}
28.box_select .icon, .box_select .icon_select{width:100px; height: 100px; position: absolute; bottom: 10px; left: 20px; cursor: pointer;}
29.box_select .icon img, .box_select .icon_select img{width:100px; height:100px}
30.box {width: 130px; height: 110px; float: left; position: relative; margin-left: 20px; margin-top: 30px; }
31.box .radio_box{width: 90%; height: 20px; font-size: 11px; font-weight: bold; color: black; position: relative; top: 10px; padding-left: 10%;}
32.box .icon, .box .icon_select{width:60px; height: 60px; position: absolute; bottom: 10px; left: 20px; cursor: pointer;}
33.box .icon img, .box .icon_select img{width:60px; height:60px}
34.icon { background-color: #5db5e5;}
35.icon_select { background-color: #6abd49;}
36</style>
37<script src="jquery.js"></script>
38<script src="script/jquery.mousewheel.js"></script>
39<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
40
41<script src="script/script.js"></script>
42<link rel="stylesheet" href="form.css">
43<STYLE TYPE="text/javascript">
44classes.num.all.fontFamily = "Courier";
45classes.num.all.fontSize = "10pt" ;
46</style>
47<script language="javascript" type="text/javascript" src="func.js"></script>
48<script language="javascript" type="text/javascript" src="msg.js"></script>
49<script language="javascript" type="text/javascript" src="utility.js"></script>
50<script language="javascript" type="text/javascript" src="browser.js"></script>
51<script language="javascript" type="text/javascript" src="md5.js"></script>
52<script language="javascript" type="text/javascript" src="wep.js"></script>
53
54<script language=javascript type=text/javascript src=script/opmode.js></script>
55
56<script language="javascript" type="text/javascript">
57<!-- hide script from old browsers
58  
59    $(document).ready(function()
60    {	
61//        $('.scroll-pane').jScrollPane('scrollbarMargin:5px');
62        $("#target").submit(function() {
63            buttonFilter();
64        });
65
66    });
67
68
69    function setHelpIframeVisible(){
70        $('.help-frame-div').css("visibility","visible");
71    }
72
73    function showHelpIframe() {
74
75        var imgSrc=document.getElementById('help-button');
76
77        if(imgSrc.src.search("up")>=0)
78        {
79            $(".help-frame-div").show();
80            window.frames["helpframe"].$('#content').jScrollPane({showArrows:true});
81            imgSrc.src="img/helparrowdown-icon.gif";
82        }
83        else
84        {
85            $(".help-frame-div").hide();
86            imgSrc.src="img/helparrowup-icon.gif";
87            setTimeout(setHelpIframeVisible,500);
88        }
89        if((navigator.appName.indexOf("Internet Explorer")==-1) ||
90           (navigator.appVersion.indexOf("MSIE 9")==-1))
91             change_size();
92
93    }
94    
95    function moveToHTMLend()
96    {
97        window.location.href='#helpframe-anchor';
98        setHelpIframeVisible();
99    }
100
101
102    function loadhelp(fname,anchname)
103    {
104                var pane = window.frames["helpframe"].$('#content');
105                var imgSrc=document.getElementById('help-button');
106                if(imgSrc.src.search("up")<0)
107                {
108
109                        $(".help-frame-div").show();
110                        pane.jScrollPane({showArrows:true});
111
112
113                        if ((loadhelp.arguments.length == 1 ) || (anchname == "" ))
114                        {
115                                window.frames["helpframe"].location.href=fname+"_h.htm";
116                                $(".help-frame-div").show();
117                        }
118                        else
119                        {
120                                window.frames["helpframe"].location.href=fname+"_h.htm#" + anchname;
121                                $(".help-frame-div").show();
122                        }
123
124                        $(".help-frame-div").show();
125                        pane.jScrollPane({showArrows:true});
126
127                }
128    }
129
130	
131   
132function loadSettings()
133{
134	var cf = document.forms[0];
135	//cf.dev_name.value = cf.dev_name_nv.value;
136
137	/*
138	if(cf.devname2readyshare.value == "1")
139		cf.change_readyshare[1].checked = true;
140	else	
141		cf.change_readyshare[0].checked = true;
142	*/
143	
144	return;
145}
146
147
148
149function checkData(){
150	var cf = document.forms[0];
151	var msg = "";
152	
153	if (cf.device_name.value == "")
154	msg+= "Device name can not be null.\n";
155
156	
157	if (cf.device_name.value.match( /[^\x20-\x7E]/ ))
158	{
159		cf.device_name.focus();
160		msg+= "Invalid device name.\n";
161	}
162	
163	
164	if (msg.length > 1)
165	{
166		alert(msg);
167		return false;
168	}
169
170	sAlert('<b>Do you want to apply the Device Name change to the readyshare storage access path \\readyshare as well?</b></br></br> If you choose yes, your readyshare storage access path would be updated to be your device name. </br>If you choose no, ready share storage access path will not be updated.', function(){cf.change_readyshare.value=0;document.forms[0].submit();}, function(){cf.change_readyshare.value=1;document.forms[0].submit();});
171	
172	return false;
173}
174
175
176
177//-->
178</script>
179</head>
180<body  onLoad="change_size();loadSettings();highLightMenu('setup_header', 'device_name');" class="page-body"  onload="change_size();"  onResize="change_size();" >
181<img class="cover-image" src="img/cover-image_noh.gif">
182<img class="body-image" src="img/subhead2-background_noh.jpg">
183<div id="full-page-container">
184
185<form id="target"  method="POST" action="devname_consolidation.cgi?id=1689346702" NAME=general>
186<input type="hidden" name="buttonHit"><input type="hidden" name="buttonValue">
187  <img class="subtop-image" src="img/subhead2-top_noh.gif">
188<div class="page_title"> <%730%></div>
189<table border="0"    style="height:370px"  class="subhead2-table">
190
191<tr align="left" valign="top">
192<td   align="center" colspan="2" class="table-seperate-border2">
193<input class="new_cancel_bt ui-corner-all" type="reset" name="Cancel" value="<%83%>" onClick="location.href='DEV_name.htm';">
194<input <%4139%> type="submit" name="Apply" value="<%78%>" onClick="return checkData();">
195
196</td>
197</tr>
198
199<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%">
200
201<tr><td>
202
203<div id="main" class="main_top_button">
204<div id="mode_intro" style="width:80%; color:#545454; font-size:14px; float:left; position: relative; left: 5%; ">
205
206	<table border=0 cellpadding=2 cellspacing=0 width=80%>
207	<tr><td colspan=3><%4331%></td></tr>
208	<tr><td colspan=3><h1 style="FONT-SIZE: 16px"></h1></td></tr>
209	<tr><td colspan=3><%4332%></td></tr>
210	<tr><td colspan=3><h1 style="FONT-SIZE: 16px"></h1></td></tr>
211	<tr><td colspan=3><h1 style="FONT-SIZE: 16px"></h1></td></tr>
212	<tr>
213		<td colspan=2><%730%>:</td>
214		<td><input type="text" name="device_name" MAXLENGTH="12" SIZE="24" value="<%4333%>"></td>
215	</tr>
216	<tr><td colspan=3><h1 style="FONT-SIZE: 16px"></h1></td></tr>
217	<tr><td colspan=3><%4334%></td></tr>
218	<tr><td colspan=3><h1 style="FONT-SIZE: 16px"></h1></td></tr>
219	<tr><td colspan=3><h1 style="FONT-SIZE: 16px"></h1></td></tr>
220	<!--
221	<tr>
222		<td colspan=3>
223			<input type="radio" name="change_readyshare" value="0">&nbsp;&nbsp;change ReadyShare storage folder access path \\readyshare to \\Device Name
224		</td>
225	</tr>
226	<tr>
227		<td colspan=3>
228			<input type="radio" name="change_readyshare" value="1">&nbsp;&nbsp;keep ReadyShare storage folder access path as \\readyshare		
229		</td>
230	</tr>
231	-->
232	</table>
233</div>
234</div>
235</td></tr>
236
237  
238</table></div></td></tr>
239<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="DEV_name_h.htm" class="help-iframe" scrolling="no" name="helpframe" frameborder="0" onload="showHelpIframe();"></iframe> </div> </td> </tr>
240</table>
241   <img class="subfooter-image" src="img/subhead2-bottom.gif">
242<div class="subhead2-bottom" >
243    <span style="float:left;padding-left:10px;padding-top:5px"><img src="img/help-icon.gif" onmouseover="changeCursorPointer();" onclick="showHelpIframe();" onmouseout="changeCursorDefault();"></span>
244    <span class="subhead2-text" style="float:left;padding-left:3px;" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();"> <%266%> </span>
245    <span class="button-help-arrow">
246      <img src="img/helparrowdown-icon.gif" id="help-button" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();" ></span>
247    <span class="subhead2-text" style="text-decoration:underline;float:right;padding-right:10px" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();"> <%267%> </span>
248      </div>
249
250
251<input type="hidden" name="dev_name_nv" value="" >
252<input type="hidden" name="devname2readyshare" value="<%4335%>" >
253<input type="hidden" name="change_readyshare" value="" >
254
255<a name="helpframe-anchor"></a>
256</form>
257
258</div>
259</body>
260</html>
261