* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php echo"<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
|
||||
<?php echo"<?xml version=\"1.0\" encoding=\"utf-8\"?>"; ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.png" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
|
||||
<title>phpSysInfo - Error</title>
|
||||
<noscript>
|
||||
|
@@ -1,11 +1,11 @@
|
||||
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
|
||||
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>"; ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.png" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
|
||||
<title>phpSysInfo - Redirection</title>
|
||||
<noscript>
|
||||
@@ -13,7 +13,21 @@
|
||||
</noscript>
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
<!--
|
||||
var sTargetURL = "index.php?disp=dynamic";
|
||||
var sTargetURL = "index.php?disp=static";
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/JavaScript" language="JavaScript1.1">
|
||||
<!--
|
||||
sTargetURL = "index.php?disp=bootstrap";
|
||||
//-->
|
||||
</script>
|
||||
<!--[if lt IE 8]>
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
sTargetURL = "index.php?disp=dynamic";
|
||||
</script>
|
||||
<![endif]-->
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
<!--
|
||||
function doRedirect() {
|
||||
setTimeout( "window.location.href = sTargetURL", 2*1000 );
|
||||
}
|
||||
|
@@ -2,344 +2,475 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<title>phpSysInfo</title>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely">
|
||||
<meta name="author" content="phpSysInfo organization at GitHub">
|
||||
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
|
||||
<link href="gfx/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/JavaScript" src="./js.php?name=html5shiv-printshiv"></script>
|
||||
<noscript><meta http-equiv="refresh" content="2; URL=index.php?disp=static"/></noscript>
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-webapp.css">
|
||||
<!--[if IE 9]>
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-ie9.css">
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-ie9"></script>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" href="templates/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="templates/phpsysinfo_bootstrap.css">
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-ie8.css">
|
||||
<script type="text/JavaScript" src="./js.php?name=html5shiv-printshiv"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-ie8"></script>
|
||||
<![endif]-->
|
||||
<!--[if lt IE 8]>
|
||||
<script type="text/javascript">
|
||||
alert('You are using an unsupported browser. Update Internet Explorer to at least version 8');
|
||||
die();
|
||||
</script>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" type='text/css' href="templates/misc/emptyfile.css" id="PSI_CSS_Fix">
|
||||
<link rel="stylesheet" type='text/css' href="templates/misc/emptyfile.css" id="PSI_Template">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand"><img class="navbar-logo" src="gfx/logo_48.png" style="width:32px"/> phpSysInfo <sup><?php echo PSI_VERSION; ?></sup>
|
||||
<img id="loader" style="display:none" src="gfx/ajax-loader.gif">
|
||||
<button id="errorbutton" type="button" data-toggle="modal" data-target="#errors-dialog"
|
||||
class="btn btn-default btn-xs" style="display:none">Errors
|
||||
</button>
|
||||
</a>
|
||||
<input type="hidden" id="plugins" value="<?php $plugins = ''; foreach (CommonFunctions::getPlugins() as $plugin) : $plugins .= $plugin.','; endforeach; echo substr($plugins, 0, -1);?>"/>
|
||||
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
|
||||
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
||||
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
||||
<input type="hidden" id="hideBootstrapLoader" value="<?php echo $hideBootstrapLoader;?>"/>
|
||||
<input type="hidden" id="hideTotals" value="<?php echo $hideTotals;?>"/>
|
||||
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
||||
|
||||
<div class="navbar fixed-top">
|
||||
<div class="container" style="display:block;">
|
||||
<div style="display:table-cell">
|
||||
<div class="navbar-brand">
|
||||
<img class="logo" alt="" src="gfx/logo_32.gif" title="reload"/> phpSys<a title="phpSysInfo - <?php echo PSI_VERSION_STRING; ?>" class="psihref" href="http://phpsysinfo.sourceforge.net/" target="psihref">Info</a><div class="errorbutton" id="errorbutton" title="errors" data-target="#errors-dialog" style="display:inline-block;background:url('gfx/attention.gif') no-repeat center;width:49px;height:32px;visibility:hidden;">
|
||||
<img id="loader" alt="" src="gfx/ajax-loader.gif" style="margin:0 3px 0 3px;visibility:hidden;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="select" class="select" style="display:none;width:100%;vertical-align:middle;text-align:right;">
|
||||
<div id="tempblock" style="display:none;">
|
||||
<span class="lang_044">Template</span>
|
||||
<select class="template" id="template">
|
||||
<?php if ($picktemplate) {
|
||||
foreach ($bootstraptemplates as $t) :
|
||||
$selected = "";
|
||||
if ($bootstraptemplate === $t) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$bootstraptemplate."\" selected=\"selected\">".$bootstraptemplate."</option>\n";
|
||||
}?>
|
||||
</select>
|
||||
</div>
|
||||
<div id="langblock" style="display:none;">
|
||||
<span class="lang_045">Language</span>
|
||||
<select class="language" id="language">
|
||||
<?php if ($picklanguage) {
|
||||
foreach ($languages as $l) :
|
||||
$selected = "";
|
||||
if ($language === $l) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
|
||||
}?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<noscript>
|
||||
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
|
||||
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
|
||||
<p> </p>
|
||||
<p><a href="index.php?disp=static">Click here to switch to the static version</a></p>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">System Vitals</div>
|
||||
<div class="panel-body">
|
||||
<table id="vitals" class="table table-hover table-condensed">
|
||||
<tr>
|
||||
<th>Hostname</th>
|
||||
<td><span data-bind="Hostname"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Listening IP</th>
|
||||
<td><span data-bind="IPAddr"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Kernel Version</th>
|
||||
<td><span data-bind="Kernel"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Distro Name</th>
|
||||
<td><span data-bind="Distro"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Uptime</th>
|
||||
<td><span data-bind="Uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Last boot</th>
|
||||
<td><span data-bind="LastBoot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Current Users</th>
|
||||
<td><span data-bind="Users"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Load Averages</th>
|
||||
<td><span data-bind="LoadAvg"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_SysLang">
|
||||
<th>System Language</th>
|
||||
<td><span data-bind="SysLang"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_CodePage">
|
||||
<th>Code Page</th>
|
||||
<td><span data-bind="CodePage"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_Processes">
|
||||
<th>Processes</th>
|
||||
<td><span data-bind="Processes"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="output" class="row" style="display:none;">
|
||||
<div id="block_vitals" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_002">System vitals</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="vitals" class="table table-hover table-sm noborderattop">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><span class="lang_003">Hostname</span></th>
|
||||
<td><span data-bind="Hostname"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_004">Listening IP</span></th>
|
||||
<td><span data-bind="IPAddr"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_005">Kernel Version</span></th>
|
||||
<td><span data-bind="Kernel"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_006">Distro Name</span></th>
|
||||
<td><span data-bind="Distro"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_127">OS Type</span></th>
|
||||
<td><span data-bind="OS"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_007">Uptime</span></th>
|
||||
<td><span data-bind="Uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_095">Last boot</span></th>
|
||||
<td><span data-bind="LastBoot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_008">Current Users</span></th>
|
||||
<td><span data-bind="Users"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_LoadAvg">
|
||||
<th><span class="lang_009">Load Averages</span></th>
|
||||
<td><span data-bind="LoadAvg"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_SysLang">
|
||||
<th><span class="lang_097">System Language</span></th>
|
||||
<td><span data-bind="SysLang"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_CodePage">
|
||||
<th><span class="lang_098">Code Page</span></th>
|
||||
<td><span data-bind="CodePage"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_Processes">
|
||||
<th><span class="lang_110">Processes</span></th>
|
||||
<td><span data-bind="Processes"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Hardware Information</div>
|
||||
<div class="panel-body">
|
||||
<table id="hardware" class="table table-hover table-condensed">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Memory Usage</div>
|
||||
<div class="panel-body">
|
||||
<table id="memory" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Usage</th>
|
||||
<th class="rightCell">Free</th>
|
||||
<th class="rightCell">Used</th>
|
||||
<th class="rightCell">Size</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="memory-data">
|
||||
<tr>
|
||||
<th><span data-bind="Type"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="swap-data" style="display:none">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div id="block_filesystem" style="display:none" class="col-lg-12">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Mounted Filesystems</div>
|
||||
<div class="panel-body">
|
||||
<table id="filesystem" class="table table-hover table-condensed sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="filesystem_MountPoint">Mountpoint</th>
|
||||
<th>Type</th>
|
||||
<th>Partition</th>
|
||||
<th>Usage</th>
|
||||
<th class="rightCell sorttable_numeric">Free</th>
|
||||
<th class="rightCell sorttable_numeric">Used</th>
|
||||
<th class="rightCell sorttable_numeric">Size</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="filesystem-data">
|
||||
<tr>
|
||||
<th><span data-bind="MountPoint"></span></th>
|
||||
<td><span data-bind="FSType"></span></td>
|
||||
<td><span data-bind="Name"></span></td>
|
||||
<td><span data-bind="Percent"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="filesystem-foot">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<th>Totals</th>
|
||||
<th><span data-bind="Percent"></span></th>
|
||||
<th class="rightCell"><span data-bind="Free"></span></th>
|
||||
<th class="rightCell"><span data-bind="Used"></span></th>
|
||||
<th class="rightCell"><span data-bind="Total"></span></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div id="block_network" style="display:none" class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Network Interface</div>
|
||||
<div class="panel-body">
|
||||
<table id="network" class="table table-hover table-condensed">
|
||||
</table>
|
||||
<div id="block_hardware" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_010">Hardware Information</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="hardware" class="table table-hover table-sm noborderattop">
|
||||
<tbody id="hardware-data">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_voltage" style="display:none" class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Voltage</div>
|
||||
<div class="panel-body">
|
||||
<table id="voltage" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Min</th>
|
||||
<th class="rightCell">Max</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="voltage-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_memory" class="col-lg-12" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_027">Memory Usage</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="memory" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_034">Type</span></th>
|
||||
<th><span class="lang_033">Usage</span></th>
|
||||
<th class="rightCell"><span class="lang_125">Free</span></th>
|
||||
<th class="rightCell"><span class="lang_036">Used</span></th>
|
||||
<th class="rightCell"><span class="lang_037">Size</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="memory-data">
|
||||
<tr>
|
||||
<th><span data-bind="Type"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="swap-data" style="display:none;">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_temperature" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Temperatures</div>
|
||||
<div class="panel-body">
|
||||
<table id="temperature" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Limit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="temperature-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_filesystem" class="col-lg-12" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_030">Mounted Filesystems</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="filesystem" class="table table-hover table-sm sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="filesystem_MountPoint"><span class="lang_031">Mountpoint</span></th>
|
||||
<th><span class="lang_034">Type</span></th>
|
||||
<th><span class="lang_032">Partition</span></th>
|
||||
<th><span class="lang_033">Usage</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_035">Free</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_036">Used</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_037">Size</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="filesystem-data">
|
||||
<tr>
|
||||
<th><span data-bind="MountPoint"></span></th>
|
||||
<td><span data-bind="FSType"></span></td>
|
||||
<td><span data-bind="Name"></span></td>
|
||||
<td><span data-bind="Percent"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="filesystem-foot" style="display:none;">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<th><span class="lang_038">Totals</span></th>
|
||||
<th><span data-bind="Percent"></span></th>
|
||||
<th class="rightCell"><span data-bind="Free"></span></th>
|
||||
<th class="rightCell"><span data-bind="Used"></span></th>
|
||||
<th class="rightCell"><span data-bind="Total"></span></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_fans" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Fans</div>
|
||||
<div class="panel-body">
|
||||
<table id="fans" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Min</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="fans-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_network" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_021">Network Interface</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="network" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:60%"><span class="lang_022">Device</span></th>
|
||||
<th class="rightCell"><span class="lang_023">Receive</span></th>
|
||||
<th class="rightCell"><span class="lang_024">Send</span></th>
|
||||
<th class="rightCell"><span class="lang_025">Err/<wbr>Drop</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="network-data"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_current" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Currents</div>
|
||||
<div class="panel-body">
|
||||
<table id="current" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Limit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="current-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_voltage" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_052">Voltage</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="voltage" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_055">Min</span></th>
|
||||
<th class="rightCell"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="voltage-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_power" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Power</div>
|
||||
<div class="panel-body">
|
||||
<table id="power" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Limit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="power-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_current" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_105">Current</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="current" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_055">Min</span></th>
|
||||
<th class="rightCell"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="current-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_ups" style="display:none" class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">UPS Information</div>
|
||||
<div class="panel-body">
|
||||
<table id="ups" class="table table-hover table-condensed">
|
||||
</table>
|
||||
<div id="block_temperature" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_051">Temperatures</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="temperature" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="temperature-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_fans" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_053">Fans</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="fans" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_055">Min</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="fans-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_power" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_102">Power</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="power" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="power-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_other" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_121">Other</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="other" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="other-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_ups" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_068">UPS Information</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="ups" class="table table-hover table-sm noborderattop">
|
||||
<tbody id="ups-data">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php foreach (CommonFunctions::getPlugins() as $plugin) :
|
||||
if (file_exists(APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html')) : ?>
|
||||
<?php include APP_ROOT. '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html'; ?>
|
||||
if (file_exists(PSI_APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html')) : ?>
|
||||
<?php include PSI_APP_ROOT. '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html'; ?>
|
||||
|
||||
<?php endif; endforeach; ?>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Errors details modal dialogs -->
|
||||
<div class="modal fade" id="errors-dialog" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
|
||||
aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal fade" id="errors-dialog" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">Errors</h4>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ul id="errors" class="list-group">
|
||||
@@ -353,17 +484,14 @@ if (file_exists(APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.h
|
||||
<!-- /.modal -->
|
||||
|
||||
</div>
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery-1"></script>
|
||||
<![endif]-->
|
||||
<!--[if gte IE 9]><!-->
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
||||
<!--<![endif]-->
|
||||
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=console-shim"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=transparency"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=sorttable"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.treegrid"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-util"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-modal"></script>
|
||||
|
||||
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
|
||||
<script type="text/JavaScript" src="./js.php?plugin=<?php echo $plugin ?>&name=<?php echo $plugin ?>_bootstrap"></script>
|
||||
|
@@ -5,27 +5,27 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta name="Description" content="phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more." />
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'" />
|
||||
<meta name="Description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely" />
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
|
||||
</noscript>
|
||||
<link rel="shortcut icon" href="gfx/favicon.png" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/<?php echo $template ?>.css" title="PSI_Template"/>
|
||||
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/misc/emptyfile.css" title="PSI_Template" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/nyroModal.full.css" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.jgrowl.css" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.dataTables.css" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.treeTable.css" />
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery-1"></script>
|
||||
<![endif]-->
|
||||
<!--[if gte IE 9]><!-->
|
||||
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
||||
<!--<![endif]-->
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.dataTables"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.nyroModal"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.jgrowl"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.timers"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.timer"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.treeTable"></script>
|
||||
<!--[if lte IE 6]>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.ifixpng"></script>
|
||||
<![endif]-->
|
||||
<script type="text/JavaScript" src="./js.php?name=phpsysinfo"></script>
|
||||
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
|
||||
<?php if (file_exists("./plugins/".$plugin."/css/".$plugin.".css")) : ?>
|
||||
@@ -36,9 +36,22 @@
|
||||
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
|
||||
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
||||
<input type="hidden" id="showMemoryInfosExpanded" value="<?php echo $showMemoryInfosExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
||||
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
||||
<input type="hidden" id="hideTotals" value="<?php echo $hideTotals;?>"/>
|
||||
<input type="hidden" id="increaseWidth" value="<?php echo $increaseWidth;?>"/>
|
||||
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
||||
<div id="loader">
|
||||
<h1>Loading... please wait!</h1>
|
||||
<div id="container2">
|
||||
<h1>
|
||||
<a href="#errors" class="nyroModal">
|
||||
<img id="loadwarn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
|
||||
</a>
|
||||
Loading... please wait!</h1>
|
||||
<div id="container">
|
||||
<noscript>
|
||||
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
|
||||
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
|
||||
@@ -47,186 +60,220 @@
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div id="errors" style="display: none; width: 940px">
|
||||
<div id="errors" style="display:none; width:940px">
|
||||
<div id="errorlist">
|
||||
<h2>Oh, I'm sorry. Something seems to be wrong.</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div id="container" style="display: none;">
|
||||
<div id="output" style="display:none;">
|
||||
<h1>
|
||||
<a href="#errors" class="nyroModal">
|
||||
<img id="warn" style="vertical-align: middle; display:none; border:0px;" src="./gfx/attention.png" alt="warning" />
|
||||
<img id="warn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
|
||||
</a>
|
||||
<span id="title">
|
||||
<span id="lang_001">System information</span>
|
||||
<span class="lang_001">System information</span>
|
||||
: <span id="s_hostname_title"></span>
|
||||
(<span id="s_ip_title"></span>)
|
||||
</span>
|
||||
</h1>
|
||||
<div id="select">
|
||||
<span id="lang_044">Template</span>
|
||||
<select id="template" name="template">
|
||||
<?php foreach ($templates as $t) :
|
||||
$selected = "";
|
||||
if ($template === $t) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
<span class="lang_044" style="display:none;">Template</span>
|
||||
<select id="template" name="template" style="display:none;">
|
||||
<?php
|
||||
if ($picktemplate) {
|
||||
foreach ($templates as $t) :
|
||||
$selected = "";
|
||||
if ($template === $t) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$template."\" selected=\"selected\">".$template."</option>\n";
|
||||
}
|
||||
?>
|
||||
<option value="<?php echo $t ?>"<?php echo $selected ?>><?php echo $t ?></option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
<span id="lang_045">Language</span>
|
||||
<select id="lang" name="lang">
|
||||
<?php foreach ($languages as $l) :
|
||||
$selected = "";
|
||||
if ($language === $l) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
<span class="lang_045" style="display:none;">Language</span>
|
||||
<select id="language" name="language" style="display:none;">
|
||||
<?php
|
||||
if ($picklanguage) {
|
||||
foreach ($languages as $l) :
|
||||
$selected = "";
|
||||
if ($language === $l) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
|
||||
}
|
||||
?>
|
||||
<option value="<?php echo $l ?>"<?php echo $selected?>><?php echo $l?></option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
</div>
|
||||
<div id="vitals">
|
||||
<h2><span id="lang_002">System vitals</span></h2>
|
||||
<table class="stripeMe" id="vitalsTable" style="border-spacing:0;">
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_003">Hostname</span></td>
|
||||
<td><span id="s_hostname"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_004">Listening IP</span></td>
|
||||
<td><span id="s_ip"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_005">Kernel Version</span></td>
|
||||
<td><span id="s_kernel"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_006">Distro Name</span></td>
|
||||
<td><span id="s_distro"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_007">Uptime</span></td>
|
||||
<td><span id="s_uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_095">Last boot</span></td>
|
||||
<td><span id="s_lastboot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_008">Current Users</span></td>
|
||||
<td><span id="s_users"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_009">Load Averages</span></td>
|
||||
<td><span id="s_loadavg"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_syslang_tr">
|
||||
<td style="width:160px;"><span id="lang_097">System Language</span></td>
|
||||
<td><span id="s_syslang"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_codepage_tr1">
|
||||
<td style="width:160px;"><span id="lang_098">Code Page</span></td>
|
||||
<td><span id="s_codepage_1"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_codepage_tr2">
|
||||
<td style="width:160px;"><span id="lang_098">Code Page</span></td>
|
||||
<td><span id="s_codepage_2"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_processes_tr1">
|
||||
<td style="width:160px;"><span id="lang_110">Processes</span></td>
|
||||
<td><span id="s_processes_1"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_processes_tr2">
|
||||
<td style="width:160px;"><span id="lang_110">Processes</span></td>
|
||||
<td><span id="s_processes_2"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="hardware">
|
||||
</div>
|
||||
<div id="memory">
|
||||
</div>
|
||||
<div id="filesystem">
|
||||
</div>
|
||||
<div id="network">
|
||||
</div>
|
||||
<div id="voltage" style="display: none;">
|
||||
<h2><span id="lang_052">Voltage</span></h2>
|
||||
<table class="stripeMe" id="voltageTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<div id="vitals" class="halfsize">
|
||||
<h2><span class="lang_002">System vitals</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table id="vitalsTable" style="border-collapse:collapse;">
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right"><span id="lang_052">Voltage</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_055">Min</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_056">Max</span></th>
|
||||
<td style="width:160px;"><span class="lang_003">Hostname</span></td>
|
||||
<td><span id="s_hostname"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="temp" style="display: none;">
|
||||
<h2><span id="lang_051">Temperature</span></h2>
|
||||
<table class="stripeMe" id="tempTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_058">Limit</span></th>
|
||||
<td style="width:160px;"><span class="lang_004">Listening IP</span></td>
|
||||
<td><span id="s_ip"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="fan" style="display: none;">
|
||||
<h2><span id="lang_053">Fan</span></h2>
|
||||
<table class="stripeMe" id="fanTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_055">Min</span></th>
|
||||
<td style="width:160px;"><span class="lang_005">Kernel Version</span></td>
|
||||
<td><span id="s_kernel"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="current" style="display: none;">
|
||||
<h2><span id="lang_105">Current</span></h2>
|
||||
<table class="stripeMe" id="currentTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_058">Limit</span></th>
|
||||
<td style="width:160px;"><span class="lang_006">Distro Name</span></td>
|
||||
<td><span id="s_distro"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="power" style="display: none;">
|
||||
<h2><span id="lang_102">Power</span></h2>
|
||||
<table class="stripeMe" id="powerTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_058">Limit</span></th>
|
||||
<td style="width:160px;"><span class="lang_127">OS Type</span></td>
|
||||
<td><span id="s_os"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_007">Uptime</span></td>
|
||||
<td><span id="s_uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_095">Last boot</span></td>
|
||||
<td><span id="s_lastboot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_008">Current Users</span></td>
|
||||
<td><span id="s_users"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_009">Load Averages</span></td>
|
||||
<td><span id="s_loadavg"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_097">System Language</span></td>
|
||||
<td><span id="s_syslang"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_098">Code Page</span></td>
|
||||
<td><span id="s_codepage"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_110">Processes</span></td>
|
||||
<td><span id="s_processes"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ups" style="display: none;">
|
||||
<div id="hardware" class="halfsize">
|
||||
</div>
|
||||
<div id="memory" class="fullsize">
|
||||
</div>
|
||||
<div id="filesystem" class="fullsize">
|
||||
</div>
|
||||
<div id="network" class="halfsize">
|
||||
</div>
|
||||
<div id="voltage" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_052">Voltage</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="voltageTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="current" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_105">Current</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="currentTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="temperature" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_051">Temperature</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="temperatureTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fans" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_053">Fans</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="fansTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="power" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_102">Power</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="powerTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="other" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_121">Other</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="otherTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:48.6%;"><span class="lang_054">Value</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ups" class="halfsize" style="display:none;">
|
||||
</div>
|
||||
<div id="footer">
|
||||
<span id="lang_047">Generated by</span> <a href="http://phpsysinfo.sourceforge.net/">phpSysInfo - <span id="version"></span></a>
|
||||
<span class="lang_047">Generated by</span> <a href="http://phpsysinfo.sourceforge.net/" target="psihref">phpSysInfo - <span id="version"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user