www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / setup_login.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 </head>
12
13 <body>
14
15 <script type="text/javascript">
16         setPageTitle("<%ejGetWlJS(wlInterface)%>");
17
18         if ("<%ejGetWlJS(wlInterface)%>" == "1")
19                 writeHeaderSetup(3, 3);
20         else
21                 writeHeaderSetup(2, 2);
22 </script>
23
24 <form name="idForm" action="setup_finish.cgi" method="post">
25
26 <h3>Device Login</h3>
27
28 <p>In order to secure the router against unauthorized access, please enter a password
29 for the &ldquo;admin&rdquo; user.
30 You will need to enter the user name and password in order to access the router in the future,
31 so you may want to write them down.</p>
32
33 <table>
34         <tr>
35                 <td><label for="txtLoginUsername">User&nbsp;name:</label></td>
36                 <td>
37                         <label class="clsStatic">admin</label>
38 <!--                    <input type="text" size="20" maxlength="15" name="txtLoginUsername" id="txtLoginUsername" class="clsTextfield" value="">
39 -->
40                         <input type="hidden" name="txtLoginUsername" id="txtLoginUsername" value="admin">
41                 </td>
42         </tr>
43         <tr>
44                 <td><label for="sysPassword">Password:</label></td>
45                 <td>
46                         <input type="text" size="20" maxlength="15" name="sysPassword" id="sysPassword" class="clsTextfield" value="">
47                 </td>
48         </tr>
49 </table>
50
51 <p>U.S.&nbsp;Robotics recommends using a password of eight or more alphanumeric
52 characters (such as &ldquo;Canyon79Snow&rdquo; or &ldquo;2Lake6Forest3&rdquo;).
53 Please note that the user name and password are case-sensitive.</p>
54
55
56 <p class="clsSave">When you&rsquo;re done and are ready to apply all your settings, press <b>Next</b>.</p>
57 <p><input type="submit" class="clsBtnSave" name="btnSubmit" value="Next -->"
58         onclick="if (!validateUsername(document.idForm.txtLoginUsername)) return false; if (!validatePassword(document.idForm.sysPassword)) return false;"></p>
59
60 </form>
61
62 <script type="text/javascript">
63         writeFooter();
64 </script>
65
66 </body>
67 </html>