<h2><?=$header?></h2>
<ul id="menu">
<h3>Downloadable Reports</h3>
<li><?=anchor('concentric/rooms/rep_download_all',"Download All Room Data")?></li>
<li><?=anchor('concentric/rooms/rep_download_all/EOR',"Download All Room Data (with end of row indicator)")?></li>
<hr />
<h3>Internal Reports</h3>
<li><?=anchor('concentric/rooms/rep_all',"All Rooms")?> - List of rooms</li>
<hr />
<h3>Public Reports</h3>
<li><?=anchor('concentric/rooms/rep_schedule',"Room Schedules")?> - Report of room schedules listed by Day and then by room (in room sort order).</li>
</ul>
<h2> </h2>
<div class="buttons">
<a href="<?=site_url($cancel_url)?>" class="blue">
<?= $this->page->icon('arrow_left');?>
Back
</a>
</div>