Subversion Repositories ALCASAR

Rev

Rev 2815 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2809 rexy 1
<?php
2
$Language = 'en';
3
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
4
	$Langue	  = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
5
	$Language = strtolower(substr(chop($Langue[0]), 0, 2));
6
	}
7
if ($Language === 'fr') {
8
	$l_title = "Trafic global"; }
9
else {
10
	$l_title = "Global trafic"; }
11
?>
12
<!DOCTYPE html>
13
<html>
14
		<header>
15
			<link rel="stylesheet" href="htdocs/style.css">
16
		</header>
17
	<body>	
18
		<table border=0 cellspacing=0 cellpadding=0 class="tableTopACC">
19
			<tbody class="tbodyAcc" >		
20
				<tr>
21
					<th class="thBasicACC">
22
					<?php echo $l_title; ?>
23
					</th>
24
				</tr>
25
			</tbody>
26
			<tr bgcolor="#FFCC66" class="trSizeACC">
27
				<td class="tdSizeACC">
28
					<img src="/images/pix.gif" width="1" height="2">
29
				</td>
30
			</tr>
31
		</table>
32
		<div >
33
			<iframe class="ACCiframe" src="vnstat/index.php">
34
			</iframe>
35
		</div>
36
	</body>
37
</html>