http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / userapps / broadcom / cfm / html_500V / top_sperren_err.htm
1 <html>
2
3 <head>
4 <title>Sperren</title>
5
6 <SCRIPT language="JavaScript">
7 <!--
8 var delay_time='<%ejGet(sperren_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 </SCRIPT>
49
50 <STYLE type="text/css">
51 <!--
52
53 input.stylepwd {font-family:Arial; font-size:18px;}
54
55 td {
56   font-family: Arial, sans-serif; font-size: 12px; color: #666666;
57 }
58
59 #c_txt {
60   font-family: Arial, sans-serif; font-size: 18px; font-weight: bold;
61 }
62
63 #Start {
64   height: 21px; line-height: 21px; width: 70px; background-color:#EEEEEE; text-align: center; cursor: hand;
65   font-size:14px; font-weight: bold;
66   border-color: #666666; border-width: 2px; border-style: solid;
67 }
68
69 //-->
70 </STYLE>
71
72 </head>
73
74 <body onLoad='on_form_load()'>
75
76 <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
77   <tr>
78     <td valign="middle" align="center">
79       <table border="1" cellpadding="0" cellspacing="0" height="480" width="640" background="pic_welcome.jpg">
80         <tr>
81           <td valign="top">
82
83               <img border="0" src="pic_welcome_b.gif">
84             <DIV id=c_txt>
85             <table border="0" cellpadding="0" cellspacing="0">
86               <tr>
87                 <form name="F1" action="sperren.exe" method="post">
88                   <td width="150"></td>
89                   <td>
90                     <p style="font-size: 18px;"><br>
91                     <b>Internet sperren!</b></p>
92                     <p><b>Geben Sie das Passwort ein und best&auml;tigen Sie mit 'OK'.</b></p>
93
94                     <table>
95                       <tr>
96                         <td width="160"><input type="password" name="P1" class="stylepwd" name="P1" size="12" maxlength="12" onkeypress=stEnter()></td>
97                         <td><DIV id=Start onclick=stOk() onmouseover=rahmen("Start",1) onmouseout=rahmen("Start",0)>&gt;&gt;&nbsp;OK</DIV></td>
98                       </tr>
99                     </table>
100
101                     <p><br>
102                        Wenn Sie das Internet sperren, werden alle Verbindungen ins Internet<br>
103                        sofort getrennt. Ein erneuter Verbindungsaufbau wird verhindert.<br><br>
104                        Diese Sperre ist so lange aktiv, bis sie mit 'Internet freischalten' wieder<br>
105                        aufgehoben wird.</p>
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>