<h2><?=$header?></h2>
<ul id="menu">
<h3>Downloadable Reports</h3>
<li><?=anchor('concentric/participants/rep_download_all',"Download All Participant Data")?></li>
<li><?=anchor('concentric/participants/rep_download_all/EOR',"Download All Participant Data (with end of row indicator)")?></li>
<hr />
<h3>Internal Reports</h3>
<li><?=anchor('concentric/participants/rep_all',"All Participants")?> - This report lists all participants in the Participants table.</li>
<li><?=anchor('concentric/participants/rep_email/All',"All Participants with Email")?> - This report lists all participants with an email address.</li>
<li><?=anchor('concentric/participants/rep_email/Active',"Active Participants with Email")?> - This report lists active participants with an email address.</li>
<li><?=anchor('concentric/participants/rep_schedule/internal',"Active Participant's Schedule with Email and Phone")?> - This report lists active participant's schedules with email addresses and phone numbers.</li>
<li><?=anchor('concentric/participants/rep_schedule_equipment',"Equipment Schedule")?> - This report lists equipment schedules.</li>
<hr />
<h3>Public Reports</h3>
<li><?=anchor('concentric/participants/rep_p_active',"Active Participants")?> - This report lists all active, non-hidden, non-equipment participants.</li>
<li><?=anchor('concentric/participants/rep_schedule/public',"Active Participant's Schedule")?> - This report lists active participant's schedules.</li>
<li><?=anchor('concentric/participants/rep_schedule/public/condensed',"Active Participant's Schedule - Condensed")?> - This report lists active participant's schedules in a condensed format.
<li><?=anchor('concentric/participants/rep_labels/all',"Active Participant's Labels - All")?> - This report lists active participant's schedules in a format for labels.</li>
<li><?=anchor('concentric/participants/rep_labels/nohidden',"Active Participant's Labels - No hidden")?> - This report lists active participant's schedules in a format for labels. Any person who was only assigned to an event whose participants are hidden will not show.</li>
</li>
</ul>
<h2> </h2>
<div class="buttons">
<a href="<?=site_url($cancel_url)?>" class="blue">
<?= $this->page->icon('arrow_left');?>
Back
</a>
</div>