Line 77... |
Line 77... |
77 |
$l_specific_filtering="Filtrage special";
|
77 |
$l_specific_filtering="Filtrage special";
|
78 |
$l_add_to_wl="Noms de domaine ou adresses IP à ajouter à la liste blanche";
|
78 |
$l_add_to_wl="Noms de domaine ou adresses IP à ajouter à la liste blanche";
|
79 |
$l_one_dns_ip="Entrez un nom de domaine ou une adresse IP ou une adresse de réseau par ligne<br>exemple (domaine) : .domaine.org - exemple (ip) : 61.54.52.56 - exemple (réseau) : 172.16.0.0/16";
|
79 |
$l_one_dns_ip="Entrez un nom de domaine ou une adresse IP ou une adresse de réseau par ligne<br>exemple (domaine) : .domaine.org - exemple (ip) : 61.54.52.56 - exemple (réseau) : 172.16.0.0/16";
|
80 |
$l_record="Enregistrer les modifications";
|
80 |
$l_record="Enregistrer les modifications";
|
81 |
$l_wait="Une fois validées, 10 secondes sont nécessaires pour traiter vos modifications";
|
81 |
$l_wait="Une fois validées, 10 secondes sont nécessaires pour traiter vos modifications";
|
82 |
$l_safe_searching="Activer le contrôle scolaire/parental des moteurs de recherche google.";
|
- |
|
83 |
$l_safe_youtube="Pour un contrôle parental sur Youtube, suivez les étapes ici : ";
|
- |
|
84 |
$l_youtube_id="(<a href='https://support.google.com/youtube/answer/174084?hl=fr' target='cat_help' onclick=window.open('https://support.google.com/youtube/answer/174084?hl=fr','cat_help','width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes') title='Youtube for school'>lien pour créer un identifiant Youtube (Id)</a>)";
|
82 |
$l_safe_searching="Activer le contrôle scolaire/parental des moteurs de recherche Google, Bing et Youtube.";
|
85 |
$l_error_open_file="Erreur d'ouverture du fichier";
|
83 |
$l_error_open_file="Erreur d'ouverture du fichier";
|
86 |
$l_additional_file_title="Fichiers de 'listes blanches' additionnels";
|
84 |
$l_additional_file_title="Fichiers de 'listes blanches' additionnels";
|
87 |
$l_file_list="Liste des fichiers";
|
85 |
$l_file_list="Liste des fichiers";
|
88 |
$l_add_file="Ajouter un fichier";
|
86 |
$l_add_file="Ajouter un fichier";
|
89 |
$l_add_file_explain="Chaque ligne du fichier doit être une adresse IP ou un nom de domaine";
|
87 |
$l_add_file_explain="Chaque ligne du fichier doit être une adresse IP ou un nom de domaine";
|
Line 110... |
Line 108... |
110 |
$l_allowed_dns="Allowed domain names";
|
108 |
$l_allowed_dns="Allowed domain names";
|
111 |
$l_add_to_wl="Domain names or IP addresses to add to the whitelist";
|
109 |
$l_add_to_wl="Domain names or IP addresses to add to the whitelist";
|
112 |
$l_one_dns_ip="Enter one domain name or one IP address or one network address per row <br>example (domain): .domain.org - example (ip): 61.54.56.52 - example (network) : 172.16.0.0/16";
|
110 |
$l_one_dns_ip="Enter one domain name or one IP address or one network address per row <br>example (domain): .domain.org - example (ip): 61.54.56.52 - example (network) : 172.16.0.0/16";
|
113 |
$l_record="Save changes";
|
111 |
$l_record="Save changes";
|
114 |
$l_wait="Once validated, 10 seconds are necessary to compute your modifications";
|
112 |
$l_wait="Once validated, 10 seconds are necessary to compute your modifications";
|
115 |
$l_safe_searching="Enabling school/parental control for the search engines google";
|
- |
|
116 |
$l_safe_youtube="For a safe Youtube search, follow these steps : ";
|
- |
|
117 |
$l_youtube_id="(<a href='https://support.google.com/youtube/answer/174084?hl=en' target='cat_help' onclick=window.open('https://support.google.com/youtube/answer/174084?hl=en','cat_help','width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes') title='Youtube for school'>link to create a Youtube Id</a>)";
|
113 |
$l_safe_searching="Enabling school/parental control for the search engines Google, Bind and Youtube";
|
118 |
$l_error_open_file="Error opening file";
|
114 |
$l_error_open_file="Error opening file";
|
119 |
$l_additional_file_title="Additional WhiteList files";
|
115 |
$l_additional_file_title="Additional WhiteList files";
|
120 |
$l_file_list="Files list";
|
116 |
$l_file_list="Files list";
|
121 |
$l_add_file="Add a file";
|
117 |
$l_add_file="Add a file";
|
122 |
$l_add_file_explain="Each line of the file must be an IP address or a domain name";
|
118 |
$l_add_file_explain="Each line of the file must be an IP address or a domain name";
|
Line 359... |
Line 355... |
359 |
// verify "safesearch" filtering state
|
355 |
// verify "safesearch" filtering state
|
360 |
if (file_exists($iptables_safesearch_file))
|
356 |
if (file_exists($iptables_safesearch_file))
|
361 |
{
|
357 |
{
|
362 |
echo " checked";
|
358 |
echo " checked";
|
363 |
}
|
359 |
}
|
364 |
echo "> $l_safe_searching";
|
360 |
echo "> $l_safe_searching<tr><td>";
|
365 |
echo "<br>$l_safe_youtube";
|
- |
|
366 |
echo " $l_youtube_id<tr><td>";
|
- |
|
367 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_record'></td></tr>";
|
361 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_record'></td></tr>";
|
368 |
?>
|
362 |
?>
|
369 |
</FORM>
|
363 |
</FORM>
|
370 |
</TABLE>
|
364 |
</TABLE>
|
371 |
</BODY>
|
365 |
</BODY>
|