Move busui to seperate repository
[bus.git] / options.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
<div class="section">

<table id="layout_panels" class="layout_panels" cellpadding="0" cellspacing="0">
	<TR>
		<TD colspan="2" class="headline">
			<?php $this->out( $headline );?>
		</TD>
	</TR>
	<TR>
		<TD colspan="2" class="introtext">
			<P>Open Web Analytics has several configuration options that can be set using the controls below. Once changes are made click the save button to save the configuration to the database. To learn more about configuring OWA, visit the <a href="http://wiki.openwebanalytics.com">OWA Wiki</a></P>		
		</TD>
	</TR>
	<TR>
		<TD valign="top" id="nav_left">
		
			<?php foreach ($panels as $group => $items):?>
			
				<H4><?php echo $group;?></H4>
					<UL>
					<?php foreach ($items as $k => $v):?>
						<LI><a href="<?php echo $this->makeLink(array('do' => $v['do']));?>"><?php echo $v['anchortext'];?></a></LI>
					<?php endforeach;?>
					</UL>
			<?php endforeach;?>
		</TD>
		<TD class="layout_subview"><?php echo $subview;?></TD>
	</TR>

</table>
</div>