Subversion Repositories ALCASAR

Rev

Rev 2815 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log

<?php
$Language = 'en';
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
        $Langue   = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
        $Language = strtolower(substr(chop($Langue[0]), 0, 2));
        }
if ($Language === 'fr') {
        $l_title = "Trafic global"; }
else {
        $l_title = "Global trafic"; }
?>
<!DOCTYPE html>
<html>
                <header>
                        <link rel="stylesheet" href="htdocs/style.css">
                </header>
        <body>  
                <table border=0 cellspacing=0 cellpadding=0 class="tableTopACC">
                        <tbody class="tbodyAcc" >               
                                <tr>
                                        <th class="thBasicACC">
                                        <?php echo $l_title; ?>
                                        </th>
                                </tr>
                        </tbody>
                        <tr bgcolor="#FFCC66" class="trSizeACC">
                                <td class="tdSizeACC">
                                        <img src="/images/pix.gif" width="1" height="2">
                                </td>
                        </tr>
                </table>
                <div >
                        <iframe class="ACCiframe" src="vnstat/index.php">
                        </iframe>
                </div>
        </body>
</html>