<h2><?=$header?></h2>
<ul id="menu">
<h3>Downloadable Reports</h3>
<li><?=anchor('concentric/eventrooms/rep_download_all',"Download All EventRoom Data")?></li>
<li><?=anchor('concentric/eventrooms/rep_download_all/EOR',"Download All EventRoom Data (with end of row indicator)")?></li>
<hr />
<h3>Internal Reports</h3>
<!-- <li><?=anchor('concentric/eventrooms/rep_all',"All EventRooms")?></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>