www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / purchase.html
old mode 100644 (file)
new mode 100755 (executable)
index 6a65543..b2124c8
@@ -1,27 +1,41 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-   (c) 2004-2006 U.S. Robotics Corporation.
+       (c) 2005-2006 U.S. Robotics Corporation.
 -->
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <title>Purchase</title>
-       <link href="usr_main.css" rel="stylesheet" type="text/css">
-       <script src="usr_common.js" type="text/javascript"></script>
-</head>
+        <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>
+                                                                                
+        <meta http-equiv="Pragma" content="no-cache">
 
-<body>
+<script type="text/javascript">
+function initializePage()
+{ 
+    document.idForm0.modelNum.value = getString("idModel");
+}
+</script>
+
+</head>
+<body onload="initializePage();">
 
 <script type="text/javascript">
-       setPageTitle("<%ejGetWlJS(wlInterface)%>");
-       writeHeaderInfo("Purchase Features");
+       writeHeader("Purchase Features");
 </script>
 
 <p>In order to enable the router to establish VPN connections, you need to purchase
 the VPN feature from U.S.&nbsp;Robotics.</p>
 
 <form name="idForm0" method="post" action="http://usr.com/upgrade/index.asp">
-<input type="hidden" name="modelNum" id="modelNum" value="USR9108">
+<input type="hidden" name="modelNum" id="modelNum" value="">
 <input type="hidden" name="MAC" id="MAC" value="<%ejGetOther(sysInfo,macAddress)%>">
 <p><input type="submit" class="clsBtnFeature" value="Purchase"></p>
 </form>