# BRCM_VERSION=3
[bcm963xx.git] / userapps / broadcom / cfm / html_t_online_fra / hcti_status_sicherheit.htm
1 <HTML>
2 <HEAD>
3         <TITLE>StatusSicherheit</TITLE>
4         <SCRIPT language="JavaScript" src="js_menu.txt" type="text/JavaScript">
5         </SCRIPT>
6         <LINK rel="stylesheet" href="style.css" type="text/css">
7         <script language="javascript">
8         <!-- hide
9         var enblWireless = '<%ejGetWl(wlEnbl)%>';
10         var isEnableMac  = '<%ejGetWl(wlFltMacMode)%>';
11         var mode      = '<%ejGetWl(wlAuthMode)%>';
12         var enblInternal= '<%ejGetWl(wlEnblInternal)%>';
13         var enblRadius= '<%ejGetWl(wlEnblRadius)%>';
14         // done hiding -->
15         var wep='<%ejGetWl(wlWep)%>';
16         function getSicherheit()
17         {
18         if (mode == 'open') {
19                         if (wep == 'disabled') 
20                                 msg = "Aus" ;
21                         else
22                                 msg = "WEP" ;
23                 } else if (mode == 'psk2')
24                         msg = "WPA2 mit Pre-shared key" ;
25                 else if (mode == 'psk2mix')
26                         msg = "WPA / WPA2 mit Pre-shared key" ;
27                 else if (mode == 'wpa2')
28                         msg = "WPA2 mit RADIUS Server" ;
29                 else if (mode == 'wpa2mix')
30                         msg = "WPA / WPA2 mit RADIUS Server" ;
31                 else
32                         msg = "" ;
33                 return msg;
34         }
35         </script>
36 </HEAD>
37         <BODY>
38         <DIV id=c_Frame>
39                 <DIV id=c_border>
40                         <DIV id=c_pfad>
41                                 Status / Sicherheit
42                         </DIV>
43                         <DIV id=c_titel>
44                                 Schutz gegen Angriffe
45                         </DIV>
46                         <DIV id=c_stat>
47                                 <table border="0" cellpadding="4" cellspacing="0">
48                                         <tr>
49                                                 <td width="200">Firewall:</td>
50                                                 <td>
51                                                         <SCRIPT language="JavaScript">
52                                                         <!--                    
53                                                                 document.write((<%ejGet(enblFirewall)%>=='1')?"Ein":"Aus")
54                                                         //-->
55                                                         </SCRIPT>
56                                                 </td>
57                                         </tr>
58                                 </table>
59                         </DIV>
60                         <DIV id=c_stat>
61                                 <table border="0" cellpadding="4" cellspacing="0">
62                                         <tr>
63                                                 <td width="200">Filterfunktion:</td>
64                                                 <td>
65                                                         <%ejGetFirewall(filterStatus)%>
66                                                 </td>
67                                         </tr>
68                                 </table>
69                         </DIV>
70                         <DIV id=c_stat>
71                                 <table border="0" cellpadding="4" cellspacing="0">
72                                         <tr>
73                                                 <td width="200">Terminregeln:</td>
74                                                 <td>
75                                                         <%ej_get_fwschedulenum(FWSCHEDULE_RULENUM)%>
76                                                         Regeln</td>
77                                         </tr>
78                                 </table>
79                         </DIV>
80                         <DIV id=c_statlast>
81                                 <table border="0" cellpadding="4" cellspacing="0">
82                                         <tr>
83                                                 <td width="200">URL Sperren:</td>
84                                                 <td>
85                                                         <%ej_get_urlfilter(URLNUM)%>
86                                                         Sperren</td>
87                                         </tr>
88                                 </table>
89                         </DIV>
90                         <DIV id=c_leer>
91                         </DIV>
92                         <DIV id=c_titel>
93                                 Wireless LAN Einstellungen
94                         </DIV>
95                         <DIV id=c_stat>
96                                 <table border="0" cellpadding="4" cellspacing="0">
97                                         <tr>
98                                                 <td width="200">Verschlüsselung:</td>
99                                                 <td>
100                                                         <SCRIPT language="JavaScript">
101                                                                         document.write(''+getSicherheit()+'');
102                                                         </SCRIPT>
103                                                 </td>
104                                         </tr>
105                                 </table>
106                         </DIV>
107                         <DIV id=c_statlast>
108                                 <table border="0" cellpadding="4" cellspacing="0">
109                                         <tr>
110                                                 <td width="200">MAC Filtertabelle:</td>
111                                                 <td>
112                                                         <SCRIPT language="JavaScript">
113                                                                 var macNum='<%ej_get_wl_mac_filter(wl_mac_num)%>';
114                                                                 var showMessage;
115                                                                 if ((enblWireless=='1') && (isEnableMac == '1'))
116                                                                         showMessage = "Ein, " + macNum + " Einträge ";
117                                                                 else
118                                                                         showMessage     = "Aus, " + macNum + " Einträge ";
119                                                                 document.write(showMessage);
120                                                         </SCRIPT>
121                                                 </td>
122                                         </tr>
123                                 </table>
124                         </DIV>
125                         <DIV id=c_leer>
126                         </DIV>
127                         <DIV id=c_foot>
128                         </DIV>
129                 </DIV>
130         </DIV>
131
132         <DIV id=t_Frame>
133                 <DIV id=t_but1 onclick=startseite() onmouseover=rahmen(1,1) onmouseout=rahmen(0,1)>
134                         &lt;&lt;&nbsp;&nbsp;&lt;&lt;
135                 </DIV>
136                 <DIV id=t_but3 onclick=status() onmouseover=rahmen(1,3) onmouseout=rahmen(0,3)>
137                         Zur&uuml;ck &lt;&lt;
138                 </DIV>
139         </DIV>
140
141         <DIV id=i_Frame>
142                 <DIV id=i_content>
143                         <h2>Sicherheit</h2>
144                         <p>
145                         Hier sehen Sie Informationen zur Sicherheit Ihres Routers.
146                         </p>
147                 </DIV>
148         </DIV>
149         </BODY>
150 </HTML>
151