Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 340 → Rev 339

/web/index-access-deny.php
16,7 → 16,6
$l_contact = "Contactez le responsable de la sécurité (OSSI/RSSI) si vous pensez que ce filtrage est abusif.";
$l_welcome = "Bienvenue sur le portail captif ALCASAR.<br>Vous pouvez : ";
$l_acc_access = "<a href=\"https://$private_ip/acc\">Acc&eacute;der au centre de gestion (ALCASAR Control Center)</A>";
$l_logout = "<a href=\"http://$private_ip:3990/logoff\">Vous d&eacute;connecter si votre session est ouverte</A>";
$l_internet_access = "<a href=\"https://$private_ip/intercept.php\">Tester l'interception de l'acc&egrave;s &agrave; Internet</A>";
}
else {
27,7 → 26,6
$l_contact = "Contact your Internet provider responsive for more information";
$l_welcome = "Welcome on the captive portal ALCASAR.<br>You can connect: ";
$l_acc_access = "<a href=\"https://$private_ip/acc\">to the ALCASAR Control Center (ACC)</A>";
$l_logout = "<a href=\"http://$private_ip:3990/logoff\">Logoff if your session is open</A>";
$l_internet_access = "<a href=\"https://$private_ip/intercept.php\">Internet intercept page for Test</A>";
}
?>
54,7 → 52,8
<tr>
<td align=center valign=bottom width=150 bgcolor=#B0C4DE>
<font face=arial,helvetica size=1 color=black>
<img height="150" src="images/logo-alcasar.png">
<img src="images/logo-alcasar.png">
<BR><CENTER>ALCASAR</CENTER>
</td>
<td width=550 bgcolor=#FFFFFF valign=center>
<font face=arial,helvetica color=black>
61,7 → 60,7
<font size=3>
<?
if ($direct_access == "true"){
echo "<center>$l_welcome</center> <br><li> $l_acc_access <li> $l_logout <li> $l_internet_access";}
echo "<center>$l_welcome</center> <br><li> $l_acc_access <li> $l_internet_access";}
else {echo "$l_explain <br><br> $l_contact";}
?>
</td>