<h2><?=$header?></h2>
<ul id="menu">
<h3>Downloadable Reports</h3>
<li><?=anchor('concentric/events/rep_download_all',"Download All Event Data")?></li>
<li><?=anchor('concentric/events/rep_download_all/EOR',"Download All Event Data (with end of row indicator)")?></li>
<hr />
<h3>Internal Reports - All events are shown</h3>
<li><?=anchor('concentric/events/rep_all/alpha',"All Events - Sorted Alphabetically")?> - This report shows all details about all of the events - sorted alphabetically by event name.</li>
<li><?=anchor('concentric/events/rep_all/dttm',"All Events - Sorted by DateTime")?> - This report shows all details about all of the events - sorted by the event start date/time. Unscheduled events are listed first.</li>
<li><?=anchor('concentric/events/grid_scheduled_events',"Grid of Scheduled Events")?> - This grid shows all hidden events, setup/teardown times, and hidden locations.</li>
<hr />
<h3>Publication Reports - Hidden locations are shown, but not hidden events or setup/teardown times</h3>
<li><?=anchor('concentric/events/grid_scheduled_events/publication',"Grid of Scheduled Events")?> - This grid is ready for the pocket program.</li>
<li><?=anchor('concentric/events/grid_scheduled_events/publication/quarter',"Grid of Scheduled Events - 15 min")?> - This grid is ready for the pocket program - in 15 minute increments.</li>
<li><?=anchor('concentric/events/grid_scheduled_events/publication/half',"Grid of Scheduled Events - 30 min")?> - This grid is ready for the pocket program - in 30 minute increments.</li>
<li><?=anchor('concentric/events/grid_scheduled_events/publication/full',"Grid of Scheduled Events - hour")?> - This grid is ready for the pocket program - in hour increments.</li>
<li><?=anchor('concentric/events/rep_publication/publication/category',"Events for Program Book - Categories separate")?> - Ready for the program book.</li>
<li><?=anchor('concentric/events/rep_publication/publication/all',"Events for Program Book - Categories together")?> - Ready for the program book.</li>
<hr />
<h3>Public Reports - Excludes hidden locations, hidden events, inactive events, and setup/teardown times</h3>
<li><?=anchor('concentric/events/publicreports/all/alpha',"All Events - Sorted Alphabetically")?> - This report lists basic information about all of the events.</li>
<li><?=anchor("concentric/events/publicreports/all/dttm","All Events - Sorted by DateTime")?> - This report lists basic information about all of the events sorted by the event start date/time. Unscheduled events are listed first.</li>
<li><?=anchor("concentric/events/publicreports/all/alpha/sched","All Scheduled Events - Sorted Alphabetically")?></li>
<li><?=anchor("concentric/events/publicreports/all/dttm/sched","All Scheduled Events - Sorted by DateTime")?></li>
<?=$list_events_by_category?>
<li><?=anchor('concentric/events/grid_scheduled_events/public',"Grid of Scheduled Events")?> - This grid is ready for the website.</li>
</ul>
<h2> </h2>
<div class="buttons">
<a href="<?=site_url($cancel_url)?>" class="blue">
<?= $this->page->icon('arrow_left');?>
Back
</a>
</div>