Advertisement
Guest User

Untitled

a guest
Mar 16th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!-- <HTML><HEAD><TITLE>Basic Wireless Settings</TITLE> -->
  3. <HTML><HEAD><TITLE></TITLE>
  4. <META http-equiv=expires content=0>
  5. <META http-equiv=cache-control content=no-cache>
  6. <META http-equiv=pragma content=no-cache>
  7.  
  8. <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
  9.  
  10. <LINK href="style.css" type=text/css rel=stylesheet>
  11. <STYLE fprolloverstyle>A:hover {
  12. COLOR: #00ffff
  13. }
  14. .small A:hover {
  15. COLOR: #00ffff
  16. }
  17. </STYLE>
  18.  
  19. <SCRIPT src="common.js"></SCRIPT>
  20. <SCRIPT language="javascript" type="text/javascript" src="capasg.js"></SCRIPT>
  21. <SCRIPT language="javascript" type="text/javascript" src="share.js"></SCRIPT>
  22. <SCRIPT language=JavaScript>
  23. var EN_DIS = '1';
  24. function SelWL()
  25. {
  26. var F=document.wireless;
  27. var num=document.wireless.Mode.selectedIndex;
  28. if (num == 0)
  29. I = '0';
  30. else
  31. I = '1';
  32. wl_enable_disable(F,I);
  33. ShowFreq(num);
  34. }
  35.  
  36. function ShowFreq(wlanmode){
  37. var F=document.forms[0];
  38. var channelAry;
  39. /*if(wlanmode==2){
  40. channelAry=new Array("5.180GHz-Channel36","5.200GHz-Channel40","5.220GHz-Channel44","5.240GHz-Channel48","5.260GHz-Channel52","5.280GHz-Channel56","5.300GHz-Channel60","5.320GHz-Channel64","5.745GHz-Channel149","5.765GHz-Channel153","5.785GHz-Channel157","5.805GHz-Channel161","5.825GHz-Channel165","Smart Select");
  41. }
  42. else{
  43. channelAry=new Array("2.412GHz-Channel1","2.417GHz-Channel2","2.422GHz-Channel3","2.427GHz-Channel4","2.432GHz-Channel5","2.437GHz-Channel6","2.442GHz-Channel7","2.447GHz-Channel8","2.452GHz-Channel9","2.457GHz-Channel10","2.462GHz-Channel11","Smart Select");
  44. }*/
  45. if(document.wireless.layout.value=="de"){
  46. channelAry=new Array("1 - 2,412 GHz","2 - 2,417 GHz","3 - 2,422 GHz","4 - 2,427 GHz","5 - 2,432 GHz","6 - 2,437 GHz","7 - 2,442 GHz","8 - 2,447 GHz","9 - 2,452 GHz","10 - 2,457 GHz","11 - 2,462 GHz","12 - 2,467 GHz","13 - 2,472 GHz","14 - 2,484 GHz");
  47. }
  48. else if(document.wireless.layout.value=="fr"){
  49. channelAry=new Array("1 - 2,412GHz","2 - 2,417GHz","3 - 2,422GHz","4 - 2,427GHz","5 - 2,432GHz","6 - 2,437GHz","7 - 2,442GHz","8 - 2,447GHz","9 - 2,452GHz","10 - 2,457GHz","11 - 2,462GHz","12 - 2,467GHz","13 - 2,472GHz","14 - 2,484GHz");
  50. }
  51. else{
  52. channelAry=new Array("1 - 2.412GHz","2 - 2.417GHz","3 - 2.422GHz","4 - 2.427GHz","5 - 2.432GHz","6 - 2.437GHz","7 - 2.442GHz","8 - 2.447GHz","9 - 2.452GHz","10 - 2.457GHz","11 - 2.462GHz","12 - 2.467GHz","13 - 2.472GHz","14 - 2.484GHz");
  53. }
  54. var i,oOption;
  55. for(i=F.channelno.value;i>=0;i--){
  56. F.Freq.options[i]=null;
  57. }
  58. if(F.Mode.value==5){
  59. oOption=document.createElement("OPTION");
  60. oOption.text=channelAry[5];
  61. oOption.value=6;
  62. F.Freq.options[0]=new Option(channelAry[5],6);
  63.  
  64. oOption=document.createElement("OPTION");
  65. oOption.text=channelAry[11];
  66. oOption.value=12;
  67. F.Freq.options[1]=new Option(channelAry[11],12);
  68. if((F.channel.value==6) || (F.channel.value=="12"))
  69. F.Freq.value=F.channel.value;
  70. else
  71. F.Freq.value=6;
  72. }
  73. else{
  74.  
  75. for(i=0;i<F.channelno.value;i++){
  76. F.Freq.options[i]=new Option(channelAry[i],(i+1));
  77. }
  78. F.Freq.value=F.channel.value;
  79. }
  80. }
  81.  
  82. function wl_enable_disable(F,I)
  83. {
  84. EN_DIS = I;
  85. if( I == "0"){
  86. choose_disable(F.SSID);
  87. choose_disable(F.Freq);
  88. choose_disable(F.wl_closed[0]);
  89. choose_disable(F.wl_closed[1]);
  90. }else{
  91. choose_enable(F.SSID);
  92. choose_enable(F.Freq);
  93. choose_enable(F.wl_closed[0]);
  94. choose_enable(F.wl_closed[1]);
  95.  
  96. }
  97. if(parseInt(F.sesMode.value) == 1 && I != "0"){
  98. choose_enable(F.B1);
  99. choose_enable(F.B2);
  100. }else{
  101. choose_disable(F.B1);
  102. choose_disable(F.B2);
  103. }
  104.  
  105. }
  106. function Set_SES_Short_Push()
  107. {
  108. var F = document.wireless
  109. if(F.Mode.selectedIndex != 0 && F.OldWirelessMode.value != 0){
  110. if(parseInt(F.sesMode.value) == 1){
  111. if (confirm(hwireless.phase32)) {
  112. F.submit_type.value = "Set_SES_Short_Push"
  113. return true
  114. }else{
  115. return false
  116. }
  117. }else{
  118. alert(hwireless.phase36)
  119. return false
  120. }
  121. }else{
  122. return false
  123. }
  124. }
  125.  
  126. function Set_SES_Long_Push(F)
  127. {
  128. if (confirm(hwireless.phase33)) {
  129. F.submit_type.value = "Set_SES_Long_Push";
  130. F.submit();
  131. }else{
  132. return false;
  133. }
  134. }
  135.  
  136. function to_submit(F)
  137. {
  138. if(F.SSID.value == ""){
  139. alert(errmsg.err62);
  140. F.SSID.focus();
  141. return false;
  142. }
  143. F.submit();
  144. }
  145.  
  146. function init()
  147. {
  148. var F = document.wireless
  149. document.title=titlewireless.basicset;
  150. F.save.value=sbutton.save;
  151. F.cancel.value=sbutton.cancel;
  152.  
  153. var index = F.OldWirelessMode.value==0? 0:F.OldWirelessMode.value==3? 1:F.OldWirelessMode.value==1? 2:3
  154. F.Mode.options[index].selected = true
  155.  
  156. SelWL();
  157. }
  158. ></SCRIPT>
  159.  
  160. </HEAD>
  161. <BODY onload=init()>
  162. <DIV align=center>
  163. <FORM name=wireless action="WBasic.tri" method=post>
  164. <INPUT type="hidden" name="submit_type">
  165. <TABLE cellSpacing=0 cellPadding=0 width=809 border=0>
  166. <TBODY>
  167. <TR>
  168. <TD width=95><IMG height=57 src="UILinksys.gif" width=165
  169. border=0></TD>
  170. <TD vAlign=bottom align=right width=714 bgColor=#6666cc><FONT
  171. style="FONT-SIZE: 7pt" color=#ffffff><FONT face=Arial><script>Capture(share.firmwarever)</script>:&nbsp;v1.02.0 &nbsp;&nbsp;&nbsp;</FONT></FONT></TD></TR>
  172. <TR>
  173. <TD width=808 bgColor=#6666cc colSpan=2><IMG height=11
  174. src="UI_10.gif" width=809 border=0></TD></TR></TBODY></TABLE>
  175. <TABLE height=77 cellSpacing=0 cellPadding=0 width=809 bgColor=black border=0>
  176. <TBODY>
  177. <TR>
  178. <TD
  179. style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal"
  180. borderColor=#000000 align=middle width=163 height=49>
  181. <H3 style="MARGIN-TOP: 1px; MARGIN-BOTTOM: 1px"><FONT
  182. style="FONT-SIZE: 15pt" face=Arial color=#ffffff><script>Capture(bmenu.wireless)</script></FONT></H3></TD>
  183. <TD
  184. style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal"
  185. vAlign=center borderColor=#000000 width=646 bgColor=#000000 height=49>
  186. <TABLE
  187. style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BORDER-COLLAPSE: collapse; FONT-VARIANT: normal"
  188. height=33 cellSpacing=0 cellPadding=0 bgColor=#6666cc border=0>
  189. <TBODY>
  190. <TR>
  191. <TD style="FONT-WEIGHT: bolder; FONT-SIZE: 10pt" align=right
  192. bgColor=#6666cc height=33><FONT color=#ffffff><script>Capture(share.productname)</script>&nbsp;&nbsp;</FONT></TD>
  193. <TD borderColor=#000000 borderColorLight=#000000 align=middle
  194. width=109 bgColor=#000000 borderColorDark=#000000 height=12
  195. rowSpan=2><FONT color=#ffffff><SPAN
  196. style="FONT-SIZE: 8pt"><B>WRT54G</B></SPAN></FONT></TD></TR>
  197. <TR>
  198. <TD
  199. style="FONT-WEIGHT: normal; FONT-SIZE: 1pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal"
  200. width=537 bgColor=#000000 height=1>&nbsp;</TD></TR>
  201. <TR>
  202. <TD width=646 bgColor=#000000 colSpan=2 height=32>
  203. <TABLE id=AutoNumber1
  204. style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BORDER-COLLAPSE: collapse; FONT-VARIANT: normal"
  205. height=6 cellSpacing=0 cellPadding=0 width=637 border=0>
  206. <TBODY>
  207. <TR
  208. style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-WEIGHT: normal; FONT-SIZE: 1pt; BORDER-LEFT: medium none; COLOR: black; BORDER-BOTTOM: medium none; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal"
  209. align=middle bgColor=#6666cc>
  210. <TD width=83 height=1><IMG height=10
  211. src="UI_06.gif" width=83 border=0></TD>
  212. <TD width=73 height=1><IMG height=10
  213. src="UI_07.gif" width=83 border=0></TD>
  214. <TD width=113 height=1><IMG height=10
  215. src="UI_06.gif" width=83 border=0></TD>
  216. <TD width=103 height=1><IMG height=10
  217. src="UI_06.gif" width=103 border=0></TD>
  218. <TD width=85 height=1><IMG height=10
  219. src="UI_06.gif" width=100 border=0></TD>
  220. <TD width=115 height=1><IMG height=10
  221. src="UI_06.gif" width=115 border=0></TD>
  222. <TD width=74 height=1><IMG height=10
  223. src="UI_06.gif" width=79 border=0></TD></TR>
  224. <TR>
  225. <TD align=middle bgColor=#000000 height=20><FONT
  226. style="FONT-WEIGHT: 700" color=#ffffff><A
  227. style="TEXT-DECORATION: none"
  228. href="basic.htm"><script>Capture(bmenu.setup)</script></A></FONT></TD>
  229. <TD align=middle bgColor=#6666cc height=20><FONT
  230. style="FONT-WEIGHT: 700" color=#ffffff><script>Capture(bmenu.wireless)</script></FONT></TD>
  231. <TD align=middle bgColor=#000000 height=20><FONT
  232. style="FONT-WEIGHT: 700" color=#ffffff><A
  233. style="TEXT-DECORATION: none"
  234. href="Firewall.htm"><script>Capture(bmenu.security)</script></A></FONT></TD>
  235. <TD align=middle bgColor=#000000 height=20><FONT
  236. style="FONT-WEIGHT: 700" color=#ffffff><A
  237. style="TEXT-DECORATION: none"
  238. href="Filters.htm"><script>Capture(bmenu.accrestriction)</script></A></FONT></TD>
  239. <TD align=middle bgColor=#000000 height=20>
  240. <P style="MARGIN-BOTTOM: 4px"><FONT style="FONT-WEIGHT: 700"
  241. color=#ffffff><A style="TEXT-DECORATION: none"
  242. href="Forward.htm"><script>Capture(bmenu.applications)</script> <BR>&
  243. <script>Capture(bmenu.gaming)</script></A>&nbsp;&nbsp;&nbsp;&nbsp;</FONT></P></TD>
  244. <TD align=middle bgColor=#000000 height=20>
  245. <P style="MARGIN-BOTTOM: 4px"><FONT style="FONT-WEIGHT: 700"
  246. color=#ffffff><A style="TEXT-DECORATION: none"
  247. href="Manage.htm"><script>Capture(bmenu.admin)</script></A>&nbsp;&nbsp;&nbsp;&nbsp;</FONT></P></TD>
  248. <TD align=middle bgColor=#000000 height=20>
  249. <P style="MARGIN-BOTTOM: 4px"><FONT style="FONT-WEIGHT: 700"
  250. color=#ffffff><A style="TEXT-DECORATION: none"
  251. href="StaRouter.htm"><script>Capture(bmenu.statu)</script></A>&nbsp;&nbsp;&nbsp;&nbsp;</FONT></P></TD></TR>
  252. <TR>
  253. <TD width=643 bgColor=#6666cc colSpan=7 height=21>
  254. <TABLE borderColor=black height=21 cellSpacing=0 cellPadding=0
  255. width=548>
  256. <TBODY>
  257. <TR align=middle>
  258. <TD class=small width=220><FONT
  259. style="COLOR: white"><script>Capture(wlantopmenu.basicset)</script></FONT></TD>
  260. <TD width=1>
  261. <P class=bar><FONT color=white><B>|</B></FONT></P></TD>
  262. <TD class=small width=220><A
  263. href="WSecurity.htm">&nbsp;<script>Capture(wlantopmenu.security)</script></A></TD>
  264. <TD width=1>
  265. <P class=bar><FONT color=white><B>|</B></FONT></P></TD>
  266. <TD class=small width=220><A
  267. href="WFilter.htm">&nbsp;<script>Capture(wlantopmenu.macfilter)</script></A></TD>
  268. <TD width=1>
  269. <P class=bar><FONT color=white><B>|</B></FONT></P></TD>
  270. <TD class=small width=220><A
  271. href="WAdv.htm"><script>Capture(wlantopmenu.advwireless)</script>
  272. </A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
  273. <TABLE height=5 cellSpacing=0 cellPadding=0 width=806 bgColor=black border=0>
  274. <TBODY>
  275. <TR>
  276. <TD borderColor=#e7e7e7 width=163 bgColor=#e7e7e7 height=1><IMG height=15
  277. src="UI_03.gif" width=164 border=0></TD>
  278. <TD width=646 height=1><IMG height=15 src="UI_02.gif"
  279. width=645 border=0></TD></TR></TBODY></TABLE>
  280. <TABLE id=AutoNumber9 style="BORDER-COLLAPSE: collapse" borderColor=#111111
  281. height=23 cellSpacing=0 cellPadding=0 width=809 border=0>
  282. <TBODY>
  283. <TR>
  284. <TD width=633>
  285. <TABLE cellSpacing=0 cellPadding=0 width=633 border=0>
  286. <TBODY>
  287. <TR>
  288. <TD width=156 bgColor=#000000 colSpan=3 height=25>
  289. <P align=right><B><FONT style="FONT-SIZE: 9pt" face=Arial
  290. color=#ffffff><script>Capture(wlanleftmenu.wirelessnet)</script></FONT></B></P></TD>
  291. <TD width=8 bgColor=black height=25>&nbsp;</TD>
  292. <TD width=6>&nbsp;</TD>
  293. <TD width=7>&nbsp;</TD>
  294. <TD width=8>&nbsp;</TD>
  295. <TD width=156>&nbsp;</TD>
  296. <TD width=262>&nbsp;</TD>
  297. <TD width=15>&nbsp;</TD>
  298. <TD width=15 background=UI_05.gif>&nbsp;</TD></TR>
  299.  
  300. <TR>
  301. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3
  302. height=25>&nbsp;</TD>
  303. <TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
  304. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  305. <TD width=156 height=25>&nbsp;<FONT style="FONT-SIZE: 8pt"
  306. face=Arial><script>Capture(wlansetup.networkmode)</script>:</FONT>
  307. <INPUT type="hidden" name="channelno" value="11">
  308. <INPUT type="hidden" name="OldWirelessMode" value="3">
  309. </TD>
  310. <TD width=262 height=25>&nbsp;&nbsp;<FONT face=verdana size=2><B><SELECT onchange="SelWL()" name="Mode" size=1>
  311. <script language="javascript">
  312. document.write("<OPTION value=0>"+share.disabled+"</OPTION>");
  313. document.write("<OPTION value=3>"+wlansetup.mixed+"</OPTION>");
  314. document.write("<OPTION value=1>"+wlansetup.bonly+"</OPTION>");
  315. document.write("<OPTION value=2>"+wlansetup.gonly+"</OPTION>");
  316. </script>
  317. </SELECT></B></FONT></TD>
  318. <TD width=15 height=25>&nbsp;</TD>
  319. <TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
  320. <TR>
  321. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25>&nbsp;</TD>
  322. <TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
  323. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  324. <TD width=156 height=25>&nbsp;<FONT style="FONT-SIZE: 8pt"
  325. face=Arial><script>Capture(wlansetup.ssid)</script>:</FONT></TD>
  326. <TD width=262 height=25>&nbsp;&nbsp;<INPUT
  327. onblur="valid_name(this,'SSID',this.defaultValue)" maxLength=32 value="mjrouter"
  328. name="SSID"></FONT></TD>
  329. <TD width=15 height=25>&nbsp;</TD>
  330. <TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
  331. <TR>
  332. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25>&nbsp;</TD>
  333. <TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
  334. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  335. <TD width=156 height=25>&nbsp;<FONT style="FONT-SIZE: 8pt"
  336. face=Arial><script>Capture(wlansetup.channel)</script>:</FONT>
  337. <input type="hidden" name="channel" value="1">
  338. </TD>
  339.  
  340. <TD width=262 height=25>&nbsp;&nbsp;<SELECT onfocus=check_action(this,0) name=Freq>
  341. </SELECT></TD>
  342. <TD width=15 height=25>&nbsp;</TD>
  343. <TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
  344. <TR>
  345. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25>&nbsp;</TD>
  346. <TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
  347. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  348. <TD width=156 height=25>&nbsp;<FONT style="FONT-SIZE: 8pt"
  349. face=Arial><script>Capture(wlansetup.ssidbroadcast)</script>:</FONT></TD>
  350. <TD width=262 height=25>
  351. <TABLE id=AutoNumber17
  352. style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-COLLAPSE: collapse; BORDER-RIGHT-WIDTH: 0px"
  353. borderColor=#111111 cellSpacing=0 cellPadding=0 width=262
  354. border=1><TBODY>
  355. <TR>
  356. <TD
  357. style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"
  358. width=262 height=25>
  359. <INPUT type=radio CHECKED value=1 name=wl_closed><B><script>Capture(share.enable)</script></B>
  360. <INPUT type=radio value=0 name=wl_closed><B><script>Capture(share.disable)</script></B></TD></TR></TBODY></TABLE></TD>
  361. <TD width=15 height=25>&nbsp;</TD>
  362. <TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
  363.  
  364. <TR>
  365. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25>&nbsp;</TD>
  366. <TD width=8 background="UI_04.gif" height=25>&nbsp;</TD>
  367. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  368. <TD width=418 bgColor=#ffffff colSpan=2 height=79>
  369. <P align=center><a href="javascript:document.wireless.submit()" onclick="return Set_SES_Short_Push()"><INPUT type=image height=50 width=50 src="SES-button-color.gif" name=B2></a>
  370. <BR><FONT style="FONT-SIZE: 8pt" face=Arial><B>
  371. <SCRIPT>Capture(bmenu.statu)</SCRIPT>
  372. :</B>
  373. <script>Capture(wlansetup.defaults)</script>
  374. </FONT></P></TD>
  375. <TD width=15 height=25>&nbsp;<INPUT type="hidden" value="1" name="sesMode"></TD>
  376. <TD width=15 background="UI_05.gif" height=25>&nbsp;</TD></TR>
  377. <TR>
  378. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25>&nbsp;</TD>
  379. <TD width=8 background="UI_04.gif" height=25>&nbsp;</TD>
  380. <TD width=21 height=25 colSpan=3>&nbsp;</TD>
  381. <TD width=418 bgColor=#ffffff colSpan=2 height=25>
  382. <P align=center>
  383. <SCRIPT>document.write("<input type=button name=B1 value=\"" + wlansetup.resetsec + "\" onClick='Set_SES_Long_Push(this.form)'>");</SCRIPT>
  384. </P></TD>
  385. <TD width=15 height=25>&nbsp;</TD>
  386. <TD width=15 background="UI_05.gif" height=25>&nbsp;</TD></TR>
  387. <TR>
  388. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25></TD>
  389. <TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
  390. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  391. <TD width=156 height=25>&nbsp;</TD>
  392. <TD width=262 height=25>&nbsp;</TD>
  393. <TD width=15 height=25>&nbsp;</TD>
  394. <TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
  395.  
  396.  
  397. <TR>
  398. <TD align=right width=156 bgColor=#e7e7e7 colSpan=3 height=25></TD>
  399. <TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
  400. <TD width=21 colSpan=3 height=25>&nbsp;</TD>
  401. <TD width=156 height=25>&nbsp;</TD>
  402. <TD width=262 height=25><INPUT type="hidden" value="en" name="layout"></TD>
  403. <TD width=15 height=25>&nbsp;</TD>
  404. <TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
  405.  
  406. </TBODY></TABLE></TD>
  407. <TD vAlign=top width=176 bgColor=#6666cc>
  408. <TABLE cellSpacing=0 cellPadding=0 width=176 border=0>
  409. <TBODY>
  410. <TR>
  411. <TD width=11 bgColor=#6666cc height=25>&nbsp;</TD>
  412. <TD width=156 bgColor=#6666cc height=25><FONT color=#ffffff><SPAN><br>
  413. <script>Capture(hwireless.phase29)</script>
  414. <b><A href="HWireless.htm" target=_blank><script>Capture(share.more)</script></A></b></SPAN></FONT></TD>
  415. <TD width=9 bgColor=#6666cc
  416. height=25>&nbsp;</TD></TR>
  417. </TBODY></TABLE></TD></TR>
  418. <TR>
  419. <TD width=809 colSpan=2>
  420. <TABLE cellSpacing=0 cellPadding=0 border=0>
  421. <TBODY>
  422. <TR>
  423. <TD width=156 bgColor=#e7e7e height=30>&nbsp;</TD>
  424. <TD width=8 background=UI_04.gif>&nbsp;</TD>
  425. <TD width=454></TD>
  426. <TD width=15 background=UI_05.gif>&nbsp;</TD>
  427. <TD width=176 bgColor=#6666cc height=58 rowSpan=2><IMG height=64
  428. src="UI_Cisco.gif" width=176 border=0></TD></TR>
  429. <TR>
  430. <TD width=156 bgColor=#000000>&nbsp;</TD>
  431. <TD width=8 bgColor=#000000>&nbsp;</TD>
  432. <TD align=right width=454 bgColor=#6666cc>
  433. <SCRIPT>document.write("<input type=button name=save" + " value=\"" + sbutton.save + "\" onClick=to_submit(this.form)>");</SCRIPT>
  434. &nbsp;
  435. <script language="javascript">
  436. document.write("<INPUT type=reset onclick=window.location.replace('Wireless.htm') value="+sbutton.cancel+" name=cancel>")
  437. </script>
  438. &nbsp;&nbsp; </TD>
  439. <TD width=15 bgColor=#000000
  440. height=33>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></DIV></BODY></HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement