<h2><?=$header?></h2>
<ul id="menu">
<h3>Event Reports</h3>
<li><?=anchor("reports/publicreports/all/alpha/sched","All Scheduled Events - Sorted Alphabetically")?></li>
<li><?=anchor("reports/publicreports/all/dttm/sched","All Scheduled Events - Sorted by DateTime")?></li>
<?=$list_events_by_category?>
<li><?=anchor('reports/grid_scheduled_events',"Grid of Scheduled Events")?></li>
</ul>
<ul id="menu">
<h3>Participant Reports</h3>
<li><?=anchor('reports/rep_schedule',"Active Participant's Schedule")?></li>
<li><?=anchor('reports/rep_schedule/brief',"Active Participant's Schedule - Condensed")?></li>
</ul>
<br />
<div class="buttons">
<a href="<?=site_url($base_url)?>" class="blue">
<?= $this->page->icon('arrow_left');?>
Home
</a>
</div>