Move busui to seperate repository
[bus.git] / wrapper_public.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
		<title><?php echo $page_title;?> - Open Web Analytics</title>
	</head>
	
	<body>
	
		<?php include($this->setTemplate('css.tpl'));?>
		
		<div class="owa">
			<DIV id="header" style="text-align:center;">
				<table width="100%">
					<TR>
						<TD class="">
							<img src="<?php echo $this->makeImageLink('base/i/owa_logo_150w.jpg'); ?>" alt="Open Web Analytics"><BR>	
						</TD>
					</TR>
				</table>
			</div>
			<BR>
			<?php include($this->setTemplate('msgs.tpl'));?>
			<BR>
			<?php if (isset($content)) { echo $content; }?>
			<?php echo $body;?>
			
			<BR><BR><BR><BR>
			<div style="text-align:center">	
				<span class="inline_h4"><a href="http://www.openwebanalytics.com">Web Analytics</a> powered by <a href="http://www.openwebanalytics.com">Open Web Analytics</a> - v: <?php echo OWA_VERSION;?></span>
			</div>
		
		</div>
	</body>
</html>