www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / scmacpolicy.html
index e6d8e5f..6108bf7 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)%>");
 
 function btnYes() {
-   var code = 'location.assign("scmacflt.cmd?action=changemp")';
+   var code = 'location = "scmacflt.cmd?action=changemp"';
    eval(code);
 }
 
 function btnNo() {
-   var code = 'location.assign("scmacflt.cmd?action=view")';
+   var code = 'location = "scmacflt.cmd?action=view"';
    eval(code);
 }
 
 // done hiding -->
 </script>
 </head>
-<body onload="initMenu('idMenu');">
+<body onload="initMenu();">
 
 <script type="text/javascript">
-       writeHeader("MAC Filtering Global Policy", "<%ejGet(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWl(wlInterface)%>", <%ejGet(enblQos)%>);
+       writeHeader("MAC Filtering Global Policy", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
 </script>
 
 <form>
@@ -46,7 +46,7 @@ You will need to create new rules for the new policy.</p>
 <script type="text/javascript">
 <!-- hide
 {
-   var macP = '<%ejGet(macPolicy)%>';
+   var macP = '<%ejGetJS(macPolicy)%>';
 
        document.writeln("<p>Are you sure you want to change the MAC Filtering Global Policy from ");
    if (macP == 0)