www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / lancfg.html
index d36c473..b55c35f 100755 (executable)
@@ -7,7 +7,7 @@
        <title></title>
 
        <link href="usr_main.css" rel="stylesheet" type="text/css">
-       <script src="usr_menus.js" type="text/javascript"></script>
+       <link href="usr_menus.css" rel="stylesheet" type="text/css"><script src="usr_menus.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
        <script src="usr_common.js" type="text/javascript"></script>
 
        <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
        <script type="text/javascript">
 <!-- hide
 
-setPageTitle("<%ejGetWl(wlInterface)%>");
+setPageTitle("<%ejGetWlJS(wlInterface)%>");
 
-var dhcpStart = '<%ejGet(dhcpEthStart)%>';
-var dhcpEnd = '<%ejGet(dhcpEthEnd)%>';
-var dhcpLease = '<%ejGet(dhcpLeasedTime)%>';
-var nat = '<%ejGet(enblNat)%>';
+var dhcpStart = '<%ejGetJS(dhcpEthStart)%>';
+var dhcpEnd = '<%ejGetJS(dhcpEthEnd)%>';
+var dhcpLease = '<%ejGetJS(dhcpLeasedTime)%>';
+var nat = '<%ejGetJS(enblNat)%>';
 var prtcl = '<%ejGetOther(memInfo, ntwkPrtcl)%>';
-var ipExtension = '<%ejGet(pppIpExtension)%>';
-var dhcpEnbl = '<%ejGet(enblDhcpSrv)%>';
+var ipExtension = '<%ejGetJS(pppIpExtension)%>';
+var dhcpEnbl = '<%ejGetJS(enblDhcpSrv)%>';
 var natEnbl = '<%ejGetOther(sysInfo, enblNat)%>';
 var manualMod = 0;
 
@@ -124,8 +124,8 @@ function typeClick() {
 
 function frmLoad() {
    with ( document.forms[0] ) {
-      ethIpAddress.value = '<%ejGet(ethIpAddress)%>';
-      ethSubnetMask.value = '<%ejGet(ethSubnetMask)%>';
+      ethIpAddress.value = '<%ejGetJS(ethIpAddress)%>';
+      ethSubnetMask.value = '<%ejGetJS(ethSubnetMask)%>';
 
       if ( prtcl == 'Bridge' ) {
          hideDhcpInfo(1);
@@ -158,9 +158,9 @@ function frmLoad() {
                disableDhcpSrvRelay();
             }
          }
-         lan2IpAddress.value = '<%ejGet(lan2IpAddress)%>';
-         lan2SubnetMask.value = '<%ejGet(lan2SubnetMask)%>';
-         if ('<%ejGet(enblLan2)%>' == '1') {
+         lan2IpAddress.value = '<%ejGetJS(lan2IpAddress)%>';
+         lan2SubnetMask.value = '<%ejGetJS(lan2SubnetMask)%>';
+         if ('<%ejGetJS(enblLan2)%>' == '1') {
             enblLan2.checked = true;
             hideLan2Info(0);
          } else {
@@ -192,7 +192,7 @@ function lan2CbClick(cb) {
 }
 
 function btnNext() {
-   var ifc = '<%ejGetWl(wlInterface)%>';
+   var ifc = '<%ejGetWlJS(wlInterface)%>';
    var loc = '';
 
    if ( ifc == '1' )
@@ -262,7 +262,7 @@ function btnNext() {
          loc += '&enblLan2=0';
    }
 
-   var code = 'location.assign("' + loc + '")';
+   var code = 'location = "' + loc + '"';
    eval(code);
 }
 
@@ -278,7 +278,7 @@ function btnBack() {
    else
       loc = 'ntwkprtcl.html';
 
-   var code = 'location.assign("' + loc + '")';
+   var code = 'location = "' + loc + '"';
    eval(code);
 }
 
@@ -324,10 +324,10 @@ function manualModDhcp() {
 </script>
             <base target="_self">
    </head>
-   <body onload="initMenu('idMenu'); frmLoad();">
+   <body onload="initMenu(); frmLoad();">
 
 <script type="text/javascript">
-       writeHeader("Device Setup", "<%ejGet(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWl(wlInterface)%>", <%ejGet(enblQos)%>);
+       writeHeader("Device Setup", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
 </script>
 
 <form>