summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-22 15:26:10 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-05-22 15:26:10 -0300
commit60f2eebe4716961ecc6c1216a283972c8f8c20c6 (patch)
tree4175903752caa1386ace3899685f82d402b5a858 /usr
parentc077dfc138449608b2f173d3a4929bcff53a2f93 (diff)
parentf74c828f2dff2a4901fe91d0a4a2d22f2df5a863 (diff)
downloadpfsense-60f2eebe4716961ecc6c1216a283972c8f8c20c6.zip
pfsense-60f2eebe4716961ecc6c1216a283972c8f8c20c6.tar.gz
Merge pull request #1193 from ExolonDX/branch_master_43
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_system_activity.php31
1 files changed, 15 insertions, 16 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php
index d62e7cb..cc5cc69 100644
--- a/usr/local/www/diag_system_activity.php
+++ b/usr/local/www/diag_system_activity.php
@@ -53,8 +53,9 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-
+<?php include("fbegin.inc"); ?>
<script type="text/javascript">
+//<![CDATA[
function getcpuactivity() {
scroll(0,0);
var url = "/diag_system_activity.php";
@@ -68,44 +69,42 @@ include("head.inc");
});
}
function activitycallback(transport) {
- jQuery('#cpuactivitydiv').html('<font face="Courier"><font size="2"><b><pre style="text-align:left;">' + transport.responseText + '</pre></font>');
- setTimeout('getcpuactivity()', 2500);
+ jQuery('#cpuactivitydiv').html('<font face="Courier" size="2"><pre style="text-align:left;">' + transport.responseText + '<\/pre><\/font>');
+ setTimeout('getcpuactivity()', 2500);
}
- setTimeout('getcpuactivity()', 1000);
+ setTimeout('getcpuactivity()', 1000);
+//]]>
</script>
-<div id='maincontent'>
+<div id="maincontent">
<?php
- include("fbegin.inc");
if($savemsg) {
- echo "<div id='savemsg'>";
+ echo "<div id=\"savemsg\">";
print_info_box($savemsg);
echo "</div>";
}
if ($input_errors)
print_input_errors($input_errors);
?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="diag system activity">
<tr>
<td>
- <table id="backuptable" class="tabcont" align="center" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table id="backuptable" class="tabcont" align="center" width="100%" border="0" cellpadding="6" cellspacing="0" summary="tabcont">
<tr>
- <td>
- <center>
- <table>
+ <td align="center">
+ <table summary="results">
<tr><td>
- <div name='cpuactivitydiv' id='cpuactivitydiv'>
- <b><?=gettext("Gathering CPU activity, please wait...");?>
+ <div id="cpuactivitydiv">
+ <?=gettext("Gathering CPU activity, please wait...");?>
</div>
</td></tr>
</table>
</td>
</tr>
</table>
- </div>
</td>
</tr>
</table>
-</form>
+</div>
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud