Add analytics
[bus.git] / busui / owa / modules / base / templates / wrapper_public.tpl
blob:a/busui/owa/modules/base/templates/wrapper_public.tpl -> blob:b/busui/owa/modules/base/templates/wrapper_public.tpl
--- a/busui/owa/modules/base/templates/wrapper_public.tpl
+++ b/busui/owa/modules/base/templates/wrapper_public.tpl
@@ -1,1 +1,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>