1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
6<meta HTTP-EQUIV="Expires" CONTENT="-1">
7<link rel="shortcut icon" href="images/favicon.png">
8<link rel="icon" href="images/favicon.png">
9<title></title>
10<link href="../form_style.css" rel="stylesheet" type="text/css" />
11<link href="../NM_style.css" rel="stylesheet" type="text/css" />
12<style>
13a:link {
14	text-decoration: underline;
15	color: #FFFFFF;
16}
17a:visited {
18	text-decoration: underline;
19	color: #FFFFFF;
20}
21a:hover {
22	text-decoration: underline;
23	color: #FFFFFF;
24}
25a:active {
26	text-decoration: none;
27	color: #FFFFFF;
28}
29#updateProgress_bg{
30	margin-top:5px;
31	height:30px;
32	width:97%;
33	background:url(/images/quotabar_bg_progress.gif);
34	background-repeat: repeat-x;
35}
36.font_style{
37	font-family:Verdana,Arial,Helvetica,sans-serif;
38}
39</style>
40<script type="text/javascript" src="/require/require.min.js"></script>
41<script language="JavaScript" type="text/javascript" src="/js/jquery.js"></script>
42<script>
43if(parent.location.pathname.search("index") === -1) top.location.href = "../index.asp";
44
45var diskOrder = parent.getSelectedDiskOrder();
46var diskmon_status = '<% nvram_get("diskmon_status"); %>';
47var diskmon_usbport = '<% nvram_get("diskmon_usbport"); %>';
48var usb_path1_diskmon_freq = '<% nvram_get("usb_path1_diskmon_freq"); %>';
49var usb_path1_diskmon_freq_time = '<% nvram_get("usb_path1_diskmon_freq_time"); %>';
50var usb_path2_diskmon_freq = '<% nvram_get("usb_path2_diskmon_freq"); %>';
51var usb_path2_diskmon_freq_time = '<% nvram_get("usb_path2_diskmon_freq_time"); %>';
52
53var set_diskmon_time = "";
54var progressBar;
55var timer;
56var diskmon_freq_row;
57
58var stopScan = 0;
59var scan_done = 0;
60
61function initial(){
62	document.getElementById("t0").className = "tab_NW";
63	document.getElementById("t1").className = "tabclick_NW";
64
65	load_schedule_value();
66	freq_change();
67	check_status(parent.usbPorts[diskOrder-1]);
68}
69
70function load_schedule_value(){
71	if(diskmon_usbport != parent.usbPorts[diskOrder-1].node){
72		document.usbUnit_form.diskmon_usbport.value = parent.usbPorts[diskOrder-1].node;
73		document.usbUnit_form.submit();
74	}
75
76	if(parseInt(parent.usbPorts[diskOrder-1].usbPath) == 1){
77		document.form.diskmon_freq.value = usb_path1_diskmon_freq;
78		diskmon_freq_row = usb_path1_diskmon_freq_time.split('&#62');
79	}
80	else{
81		document.form.diskmon_freq.value = usb_path2_diskmon_freq;
82		diskmon_freq_row = usb_path2_diskmon_freq_time.split('&#62');
83	}
84
85	for(var i=0; i<3; i++){
86		if(diskmon_freq_row[i] == "" || typeof(diskmon_freq_row[i]) == "undefined")
87			diskmon_freq_row[i] = "1";
88	}
89
90	document.form.freq_mon.value = diskmon_freq_row[0];
91	document.form.freq_week.value = diskmon_freq_row[1];
92	document.form.freq_hour.value = diskmon_freq_row[2];
93}
94
95function freq_change(){
96	if(document.form.diskmon_freq.value == 0){
97		document.getElementById('date_field').style.display="none";
98		document.getElementById('week_field').style.display="none";
99		document.getElementById('time_field').style.display="none";
100		document.getElementById('schedule_date').style.display="none";
101		document.getElementById('schedule_week').style.display="none";
102		document.getElementById('schedule_time').style.display="none";		
103		document.getElementById('schedule_frequency').style.display="none";	
104		document.getElementById('schedule_desc').style.display="none";			
105	}
106	else if(document.form.diskmon_freq.value == 1){
107		document.getElementById('date_field').style.display="";	
108		document.getElementById('week_field').style.display="none";
109		document.getElementById('time_field').style.display="";
110		document.getElementById('schedule_date').style.display="";
111		document.getElementById('schedule_week').style.display="none";
112		document.getElementById('schedule_time').style.display="";		
113		document.getElementById('schedule_frequency').style.display="";		
114		document.getElementById('schedule_desc').style.display="";
115	}
116	else if(document.form.diskmon_freq.value == 2){
117		document.getElementById('date_field').style.display="none";
118		document.getElementById('week_field').style.display="";
119		document.getElementById('time_field').style.display="";
120		document.getElementById('schedule_date').style.display="none";
121		document.getElementById('schedule_week').style.display="";
122		document.getElementById('schedule_time').style.display="";		
123		document.getElementById('schedule_frequency').style.display="";	
124		document.getElementById('schedule_desc').style.display="";	
125	}
126	else{
127		document.getElementById('date_field').style.display="none";
128		document.getElementById('week_field').style.display="none";
129		document.getElementById('time_field').style.display="";
130		document.getElementById('schedule_date').style.display="none";
131		document.getElementById('schedule_week').style.display="none";
132		document.getElementById('schedule_time').style.display="";		
133		document.getElementById('schedule_frequency').style.display="";	
134		document.getElementById('schedule_desc').style.display="";	
135	}
136	show_schedule_desc();
137}
138
139function show_schedule_desc(){
140	var array_week = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
141	var array_freq = ["", "Monthly", "Weekly", "Daily"];
142	
143	if(document.form.freq_mon.value == 1 || document.form.freq_mon.value == 21 || document.form.freq_mon.value == 31)
144		document.getElementById('schedule_date').innerHTML = document.form.freq_mon.value + "st";
145	else if(document.form.freq_mon.value == 2 || document.form.freq_mon.value == 22)
146		document.getElementById('schedule_date').innerHTML = document.form.freq_mon.value + "nd";
147	else if(document.form.freq_mon.value == 3 || document.form.freq_mon.value == 23)
148		document.getElementById('schedule_date').innerHTML = document.form.freq_mon.value + "rd";
149	else
150		document.getElementById('schedule_date').innerHTML = document.form.freq_mon.value + "th";
151		
152	document.getElementById('schedule_week').innerHTML = " " + array_week[document.form.freq_week.value];
153	document.getElementById('schedule_time').innerHTML = document.form.freq_hour.value + ":00";
154	document.getElementById('schedule_frequency').innerHTML = array_freq[document.form.diskmon_freq.value];
155}
156
157function apply_schedule(){
158	if(progressBar >= 1 && progressBar <= 100 ){
159		alert("<#diskUtility_scanning#>");
160		return false;
161	}
162	else{
163		set_diskmon_time = document.form.freq_mon.value+">"+document.form.freq_week.value+">"+document.form.freq_hour.value;
164		document.form.diskmon_freq_time.value = set_diskmon_time;
165		document.form.diskmon_force_stop.disabled = true;
166		document.getElementById('loadingIcon_apply').style.display = "";
167		document.form.action_script.value = "restart_diskmon";
168		document.form.submit();
169	}
170}
171
172function stop_diskmon(){
173	document.form.diskmon_freq.disabled = false;
174	document.form.diskmon_freq_time.disabled = true;
175	//document.form.diskmon_policy.disabled = true;
176	document.form.diskmon_part.disabled = true;
177	document.form.diskmon_force_stop.disabled = false;
178	document.form.diskmon_force_stop.value = "1";
179	document.form.submit();
180}
181
182function go_scan(){
183	stopScan = 0;
184	if(!confirm("<#diskUtility_scan_hint#>")){
185		document.getElementById('scan_status_field').style.display = "";
186		document.getElementById('progressBar').style.display = "none";
187		return false;
188	}
189
190	document.getElementById('loadingIcon').style.display = "";
191	document.getElementById('btn_scan').style.display = "none";
192	document.getElementById('btn_abort').style.display = "";
193	document.getElementById('progressBar').style.display = "";	
194	document.getElementById('scan_status_field').style.display = "none";	
195
196	scan_manually();
197}
198
199function show_loadingBar_field(){
200	document.getElementById('loadingIcon').style.display = "none";
201	showLoadingUpdate();
202	progressBar = 1;
203	
204	parent.document.getElementById('ring_USBdisk_'+diskOrder).style.display = "";
205	parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundImage = "url(/images/New_ui/networkmap/backgroud_move_8P_2.0.gif)";
206	parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundPosition = '0% 2%';
207}
208
209function showLoadingUpdate(){
210	$.ajax({
211    	url: '/disk_scan.asp',
212    	dataType: 'script',
213    	error: function(xhr){
214    		showLoadingUpdate();
215    	},
216    	success: function(){
217				if(stopScan == 0)
218					document.getElementById("updateProgress").style.width = progressBar+"%";
219					
220				if( scan_status == 1 && stopScan == 0){	// To control message of scanning status
221					if(progressBar >= 5)
222						progressBar =5;
223						
224					document.getElementById('scan_message').innerHTML = "<#diskUtility_initial#>";
225				}	
226				else if(scan_status == 2 && stopScan == 0){
227					if(progressBar <= 5)
228						progressBar = 6;
229					else if (progressBar >= 15)	
230						progressBar = 15;
231				
232					document.getElementById('scan_message').innerHTML = "<#diskUtility_umount#>";								
233				}
234				else if(scan_status == 3 && stopScan == 0){
235					if(progressBar <= 15)
236						progressBar = 16;
237					else if (progressBar >= 40)	
238						progressBar = 40;
239						
240					document.getElementById('scan_message').innerHTML = "Disk scanning ...";					
241				}	
242				else if(scan_status == 4 && stopScan == 0){
243					if(progressBar <= 40)
244						progressBar = 41;
245					else if (progressBar >= 90)	
246						progressBar = 90;
247						
248					document.getElementById('scan_message').innerHTML = "<#diskUtility_reMount#>";
249				}
250				else if(scan_status == 5 && stopScan == 0){
251					if(progressBar <= 90)
252						progressBar = 91;
253				
254					document.getElementById('scan_message').innerHTML = "<#diskUtility_finish#>";				
255				}
256				else{
257					document.getElementById('scan_message').innerHTML = "Stop disk scanning force...";	
258				}
259			if(progressBar > 100){
260				scan_done = 1;
261				document.getElementById('btn_scan').style.display = "";
262				document.getElementById('btn_abort').style.display = "none";
263				document.getElementById('scan_status_field').style.display = "";
264				document.getElementById('progressBar').style.display = "none";
265				disk_scan_status();
266				document.form.diskmon_freq.disabled = false;
267				document.form.diskmon_freq_time.disabled = false;
268				//document.form.diskmon_policy.disabled = false;
269				document.form.diskmon_part.disabled = false;
270				document.form.diskmon_force_stop.disabled = false;
271				return false;
272			}
273			if(stopScan == 0){
274				document.getElementById('progress_bar_no').innerHTML = progressBar+"%";
275				progressBar++;
276			}		
277			timer = setTimeout("showLoadingUpdate();", 100);		
278		}
279	});
280	
281}
282
283function abort_scan(){
284	var progress_stop = 0;
285	stopScan = 1;
286	progress_stop = progressBar; // get progress value when press abort
287	clearTimeout(timer);
288	document.getElementById('scan_message').innerHTML = "<#diskUtility_stop#>";
289	document.getElementById('progress_bar_no').innerHTML = progress_stop + "%";	
290	document.getElementById("updateProgress").style.width = progress_stop +"%";
291	document.getElementById('loadingIcon').style.display = "";
292	document.getElementById('btn_scan').style.display = "";
293	document.getElementById('btn_abort').style.display = "none";
294	document.getElementById('loadingIcon').style.display = "none";	
295	document.getElementById('progressBar').style.display  = "none";
296	stop_diskmon();
297	reset_force_stop();
298	setTimeout('disk_scan_status("")',1000);
299}
300
301function disk_scan_status(){
302	require(['/require/modules/diskList.js'], function(diskList){
303	 	diskList.update(function(){
304	 		$.each(parent.usbPorts, function(i, curPort){
305		 		$.each(diskList.list(), function(j, usbDevice){
306	 				if(curPort.node == usbDevice.node)
307	 					parent.usbPorts[i] = usbDevice;
308		 		});
309	 		});
310
311			check_status(parent.usbPorts[diskOrder-1]);		
312		})
313	});
314}
315
316function get_disk_log(){
317	$.ajax({
318		url: '/disk_fsck.xml?diskmon_usbport=' + parent.usbPorts[diskOrder-1].node,
319		dataType: 'xml',
320		error: function(xhr){
321			alert("Fail to get the log of fsck!");
322		},
323		success: function(xml){
324			$('#textarea_disk0').html($(xml).find('disk1').text());
325		}
326	});
327
328	document.getElementById("textarea_disk0").style.display = "";
329}
330
331function check_status(_device){
332	var diskOrder = _device.usbPath;
333
334	document.getElementById('scan_status_field').style.display = "";
335	parent.document.getElementById('ring_USBdisk_'+diskOrder).style.display = "";
336	parent.document.getElementById('iconUSBdisk_'+diskOrder).style.marginLeft = "35px";
337
338	var i, j;
339	var got_code_0, got_code_1, got_code_2, got_code_3;
340	for(i = 0; i < _device.partition.length; ++i){
341		switch(parseInt(_device.partition[i].fsck)){
342			case 0: // no error.
343				got_code_0 = 1;
344				break;
345			case 1: // find errors.
346				got_code_1 = 1;
347				break;
348			case 2: // proceeding...
349				got_code_2 = 1;
350				break;
351			default: // don't or can't support.
352				got_code_3 = 1;
353				break;
354		}
355	}
356
357	if(got_code_1){
358		document.getElementById('disk_init_status').style.display = "none";
359		document.getElementById('problem_found').style.display = "none";
360		document.getElementById('crash_found').style.display = "";
361		document.getElementById('scan_status_image').src = "/images/New_ui/networkmap/red.png";
362
363		if(stopScan == 1 || scan_done == 1){
364			parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundImage = "url(/images/New_ui/networkmap/white_04.gif)";
365			parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundPosition = '0% 99%';
366		}
367		parent.document.getElementById('iconUSBdisk_'+diskOrder).style.backgroundPosition = '0% -202px';
368	}
369	else if(got_code_2){
370		if(stopScan == 1){
371			parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundImage = "url(/images/New_ui/networkmap/white_04.gif)";
372			parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundPosition = '0% 0%';
373		}
374	}
375	else if(got_code_3){
376		parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundImage = "url(/images/New_ui/networkmap/white_04.gif)";
377		parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundPosition = '0% 0%';
378	}
379	else{ // got_code_0
380		document.getElementById('disk_init_status').style.display = "none";
381		document.getElementById('problem_found').style.display = "";
382		document.getElementById('crash_found').style.display = "none";
383		document.getElementById('scan_status_image').src = "/images/New_ui/networkmap/blue.png";
384		if(stopScan == 1 || scan_done == 1){
385			parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundImage = "url(/images/New_ui/networkmap/white_04.gif)";
386			parent.document.getElementById('ring_USBdisk_'+diskOrder).style.backgroundPosition = '0% 50%';
387		}
388		parent.document.getElementById('iconUSBdisk_'+diskOrder).style.backgroundPosition = '0px -103px';
389	}
390
391	get_disk_log();
392}
393
394function scan_manually(){
395	document.form.diskmon_freq.disabled = true;
396	document.form.diskmon_freq_time.disabled = true;
397	document.form.diskmon_force_stop.disabled = true;
398	document.form.action_script.value = "start_diskscan";
399	document.form.submit();
400}
401
402function reset_force_stop(){
403	document.form.diskmon_freq_time.disabled = false;
404	document.form.diskmon_part.disabled = false;
405	document.form.diskmon_force_stop.disabled = true;
406	document.form.diskmon_force_stop.value = "0";
407	document.form.submit();
408
409}
410</script>
411</head>
412<iframe name="hidden_frame" id="hidden_frame" width="0" height="0" frameborder="0" scrolling="no"></iframe>
413
414<body class="statusbody" onload="initial();">
415<form method="post" name="usbUnit_form" action="/apply.cgi" target="hidden_frame">
416<input type="hidden" name="action_mode" value="change_diskmon_unit">
417<input type="hidden" name="action_script" value="">
418<input type="hidden" name="action_wait" value="1">
419<input type="hidden" name="diskmon_usbport" value="">
420<input type="hidden" name="current_page" value="">
421<input type="hidden" name="next_page" value="">
422</form>
423<form name="form" method="post" action="/start_apply.htm" target="hidden_frame">
424<input type="hidden" name="next_page" value="/device-map/disk_utility.asp">
425<input type="hidden" name="action_mode" value="apply">
426<input type="hidden" name="action_script" value="restart_diskmon">
427<input type="hidden" name="action_wait" value="1">
428<input type="hidden" name="diskmon_force_stop" value="<% nvram_get("diskmon_force_stop"); %>" >
429<input type="hidden" name="diskmon_freq_time" value="<% nvram_get("diskmon_freq_time"); %>">
430<input type="hidden" name="diskmon_policy" value="disk">
431<input type="hidden" name="diskmon_part" value="">
432<table height="30px;">
433	<tr>
434		<td>		
435			<table width="100px" border="0" align="left" style="margin-left:5px;" cellpadding="0" cellspacing="0">
436			<td>
437					<div id="t0" class="tabclick_NW" align="center" style="font-weight: bolder;margin-right:2px;" onclick="location.href='disk.asp'">
438						<span style="cursor:pointer;font-weight: bolder;"><#diskUtility_information#></span>
439					</div>
440				</td>
441			<td>
442					<div id="t1" class="tab_NW" align="center" style="font-weight: bolder;margin-right:2px;" onclick="location.href='disk_utility.asp'">
443						<span style="cursor:pointer;font-weight: bolder;"><#diskUtility#></span>
444					</div>
445				</td>
446			</table>
447		</td>
448	</tr>
449</table>
450
451<table  width="313px;"  align="center"  style="margin-top:-8px;margin-left:3px;" cellspacing="5">
452  <tr >
453    <td style="background-color:#4D595D">
454		<div id="scan_status_field" style="margin-top:10px;">
455			<table>
456				<tr class="font_style">
457					<td width="40px;" align="center">
458						<img id="scan_status_image" src="/images/New_ui/networkmap/normal.png">
459					</td>
460					<td id="disk_init_status" >
461						<#diskUtility_init_status#>
462					</td>
463					<td id="problem_found" style="display:none;">
464						<#diskUtility_problem_found#>
465					</td>
466					<td id="crash_found" style="display:none;">
467						<#diskUtility_crash_found#>
468					</td>
469				</tr>
470			</table>	
471		</div>
472		<div id="progressBar" style="margin-left:9px;;margin-top:10px;display:none">
473			<div id="scan_message"></div>
474			<div id="updateProgress_bg">
475				<div>
476					<span id="progress_bar_no" style="position:absolute;margin-left:130px;margin-top:7px;" ></span>
477					<img id="updateProgress" src="/images/quotabar.gif" height="30px;" style="width:0%">
478					
479				</div>
480			</div>
481		</div>
482		<img style="margin-top:5px;margin-left:9px; *margin-top:-10px; width:283px;" src="/images/New_ui/networkmap/linetwo2.png">
483		<div class="font_style" style="margin-left:10px;margin-bottom:5px;margin-top:10px;"><#diskUtility_detailInfo#></div>
484		<div >
485			<table border="0" width="98%" align="center" height="100px;"><tr>
486				<td style="vertical-align:top" height="100px;">
487					<span id="log_field" >
488						<textarea cols="15" rows="13" readonly="readonly" id="textarea_disk0" style="resize:none;display:none;width:98%; font-family:'Courier New', Courier, mono; font-size:11px;background:#475A5F;color:#FFFFFF;"></textarea>
489					</span>
490				</td>
491			</tr></table>
492		</div>
493		<div style="margin-top:20px;margin-bottom:10px;"align="center">
494			<input id="btn_scan" type="button" class="button_gen" onclick="go_scan();" value="<#QIS_rescan#>">
495			<input id="btn_abort" type="button" class="button_gen" onclick="abort_scan();" value="Abort" style="display:none">
496			<img id="loadingIcon" style="display:none;margin-right:10px;" src="/images/InternetScan.gif">
497		</div>
498    </td>
499  </tr>
500
501  <tr>
502    <td style="background-color:#4D595D;" >
503		<div class="font_style" style="margin-left:12px;margin-top:10px;"><#diskUtility_schedule#></div>
504		<img style="margin-top:5px;margin-left:10px; *margin-top:-5px;" src="/images/New_ui/networkmap/linetwo2.png">
505			<div style="margin-left:10px;">
506				<table>
507					<tr class="font_style">
508						<td style="width:100px;">
509							<div style="margin-bottom:5px;" ><#diskUtility_frenqucy#></div>
510							<select name="diskmon_freq" onchange="freq_change();" class="input_option">
511								<option value="0" <% nvram_match("diskmon_freq", "0", "selected"); %>><#btn_disable#></option>
512								<option value="1" <% nvram_match("diskmon_freq", "1", "selected"); %>><#diskUtility_monthly#></option>
513								<option value="2" <% nvram_match("diskmon_freq", "2", "selected"); %>><#diskUtility_weekly#></option>
514								<option value="3" <% nvram_match("diskmon_freq", "3", "selected"); %>><#diskUtility_daily#></option>							
515							</select>
516						</td>							
517						<td >
518							<div id="date_field">
519								<div style="margin-bottom:5px;">Date</div>
520								<select name="freq_mon" class="input_option" onchange="freq_change();">
521									<option value="1">1</option>
522									<option value="2">2</option>
523									<option value="3">3</option>
524									<option value="4">4</option>
525									<option value="5">5</option>
526									<option value="6">6</option>
527									<option value="7">7</option>
528									<option value="8">8</option>
529									<option value="9">9</option>
530									<option value="10">10</option>
531									<option value="11">11</option>
532									<option value="12">12</option>
533									<option value="13">13</option>
534									<option value="14">14</option>
535									<option value="15">15</option>
536									<option value="16">16</option>
537									<option value="17">17</option>
538									<option value="18">18</option>
539									<option value="19">19</option>
540									<option value="20">20</option>
541									<option value="21">21</option>
542									<option value="22">22</option>
543									<option value="23">23</option>
544									<option value="24">24</option>
545									<option value="25">25</option>
546									<option value="26">26</option>
547									<option value="27">27</option>
548									<option value="28">28</option>
549									<option value="29">29</option>
550									<option value="30">30</option>
551									<option value="31">31</option>
552								</select>
553							</div>
554						</td>
555						<td>
556							<div id="week_field">
557								<div style="margin-bottom:5px"><#diskUtility_week#></div>
558								<select name="freq_week" class="input_option" onchange="freq_change();">
559									<option value="0">Sun</option>
560									<option value="1">Mon</option>
561									<option value="2">Tue</option>
562									<option value="3">Wed</option>
563									<option value="4">Thu</option>
564									<option value="5">Fri</option>
565									<option value="6">Sat</option>
566								</select>
567							</div>
568						</td>
569						<td>
570							<div id="time_field">
571								<div style="margin-bottom:5px;"><#diskUtility_time#></div>
572								<select name="freq_hour" class="input_option" onchange="freq_change();">
573									<option value="0">0</option>
574									<option value="1">1</option>
575									<option value="2">2</option>
576									<option value="3">3</option>
577									<option value="4">4</option>
578									<option value="5">5</option>
579									<option value="6">6</option>
580									<option value="7">7</option>
581									<option value="8">8</option>
582									<option value="9">9</option>
583									<option value="10">10</option>
584									<option value="11">11</option>
585									<option value="12">12</option>
586									<option value="13">13</option>
587									<option value="14">14</option>
588									<option value="15">15</option>
589									<option value="16">16</option>
590									<option value="17">17</option>
591									<option value="18">18</option>
592									<option value="19">19</option>
593									<option value="20">20</option>
594									<option value="21">21</option>
595									<option value="22">22</option>
596									<option value="23">23</option>
597								</select>
598							</div>
599						</td>
600					</tr>
601				</table>
602			</div>
603				<img style="margin-top:5px;margin-left:10px; *margin-top:-10px;" src="/images/New_ui/networkmap/linetwo2.png">
604				<div id="schedule_desc">
605					<div  class="font_style" style="margin-top:5px;margin-left:13px;margin-right:10px;" >
606						<#diskUtility_dchedule_hint#> 
607						<span id="schedule_time" style="display:none;font-weight:bolder;"></span>&nbsp
608						on&nbsp<span id="schedule_week" style="display:none;font-weight:bolder;"></span>
609						<span id="schedule_date" style="display:none;font-weight:bolder;"></span>&nbsp
610						<span id="schedule_frequency" style="display:none;font-weight:bolder;"></span>									
611					</div>
612					<div class="font_style" style="margin-top:5px;margin-left:13px;margin-right:10px;">
613						<#diskUtility_scanDuring#>
614					</div>
615				</div>
616			<div style="margin-top:20px;margin-bottom:10px;" align="center">
617				<input type="button" class="button_gen" onclick="apply_schedule();" value="<#CTL_apply#>">
618				<img id="loadingIcon_apply" style="display:none;margin-right:10px;" src="/images/InternetScan.gif">
619			</div>
620    </td>
621  </tr>
622 
623</table>
624</form>
625</body>
626</html>
627