# BRCM_VERSION=3
[bcm963xx.git] / userapps / broadcom / cfm / html_t_online_fra / top_freischalten.htm
1 <html>
2
3 <head>
4 <title>Freischalten</title>
5
6 <SCRIPT language="JavaScript">
7 <!--
8
9 function stOk()
10 {
11         document.F1.submit();
12 }
13
14 function stEnter(){
15 /*  if (window.event.keyCode==13){
16     stOk();
17   }*/
18 }
19
20 function stBak(){
21   document.F1.P1.disabled = false;
22   document.F1.P1.style.backgroundColor="#FFFFFF";
23   document.F1.P1.value = "";
24   document.F1.P1.focus();
25 }
26
27 function rahmen(but,high){
28   var col;
29   if (high==1) col = '#E20074';
30   else col = '#666666';
31
32   document.getElementById(but).style.color = col;
33   document.getElementById(but).style.borderColor = col;
34 }
35
36 //-->
37 </SCRIPT>
38
39 <STYLE type="text/css">
40 <!--
41
42 input.stylepwd {font-family:Arial; font-size:18px;}
43
44 td {
45   font-family: Arial, sans-serif; font-size: 12px; color: #666666;
46 }
47
48 #c_txt {
49   font-family: Arial, sans-serif; font-size: 18px; font-weight: bold;
50 }
51
52 #Start {
53   height: 21px; line-height: 21px; width: 70px; background-color:#EEEEEE; text-align: center; cursor: hand;
54   font-size:14px; font-weight: bold;
55   border-color: #666666; border-width: 2px; border-style: solid;
56 }
57
58 //-->
59 </STYLE>
60
61 </head>
62
63 <body onLoad="document.F1.P1.focus()">
64
65 <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
66   <tr>
67     <td valign="middle" align="center">
68       <table border="1" cellpadding="0" cellspacing="0" height="480" width="640" background="pic_welcome.jpg">
69         <tr>
70           <td valign="top">
71
72             <img border="0" src="pic_welcome_b.gif">
73             <DIV id=c_txt>
74             <table border="0" cellpadding="0" cellspacing="0">
75               <tr>
76                 <form name="F1" action="freischalten.exe" method="post">
77                   <td width="150"></td>
78                   <td>
79                     <p style="font-size: 18px;"><br>
80                     <b>Internet freischalten!</b></p>
81                     <p><b>Geben Sie das Passwort ein und best&auml;tigen Sie mit 'OK'.</b></p>
82
83                     <table>
84                       <tr>
85                         <td width="160"><input type="password" name="P1" class="stylepwd" name="P1" size="12" maxlength="12" onkeypress=stEnter()></td>
86                         <td><DIV id=Start onclick=stOk() onmouseover=rahmen("Start",1) onmouseout=rahmen("Start",0)>&gt;&gt;&nbsp;OK</DIV></td>
87                       </tr>
88                     </table>
89
90                     <p><br>
91                        Wenn Sie das Internet freischalten, erhalten die am Netzwerk<br>
92                        angeschalteten PCs die Möglichkeit für den Zugang ins Internet.</p>
93
94                   </td>
95                 </form>
96               </tr>
97             </table>
98             </DIV>
99
100           </td>
101         </tr>
102       </table>
103     </td>
104   </tr>
105 </table>
106
107 </body>
108
109 </html>