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