da2ef5d7d9cc4f1490e49ca1675ec59808d1443c
[bcm963xx.git] / userapps / broadcom / cfm / html / pppautherr.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <title></title>
8
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <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>
11         <script src="usr_common.js" type="text/javascript"></script>
12
13 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
14
15 <script type="text/javascript">
16 <!-- hide
17 setPageTitle("<%ejGetWlJS(wlInterface)%>");
18
19 var prtcl = '<%ejGetOther(memInfo, ntwkPrtcl)%>';
20 var username = '<%ejGetJS(pppUserName)%>';
21 var password = '<%ejGetJS(pppPassword)%>';
22
23 function btnBack() {
24    var loc = 'pppoe.html';
25
26    var code = 'location = "' + loc + '"';
27    eval(code);
28 }
29
30 // done hiding -->
31 </script>
32 </head>
33
34 <body onload="initMenu();">
35
36 <script type="text/javascript">
37         writeHeader("PPP Authentication Error", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
38 </script>
39
40 <script type="text/javascript">
41 <!-- hide
42    var passwd = '';
43    for (var i = 0; i < password.length; i++)
44       passwd += '*';
45
46         var msg = "<p>The router can not set up a ";
47         msg += ((prtcl == 'PPPoA') ? 'PPPoA' : 'PPPoE');
48    msg += ' connection using <b>"' + username + '"</b> as its username, ';
49    msg += 'and <b>"' + passwd + '"</b> as its password.</p>';
50    document.writeln(msg);
51
52    document.writeln('<p>Please check your username and password, and click the <b>Back</b> button to try again.</p>');
53 // done hiding -->
54 </script>
55
56 <p><input type='button' onClick='btnBack()' value='Back'></p>
57
58 <script type="text/javascript">
59         writeFooter();
60 </script>
61
62 </body>
63 </html>