Move busui to seperate repository
[bus.git] / wrapper_public.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <title><?php echo $page_title;?> - Open Web Analytics</title>
7 </head>
8
9 <body>
10
11 <?php include($this->setTemplate('css.tpl'));?>
12
13 <div class="owa">
14 <DIV id="header" style="text-align:center;">
15 <table width="100%">
16 <TR>
17 <TD class="">
18 <img src="<?php echo $this->makeImageLink('base/i/owa_logo_150w.jpg'); ?>" alt="Open Web Analytics"><BR>
19 </TD>
20 </TR>
21 </table>
22 </div>
23 <BR>
24 <?php include($this->setTemplate('msgs.tpl'));?>
25 <BR>
26 <?php if (isset($content)) { echo $content; }?>
27 <?php echo $body;?>
28
29 <BR><BR><BR><BR>
30 <div style="text-align:center">
31 <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>
32 </div>
33
34 </div>
35 </body>
36 </html>