www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / setup.html
index 0465d59..52b5e9f 100755 (executable)
@@ -1,16 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-   (c) 2004-2005 U.S. Robotics Corporation.
+   (c) 2004-2006 U.S. Robotics Corporation
 -->
 <html>
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <title>Setup</title>
-       <link href="usr_main.css" rel="stylesheet" type="text/css">
-       <script src="usr_common.js" type="text/javascript"></script>
-       <script type="text/javascript">
-setPageTitle("<%ejGetWlJS(wlInterface)%>");
+       <link href="usr_layout.css" type="text/css" rel="stylesheet" />
+       <script src="usr_layout.js" type="text/javascript"></script>
+
+       <link href="usr_device.css" type="text/css" rel="stylesheet" />
+       <script src="usr_device.js" type="text/javascript"></script>
 
+       <link href="usr_91xx.css" type="text/css" rel="stylesheet" />
+       <script src="usr_91xx.js" type="text/javascript"></script>
+       <script src="usr_resources.js" type="text/javascript"></script>
+       <script type="text/javascript">
 function enterSetup()
 {
        document.location = "setup_dsl.cgi";
@@ -20,22 +25,23 @@ function enterSetup()
 
 <body id="idWelcomePage">
 
-<div id="idWelcomeBlock">
+<script type="text/javascript">
+if ("<%ejGetOther(sysInfo, buildVoip)%>" == "1")
+       document.write("<div class=\"clsWelcomeBlock clsWelcomeBlock_VoIP\">");
+else
+       document.write("<div class=\"clsWelcomeBlock clsWelcomeBlock_Ndx\">");
+</script>
+
 <div id="idContent">
 <script type="text/javascript">
-       if ("<%ejGetWlJS(wlInterface)%>" == "1")
-               document.write("<img id=\"idMAX\" src=\"device_9108.gif\" alt=\"U.S. Robotics MAXg image\">");
+       if ("<%ejGetOther(sysInfo, buildVoip)%>" == "1")
+               document.write("<img id=\"idWelcomeImg\" src=\"voip-lifestyle.jpg\" alt=\"USRobotics image\">");
        else
-               document.write("<img id=\"idMAX\" src=\"device_9107.gif\" alt=\"U.S. Robotics MAXg image\">");
+               document.write("<img id=\"idWelcomeImg\" src=\"ndx-lifestyle.jpg\" alt=\"USRobotics image\">");
 </script>
 
 <noscript>
-       <p class="clsNotice">The 
-<script type="text/javascript">
-       document.write(getProductNameHTML("<%ejGetWlJS(wlInterface)%>"));
-</script>
-       uses scripting to display
+       <p class="clsNotice">The USRobotics Wireless Gateway uses scripting to display
        its data correctly. This browser either doesn&rsquo;t support scripting or has
        scripting disabled. Please refer to your browser&rsquo;s documentation for instructions
        on how to enable scripting.
@@ -44,29 +50,33 @@ function enterSetup()
 
        <p>Thank you for purchasing the <b>
 <script type="text/javascript">
-       document.write(getProductNameHTML("<%ejGetWlJS(wlInterface)%>"));
-</script></b>.</p>
+       document.write(getString("idProdNameHTML"));
+</script>
+</b>.</p>
 
        <p>This introductory setup guides you through
 <script type="text/javascript">
-       if ("<%ejGetWlJS(wlInterface)%>" == "1")
-               document.write("three");
+//<!--
+//     TODO: Add setup_voip.html
+//-->
+       if ("<%ejGetOther(sysInfo, buildVoip)%>" == "1")
+               document.write("four");
        else
-               document.write("two");
+               document.write("three");
 </script> easy steps to establish
        a connection to the Internet and to secure your network.
        You can access the advanced features of the ADSL router after the setup is complete.</p>
 
        <p>When you&rsquo;re ready to begin, press <b>Start</b>.</p>
 
-       <input type="button" class="clsBtnFeature" name="btnSubmit" value="Start -->" onclick="enterSetup();">
+       <input type="button" class="clsWelcomeBtn" name="btnSubmit" value="Start -->" onclick="enterSetup();" />
+       <p id="idWelcomeEnd"></p>
 </div>
 
 </div>
-<div id="idBar1"><img src="usrmeansmax.gif" alt="U.S. Robotics means MAX."></div>
-<div id="idBar2"><p><img src="usr.gif" alt="U.S.Robotics"></p></div>
 
-<p class="clsCopyright">&copy; 2004-2006 U.S. Robotics Corporation.</p>
+<img id="idWelcomeLogo" src="usr_logo_rgb.gif" alt="USRobotics" />
+<p class="clsCopyright">&copy; 2005-2007 U.S. Robotics Corporation</p>
 
 </body>
 </html>