<h2><?=$header?></h2>
<ul id="menu">
<h3>Downloadable Reports</h3>
<li><?=anchor('concentric/eventparticipants/rep_download_all',"Download All EventParticipant Data")?></li>
<li><?=anchor('concentric/eventparticipants/rep_download_all/EOR',"Download All EventParticipant Data (with end of row indicator)")?></li>
<hr />
<h3>Internal Reports</h3>
<!-- <li><?=anchor('concentric/eventparticipants/rep_all_event',"List All Participants by Event")?></li> -->
<!-- <li><?=anchor('concentric/eventparticipants/rep_all_participant',"List All Events by Participant")?></li> -->
<hr />
<h3>Public Reports</h3>
</ul>
<h2> </h2>
<div class="buttons">
<a href="<?=site_url($cancel_url)?>" class="blue">
<?= $this->page->icon('arrow_left');?>
Back
</a>
</div>