finally in sync with archive
[bcm963xx.git] / userapps / broadcom / cfm / html / setup.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3    (c) 2004-2005 U.S. Robotics Corporation.
4 -->
5 <html>
6 <head>
7         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8         <title>Setup</title>
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <script src="usr_common.js" type="text/javascript"></script>
11         <script type="text/javascript">
12 setPageTitle("<%ejGetWlJS(wlInterface)%>");
13
14 function enterSetup()
15 {
16         document.location = "setup_dsl.cgi";
17 }
18         </script>
19 </head>
20
21 <body id="idWelcomePage">
22
23 <div id="idWelcomeBlock">
24  
25 <div id="idContent">
26 <script type="text/javascript">
27         if ("<%ejGetWlJS(wlInterface)%>" == "1")
28                 document.write("<img id=\"idMAX\" src=\"device_9108.gif\" alt=\"U.S. Robotics MAXg image\">");
29         else
30                 document.write("<img id=\"idMAX\" src=\"device_9107.gif\" alt=\"U.S. Robotics MAXg image\">");
31 </script>
32
33 <noscript>
34         <p class="clsNotice">The 
35 <script type="text/javascript">
36         document.write(getProductNameHTML("<%ejGetWlJS(wlInterface)%>"));
37 </script>
38         uses scripting to display
39         its data correctly. This browser either doesn&rsquo;t support scripting or has
40         scripting disabled. Please refer to your browser&rsquo;s documentation for instructions
41         on how to enable scripting.
42         </p>
43 </noscript>
44
45         <p>Thank you for purchasing the <b>
46 <script type="text/javascript">
47         document.write(getProductNameHTML("<%ejGetWlJS(wlInterface)%>"));
48 </script></b>.</p>
49
50         <p>This introductory setup guides you through
51 <script type="text/javascript">
52         if ("<%ejGetWlJS(wlInterface)%>" == "1")
53                 document.write("three");
54         else
55                 document.write("two");
56 </script> easy steps to establish
57         a connection to the Internet and to secure your network.
58         You can access the advanced features of the ADSL router after the setup is complete.</p>
59
60         <p>When you&rsquo;re ready to begin, press <b>Start</b>.</p>
61
62         <input type="button" class="clsBtnFeature" name="btnSubmit" value="Start -->" onclick="enterSetup();">
63 </div>
64
65 </div>
66 <div id="idBar1"><img src="usrmeansmax.gif" alt="U.S. Robotics means MAX."></div>
67 <div id="idBar2"><p><img src="usr.gif" alt="U.S.Robotics"></p></div>
68
69 <p class="clsCopyright">&copy; 2004-2006 U.S. Robotics Corporation.</p>
70
71 </body>
72 </html>