Subversion Repositories ALCASAR

Rev

Rev 2817 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2817 Rev 2818
Line 9... Line 9...
9
else {
9
else {
10
	$l_title = "Detail trafic"; }
10
	$l_title = "Detail trafic"; }
11
?>
11
?>
12
<!DOCTYPE html>
12
<!DOCTYPE html>
13
<html>
13
<html>
14
		<header>
14
		<head>
15
			<link rel="stylesheet" href="htdocs/acc.css">
15
			<link rel="stylesheet" href="/css/acc.css">
16
		</header>
16
		</head>
17
	<body>	
17
	<body>	
18
		<table border=0 cellspacing=0 cellpadding=0 class="tableTopACC">
-
 
19
			<tbody class="tbodyAcc" >		
-
 
20
				<tr>
-
 
21
					<th class="thBasicACC">
-
 
22
					<?echo $l_title;?>
-
 
23
					</th>
-
 
24
				</tr>
-
 
25
			</tbody>
-
 
26
			<tr bgcolor="#FFCC66" class="trSizeACC">
-
 
27
				<td class="tdSizeACC">
18
		<div class="panel">
28
					<img src="/images/pix.gif" width="1" height="2">
19
			<div class="panel-header"><?= $l_title ?></div>
29
				</td>
-
 
30
			</tr>
-
 
31
		</table>
-
 
32
		<div >
-
 
33
			<iframe class="ACCiframe" src="nfsen/nfsen.php">
20
				<iframe class="panel-iframe" src="nfsen/nfsen.php">
34
			</iframe>
21
				</iframe>
35
		</div>
22
		</div>
36
	</body>
23
	</body>
37
</html>
24
</html>