<?php include("includes/head.inc.php"); ?>
<body>
<!-- Masthead Include -->
<?php include("includes/masthead.inc.php"); ?>
<div id="mainwrap">
<!-- TopNav Include -->
<?php include("includes/topnav.inc.php"); ?>
<div id="main">
<!-- Breadcrumb Include -->
<?php include("includes/breadcrumb.inc.php"); ?>
<!-- Announcement Include -->
<?php include("includes/announcement.inc.php"); ?>
<div id="content">
<!-- Main Content Start-->
<fieldset id="tableFieldset" style="width:40%;">
<legend>Reports</legend>
<div id="connReports">
<p>
Click on a report below to view it's contents
</p>
<div class="spacer">
</div>
<br/>
<table class="tableSimple">
<thead>
<th>
Device Connectivity Reports
</th>
</thead>
<tbody>
</tbody>
</table>
<br/>
<button class="smlButton" id="deleteFilesbtn" onclick="deleteFiles('/home/rconfig/reports/connectionReports/', 'html')">Delete Reports</button>
<span id="pleaseWait" style="display:none">Please wait... <img src='images/throbber.gif' width="12" height="12" alt='Please wait... '/></span>
</div>
<br/>
<br/>
<div id="compReports">
<table class="tableSimple">
<thead>
<th>
Configuration Comparison Reports
</th>
</thead>
<tbody>
</tbody>
</table>
<br/>
<button class="smlButton" id="deleteFilesbtn" onclick="deleteFiles('/home/rconfig/reports/compareReports/', 'html')">Delete Reports</button>
</div>
</fieldset>
</div>
<!-- End Content -->
<div style="clear:both;">
</div>
</div>
<!-- End Main -->
<!-- JS script Include -->
<script type="text/JavaScript" src="js/reports.js"></script>
<!-- Footer Include -->
<?php include("includes/footer.inc.php"); ?>
</div>
<!-- End Mainwrap -->
</body>
</html>