www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / ntwksum2.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 ipExtension = '<%ejGetJS(pppIpExtension)%>';
20 var prtcl = '<%ejGetOther(memInfo, ntwkPrtcl)%>';
21 var qs = '<%ejGetJS(quickSetup)%>';
22
23 function btnNext() {
24    var loc = 'wancfg.cmd?action=add';
25
26    if ( qs == '1' )
27       loc = 'rebootinfo.cgi';
28
29    var code = 'location = "' + loc + '"';
30    eval(code);
31 }
32
33 function btnBack() {
34    var ifc = '<%ejGetWlJS(wlInterface)%>';
35    var loc = 'natcfg2.html';
36
37    if ( qs == '1' ) {
38       if ( ifc == '1' )
39          loc = 'wlsetup.html';
40       else {
41          if ( prtcl == 'Bridge' )
42             loc = 'lancfgbr.html';
43          else if ( (ipExtension == '1') &&
44                    ((prtcl == 'PPPoE') || (prtcl == 'PPPoA')) )
45             loc = 'lancfgbr.html';
46          else
47             loc = 'lancfg.html';
48       }
49    } else {
50       if (prtcl == 'Bridge')
51          loc = 'enblbridge.html';
52       else if ( prtcl == 'PPPoE' || prtcl == 'PPPoA' )
53          loc = 'enblservice.html';
54       else if (prtcl == 'MER' || prtcl == 'IPoA')
55          loc = 'natcfg2.html';
56    }
57
58    var code = 'location = "' + loc + '"';
59    eval(code);
60 }
61
62
63 // done hiding -->
64        </script>
65     </head>
66       <body onload="initMenu(); setVisibility('idPPPoeName', prtcl=='PPPoE');">
67
68 <script type="text/javascript">
69         writeHeader("WAN Setup", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
70 </script>
71
72 <h3>Summary</h3>
73
74 <p>Make sure that the settings below match the settings provided by your ISP.</p>
75
76 <table border="0">
77  <tr>
78     <td>VPI / VCI:</td>
79     <td class="clsStatic"><%ejGetOther(memInfo, vpiVci)%></td>
80  </tr>
81  <tr>
82     <td>Connection type:</td>
83     <td class="clsStatic"><%ejGetOther(memInfo, ntwkPrtcl)%></td>
84  </tr>
85  <tr id="idPPPoeName">
86     <td>PPPoE service name:</td>
87     <td class="clsStatic"><%ejGetHTML(pppServerName)%></td>
88  </tr>
89  <tr>
90     <td>Service name:</td>
91     <td class="clsStatic"><%ejGetHTML(serviceName)%></td>
92  </tr>
93  <tr>
94     <td>Service category:</td>
95     <td class="clsStatic"><%ejGetHTML(atmServiceCategory)%></td>
96  </tr>
97  <tr>
98     <td>IP address:</td>
99     <td class="clsStatic"><%ejGetOther(memInfo, wanAddr)%></td>
100  </tr>
101  <tr>
102     <td>Service state:</td>
103     <td class="clsStatic"><%ejGetOther(memInfo, enblService)%></td>
104  </tr>
105  <tr>
106     <td>NAT:</td>
107     <td class="clsStatic"><%ejGetOther(memInfo, enblNat)%></td>
108  </tr>
109  <tr>
110     <td>Firewall:</td>
111     <td class="clsStatic"><%ejGetOther(memInfo, enblFirewall)%></td>
112  </tr>
113  <tr>
114     <td>IGMP multicast:</td>
115     <td class="clsStatic"><%ejGetOther(memInfo, enblIgmp)%></td>
116  </tr>
117  <tr>
118    <td>Quality of service:</td>
119    <td class="clsStatic"><%ejGetOther(memInfo, enblQos)%></td>
120 </tr>
121 </table>
122
123 <script type="text/javascript">
124 <!-- hide
125 if ( qs == 1 ) {
126     document.writeln('<p>Press <b>Finish</b> to accept these settings. Press <b>Back</b> to make any modifications.<\/p>');
127     document.writeln('<p>NOTE: The configuration process takes about one minute to complete and your router will restart.<\/p>');
128     document.writeln("<p><input type='button' onClick='btnBack()' value='Back'> <input type='button' onClick='btnNext()' value='Finish'><\/p>");
129 } else {
130     document.writeln('<p>Press <b>Apply</b> to accept these settings. Press <b>Back</b> to make any modifications.<\/p>');
131     document.writeln("<p><input type='button' onClick='btnBack()' value='Back'> <input type='button' onClick='btnNext()' value='Apply'><\/p>");
132 }
133 // done hiding -->
134 </script>
135
136
137 <script type="text/javascript">
138         writeFooter();
139 </script>
140
141     </body>
142 </html>