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